Skip to content

Instantly share code, notes, and snippets.

@motebaya
Last active August 5, 2022 11:57
Show Gist options
  • Save motebaya/d03638034332618a39ec8867f9d49141 to your computer and use it in GitHub Desktop.
Save motebaya/d03638034332618a39ec8867f9d49141 to your computer and use it in GitHub Desktop.
javascript snippet to get facebook video stream url
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