The Hack o blog

Reinventing the weel

FaceBook Hacks with Java script

Ok well today I’m going to demonstrate some sweet ass, FaceBook hacks with javascript.

If you didn’t know already, FaceBook utilizes 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 javascript 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 friend

http://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 showing 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]);}}

Select

16 responses to “FaceBook Hacks with Java script

  1. x2i4eva February 1, 2010 at 1:11 AM

    Actually wouldn’t it be better to use this to change the Facebook Menu Bar colour?

    javascript:void(document.getElementById(‘menubar_container’).style.background=’#000′);

    As this changes the entire bar rather than the middle bit where all the links are.

  2. x2i4eva February 1, 2010 at 1:27 AM

    Your recent post seems to be messing up a bit showing some CSS about font’s, also it cuts the end of long lines off (like the FB codes), plus it seems to convert apostrophies to those wierd ones which don’t work a lot of the time… any ideas?

  3. x2i4eva February 1, 2010 at 2:22 AM

    I prefer this hack to be completely honest… NSFW!

    javascript:void(document.getElementById(‘profile_pic’).src=’http://u.nu/2ekv4′);

  4. x2i4eva February 1, 2010 at 2:33 AM

    Be sure to post it up if/when you succeed 🙂

  5. facebook hacking May 24, 2010 at 5:16 AM

    Hey This is great info, am into all this… fine story bro

  6. haxer April 15, 2011 at 1:04 PM

    isnt there any exact way to hack fb passwords???

  7. haxer April 15, 2011 at 1:06 PM

    if there is a way to hack fb passwords, plz send me through an email……

  8. yommy April 25, 2011 at 4:08 PM

    nice thread

  9. haxer May 10, 2011 at 7:26 AM

    plz tell me abt hacking account whether ezy or difficult……i will understand

  10. nil August 14, 2011 at 1:03 PM

    where i have to copy the javascript actually?pls reply …..

  11. Aynonforlife December 30, 2011 at 11:49 PM

    Please find a way to hack Facebook accounts. Or in other words, to get into an account as if you were them. These are all really good, but that would be legendary.

Leave a reply to hackoblog Cancel reply