Skip to content

Instantly share code, notes, and snippets.

@neopunisher
Created May 25, 2018 05:30
Show Gist options
  • Save neopunisher/363547dd34d378626161af7e544d71a2 to your computer and use it in GitHub Desktop.
Save neopunisher/363547dd34d378626161af7e544d71a2 to your computer and use it in GitHub Desktop.
take high quality screen stills from youtube with a button
(function(a){var b=a.createElement("button");b.innerText="Screencap";b.onclick=function(){var d=a.querySelector("video"),e=a.createElement("canvas"),b=e.getContext("2d"),c=a.createElement("a");e.width=d.videoWidth;e.height=d.videoHeight;b.drawImage(d,0,0);c.download=[ytcsi.data_.info.docid,d.currentTime,".png"].join("-");c.href=e.toDataURL();a.body.appendChild(c);c.click();a.body.removeChild(c)};a.querySelector("h1.title").appendChild(b)})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment