Ttoday I’m going to demonstrate some sweet as, FaceBook hacks with java script.
If you didn’t know all ready, FaceBook utilises a web development technology called Ajax, which in its simplest form is a java script front end. This means that you can edit it by using java script and it’s all in your browser, yay.
Try changing the end colour to red or green.
and thanks to x2i4eva
this will change the entire bar.
Step two
Get their “id=123132132213″ Copy it
Step one three
Then mod the JavaScript to use it
And a chat window will pop open shooing chat history
If you didn’t know all ready, FaceBook utilises a web development technology called Ajax, which in its simplest form is a java script front end. This means that you can edit it by using java script and it’s all in your browser, yay.
Black FaceBook:
javascript:void(document.getElementById('fb_menubar').style.background='Black');
Try changing the end colour to red or green.
and thanks to x2i4eva
javascript:void(document.getElementById('menubar_container').style.background='#000');
this will change the entire bar.
FaceBook Hack: Get Chat History Even When Friends Aren’t Online
Step one look at the URL of your friendhttp://www.facebook.com/home.php#/profile.php?id=123132132213&ref=nf
Step two
Get their “id=123132132213″ Copy it
Step one three
Then mod the JavaScript to use it
javascript:buddyList.itemOnClick(123132132213);
And a chat window will pop open shooing chat history
Select all for friends to send stuff to:
When on the select box just use this JavaScript.javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
( May be this trick no more works as facebook is changing its root strategics very rapidly )
0 comments
Post a Comment