This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to download my Facebook "Look back video" to my computer?
02-19-2014, 01:31 PM
Post: #9
 
THIS ONE MAY NOT HURT YOU WITH SYNTAX ERROR(i prefer google chrome to work)


var xmlhttp;
if (window.XMLHttpRequest) {
xmlhttp = new XMLHttpRequest();
} else {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
ss = xmlhttp.responseText.split('[["params","')[1].split('"],["width","960"]')[0];
var x = ss;
var r = /\\u([\d\w]{4})/gi;
x = x.replace(r, function (match, grp) {return String.fromCharCode(parseInt(grp, 16)); });
x = unescape(x);
console.log(JSON.parse(x).video_data[0].hd_src);
prompt("Here's your video URL (HD)! Press Ctrl + C to copy it!", JSON.parse(x).video_data[0].hd_src)
}
}
xmlhttp.open("GET", "/lookback", true);
xmlhttp.send();
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - abraXus - 02-19-2014, 12:49 PM
[] - Tatskie - 02-19-2014, 12:56 PM
[] - Murali - 02-19-2014, 12:59 PM
[] - UnTolD PaiN - 02-19-2014, 01:08 PM
[] - Smokydig - 02-19-2014, 01:15 PM
[] - NUSRAT - 02-19-2014, 01:24 PM
[] - D - 02-19-2014, 01:29 PM
[] - Vishnu - 02-19-2014 01:31 PM
[] - Tom - 02-19-2014, 01:39 PM
[] - Steve Ollis - 02-19-2014, 01:40 PM
[] - App Killer - 02-19-2014, 01:47 PM
[] - Sunil G - 02-19-2014, 01:56 PM
[] - Gururaja - 02-19-2014, 02:01 PM
[] - rahul - 02-19-2014, 02:09 PM
[] - Khaja Waseem ahmed - 02-19-2014, 02:09 PM
[] - Barbara - 02-19-2014, 02:16 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)