Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vsec7/deb6838166cb62933ca013112674b941 to your computer and use it in GitHub Desktop.
Save vsec7/deb6838166cb62933ca013112674b941 to your computer and use it in GitHub Desktop.
Download video Facebook via Chrome Android

Download video Facebook via Chrome Android

    1. visit link facebook video
    1. copy paste this payload on url bar
javascript:window.open(document.body.innerHTML.match(/(?<=video:\[\{url:").*?(?=")/),'_blank');

*NB : while you paste on url, Chrome will remove javascript: . but you can type manual add JavaScript: in front of the payload again

Crafted By @vsec7

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