Last active
August 5, 2022 11:57
-
-
Save motebaya/d03638034332618a39ec8867f9d49141 to your computer and use it in GitHub Desktop.
javascript snippet to get facebook video stream url
This file contains hidden or 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: window.open(decodeURIComponent(document.body.innerHTML.match(/(?<=\/video\_redirect\/\?src\=)(.*?)(?=\")/)[0])); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment