Skip to content

Instantly share code, notes, and snippets.

@toji
Created March 8, 2017 19:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toji/0538da9f012c03d4657f9b76816851ce to your computer and use it in GitHub Desktop.
Save toji/0538da9f012c03d4657f9b76816851ce to your computer and use it in GitHub Desktop.
Canvas screenshot bookmarklet
javascript:(function()%7Bw%3Dwindow%3Bs%3D%22requestAnimationFrame%22%3Br%3Dw%5Bs%5D%3Bw%5Bs%5D%3Df%3D%3E%7Bw%5Bs%5D%3Dr%3Br(t%3D%3E%7Bf(t)%3Bl%20%3D%20document.querySelectorAll(%22canvas%22)%3Bfor%20(c%20of%20l)%20%7Bi%3Dnew%20Image()%3Bdocument.body.appendChild(i)%3Bi.src%3Dc.toDataURL()%3B%7D%7D)%3B%7D%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment