Skip to content

Instantly share code, notes, and snippets.

@leoossa
Created July 31, 2021 11:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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