Skip to content

Instantly share code, notes, and snippets.

@a904guy
Created February 12, 2017 13:52
Show Gist options
  • Save a904guy/e7318ce283c29a9ff3c6f71aa5b23e41 to your computer and use it in GitHub Desktop.
Save a904guy/e7318ce283c29a9ff3c6f71aa5b23e41 to your computer and use it in GitHub Desktop.
Download Facebook Videos Easily, Just run this in console of the target video that last played.
var url; performance.getEntriesByType("resource").map((x) => url = x['name'].contains('fbcdn.net/v/') && x['name'].contains('video') ? x['name'].replace(new RegExp('bytestart=.*?&'),'bytestart=0') : url ); window.location = url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment