Advertisement
SergioRP

FB get original link

Oct 6th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //By Drizer
  2. (function(c) {
  3.     if (c == undefined) return;
  4.     var b = c.split('_');
  5.     if (b[1] == undefined) return alert('Invalid.');
  6.     location.href = "https://www.facebook.com/media/set/?set=p." + b[1];
  7. }(prompt("Paste url", location.href)));
  8. void 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement