LinkedIn Video Downloader - bookmarklet
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
javascript:(function(){const videoURI = document.querySelector('video').src;window.open(videoURI);})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).
