Skip to content

Instantly share code, notes, and snippets.

@leoossa
Created July 31, 2021 11:26
Show Gist options
  • Save leoossa/b3bbe1001f67a57e996b85591ddffffe to your computer and use it in GitHub Desktop.
Save leoossa/b3bbe1001f67a57e996b85591ddffffe to your computer and use it in GitHub Desktop.
LinkedIn Video Downloader - bookmarklet
javascript:(function(){const videoURI = document.querySelector('video').src;window.open(videoURI);})()
@leoossa
Copy link
Author

leoossa commented Jul 31, 2021

For now, it just searches for video in the current tab and opens it in a new tab, which allows you to freely download it. I thought that is an easier solution than extensions (and some of them are not working at all).
bookmarklet_preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment