-
-
Save hinaloe/1953a7c3f82f503067d2bb4a29a3bd7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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