Skip to content

Instantly share code, notes, and snippets.

@hinaloe
Created December 27, 2017 10:28
Show Gist options
  • Save hinaloe/1953a7c3f82f503067d2bb4a29a3bd7c to your computer and use it in GitHub Desktop.
Save hinaloe/1953a7c3f82f503067d2bb4a29a3bd7c to your computer and use it in GitHub Desktop.
(function(d){const v=d.querySelector('video[preload="metadata"]'),c=d.createElement('canvas');c.width=v.videoWidth;c.height=v.videoHeight;c.getContext('2d').drawImage(v,0,0);c.toBlob(blob=>{const url = URL.createObjectURL(blob),a=d.createElement('a');a.href=url;a.download=d.querySelector('.jk_u').textContent;a.click()})})(document)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment