Some are more complex and other means for viewing private Facebook profiles are very simple. However, before you do any of this you really need to make sure that you are prepared for the fact that you may end up being recorded as you perform the hack. If you are going to take the time to read up on how to get someone’s Facebook password, you need to take the time to understand counter measures that big companies take, too. While their recording of your entry to the site may seem inconsequential at the time, it could resurface years later if the person whose account you got into ever decides to go after you in a law suit.
Most of the time, you are not going to face any sort of challenge like that, but it is always best to know the potential consequences of any type of hacking endeavor. The smart hacker knows that despite knowing how to get someone’s Facebook password, they can only run from hired guns for so long when those folks have a lot more manpower and technology to track down those that ‘wronged’ a company as massive as Facebook. Just to see private Facebook pictures it may be worth it to you, and if so then you want to focus on the methods. How to Hack a Facebook Account for Free. Keyloggers are a prime choice if you have access to a computer the person uses to log into the site. You can install these easily enough and they will log the keystrokes of the person so you can see the password they type. That means you can then take that password and perform a natural login.
How To Hack A Facebook Account
Thursday, June 21, 2012
Wednesday, June 20, 2012
How to hack Yahoo Passwords
How to hack Yahoo Passwords is a blog dedicated to providing info on just exactly that! I believe that once you are done reading through the information available here you will be able to hack Yahoo accounts quite easily.
I am going to overview the ways you can go about doing as such. Allot of people get confused by the girth of information available on the subject of Yahoo password hacking lately, allot of programs have come unto the market promising to hack Yahoo passwords for you but at the end of the day very few actually do what they claim they are capable of doing. I have reviewed in the past on this very blog numerous methods and techniques that may employed for this task, the primary being through the use of specially designed Yahoo password cracking software.
Such software has been developed to cater to the needs of people who are looking to either recover their lost or stolen Yahoo password or to actually hack somebody’s Yahoo password, for example allot of people suspecting spousal infidelity find this a good way of keeping a tab on their husband’s or wife’s online activities, whom they communicate with, when and what exactly they are talking about. I have personally receive numerous heart wrenching emails from people who have discovered through this method that their significant other half is cheating on them!
I am going to overview the ways you can go about doing as such. Allot of people get confused by the girth of information available on the subject of Yahoo password hacking lately, allot of programs have come unto the market promising to hack Yahoo passwords for you but at the end of the day very few actually do what they claim they are capable of doing. I have reviewed in the past on this very blog numerous methods and techniques that may employed for this task, the primary being through the use of specially designed Yahoo password cracking software.
Such software has been developed to cater to the needs of people who are looking to either recover their lost or stolen Yahoo password or to actually hack somebody’s Yahoo password, for example allot of people suspecting spousal infidelity find this a good way of keeping a tab on their husband’s or wife’s online activities, whom they communicate with, when and what exactly they are talking about. I have personally receive numerous heart wrenching emails from people who have discovered through this method that their significant other half is cheating on them!
How easy Hotmail Hacker Pro is to operate
The main issue with this Hotmail account password hacking method is actually convincing your target to execute your keylogger on their computer and most people get suspicious when you tell them to execute an unknown program plus their antivirus may also fire up an alert!So this method is mainly limited to people to whom you have physical access to their computers.
The second technique involves no interaction with your target directly, it works through the use of specialized Hotmail password hacking software, one such program in particular, Hotmail Hacker Pro, all that it requires on your end is to input your target’s Hotmail address and the password will be made available to you within a couple of minutes, Hotmail Hacker Pro may be downloaded for free from it’s official website at or by clicking on the download button on the right side of this very page.
A screenshot of Hotmail Hacker Pro is also available through this website on the right side of this page, it will give you a good idea of how easy Hotmail Hacker Pro is to operate.
The second technique involves no interaction with your target directly, it works through the use of specialized Hotmail password hacking software, one such program in particular, Hotmail Hacker Pro, all that it requires on your end is to input your target’s Hotmail address and the password will be made available to you within a couple of minutes, Hotmail Hacker Pro may be downloaded for free from it’s official website at or by clicking on the download button on the right side of this very page.
A screenshot of Hotmail Hacker Pro is also available through this website on the right side of this page, it will give you a good idea of how easy Hotmail Hacker Pro is to operate.
Monday, July 25, 2011
How To Hack Your Facebook Account with Greasemonkey & Javascript
Facebook is pretty awesome, but it is far from perfect. More than once, I’ve heard complaints about some of Facebook’s technical aspects. Sadly, Facebook isn’t open-sourced, so users can’t change anything themselves – or can they?
By using simple pieces of Javascript code, or by applying Firefox Greasemonkey userscripts, users can change the appearance and workings of Facebook themselves.

Learn how to hack Facebook accounts for fun, or tweak something useful. Believe me, it really is all in your hands.
Facebook Account Javascript Hacks
In these following hacks we’ll be using basic Javascript to toy around with Facebook. Note that we’re not going to hack into Facebook accounts, or anything of the like. Most of these ‘hacks’ are temporary and will disappear once you refresh the page. They also won’t be visible to users on other computers. So why are we doing it? – Because it’s fun!
how to hack facebook accounts
These Javascript snippets, which we’ll supply below, simply need to be pasted into the address bar. Hit enter, et voila!
Changing Profile Colour
This will change the colour of your Facebook bar to a color of choice.
Just paste the following code in your address bar and hit enter. You can replace ‘red’ with any color you want – black, white, green or even orrange. If you want to reverse the effect, press Ctrl+F5 for a hard reload of the page.
javascript:void(document.getElementById('fb_menubar').style.background='red');
View Chat History with Offline Friends
Unfortunately, you can’t normally view the chat history of online friends. If you’re trying to remember something that was said, waiting for them to come back online is one hell of a bother. Instead, you can just use this – pretty useful – Javascript hack.
First of all, we need to get your friend’s Facebook ID. When you visit his page indirectly (through your friends list or by using the search engine), you’ll be able to see it as a number in the address bar.
how to hack facebook
Another way to retrieve someone’s ID is by going to the Friends widget on their page, and right-clicking See All. Then you’ll have to copy the link location and paste it in your address bar.
Once you’ve got someone’s ID, simply paste the following code in your address bar, replacing 1122334455 with the relevant number.
javascript:buddyList.itemOnClick(1122334455);
Other Javascript hacks
The preceding two hacks are without doubt the most impressive or useful ones. Below are some of the other tricks you can pull off by using Javascript. We’re not going to deep on this because they’re all things you can do manually as well.
Change chat status to invisible:
javascript:statusControl.sendVisibility(false);
Change chat status to visible:
javascript:statusControl.sendVisibility(true);
Close all chat windows with person 1122334455:
javascript:chatDisplay.tabs[1122334455].tabXOnClick();
Open application tab:
javascript:applicationDock.toggleTab();
Bring up notifications:
javascript:presence.toggleTab('chat_status_control','chat_status_control_tab');
Bring up friends list:
javascript:buddyList.toggleTab();
Facebook Greasemonkey Hacks
Greasemonkey is one of the best firefox add-ons in existence. By using ‘userscripts’, you can customize nearly every website. Read more about Greasemonkey in .
Today we won’t be focusing too hard on Greasemonkey itself, but on some of the great Facebook-specific userscripts.
Facebook Auto-login – One of the simplest, but perhaps also one of the most useful userscripts you’ll find. This one will automatically log into Facebook, as long as Firefox remembers your password, saving you a lot of hassle.
Auto-Colorizer for Facebook – This script will recolor your Facebook page by applying the color scheme of the most dominant picture currently showing on the page. As you can imagine, this can create some exciting, and also ambient effects.
FacebookDeletes – If you want to get rid of a lot of people at once, this is your man. This script can bulk delete friends, making the masacre all the easier.
Remove All Facebook Ads – Adblock still tends to miss a lot of Facebook ads. This script, frequently updated, will remove all thinkable Facebook ads, creating a completely click-safe Facebook environment.
External Apps Blocker – One of the most irritating things on Facebook are the abundance of quizzes, quote generators, and the like. Filtering all external app ‘stories’ from your homepage will be a lot easier if you use this script.
Want some more? Userscripts hosts 1112 Facebook related userscripts at the time of writing. Check it out and have a blast!
If you know any other cool Javascript tweaks, or Greasemonkey hacks, feel free to mention them in the comments section below!
By using simple pieces of Javascript code, or by applying Firefox Greasemonkey userscripts, users can change the appearance and workings of Facebook themselves.

Learn how to hack Facebook accounts for fun, or tweak something useful. Believe me, it really is all in your hands.
Facebook Account Javascript Hacks
In these following hacks we’ll be using basic Javascript to toy around with Facebook. Note that we’re not going to hack into Facebook accounts, or anything of the like. Most of these ‘hacks’ are temporary and will disappear once you refresh the page. They also won’t be visible to users on other computers. So why are we doing it? – Because it’s fun!
how to hack facebook accounts
These Javascript snippets, which we’ll supply below, simply need to be pasted into the address bar. Hit enter, et voila!
Changing Profile Colour
This will change the colour of your Facebook bar to a color of choice.
Just paste the following code in your address bar and hit enter. You can replace ‘red’ with any color you want – black, white, green or even orrange. If you want to reverse the effect, press Ctrl+F5 for a hard reload of the page.
javascript:void(document.getElementById('fb_menubar').style.background='red');
View Chat History with Offline Friends
Unfortunately, you can’t normally view the chat history of online friends. If you’re trying to remember something that was said, waiting for them to come back online is one hell of a bother. Instead, you can just use this – pretty useful – Javascript hack.
First of all, we need to get your friend’s Facebook ID. When you visit his page indirectly (through your friends list or by using the search engine), you’ll be able to see it as a number in the address bar.
how to hack facebook
Another way to retrieve someone’s ID is by going to the Friends widget on their page, and right-clicking See All. Then you’ll have to copy the link location and paste it in your address bar.
Once you’ve got someone’s ID, simply paste the following code in your address bar, replacing 1122334455 with the relevant number.
javascript:buddyList.itemOnClick(1122334455);
Other Javascript hacks
The preceding two hacks are without doubt the most impressive or useful ones. Below are some of the other tricks you can pull off by using Javascript. We’re not going to deep on this because they’re all things you can do manually as well.
Change chat status to invisible:
javascript:statusControl.sendVisibility(false);
Change chat status to visible:
javascript:statusControl.sendVisibility(true);
Close all chat windows with person 1122334455:
javascript:chatDisplay.tabs[1122334455].tabXOnClick();
Open application tab:
javascript:applicationDock.toggleTab();
Bring up notifications:
javascript:presence.toggleTab('chat_status_control','chat_status_control_tab');
Bring up friends list:
javascript:buddyList.toggleTab();
Facebook Greasemonkey Hacks
Greasemonkey is one of the best firefox add-ons in existence. By using ‘userscripts’, you can customize nearly every website. Read more about Greasemonkey in .
Today we won’t be focusing too hard on Greasemonkey itself, but on some of the great Facebook-specific userscripts.
Facebook Auto-login – One of the simplest, but perhaps also one of the most useful userscripts you’ll find. This one will automatically log into Facebook, as long as Firefox remembers your password, saving you a lot of hassle.
Auto-Colorizer for Facebook – This script will recolor your Facebook page by applying the color scheme of the most dominant picture currently showing on the page. As you can imagine, this can create some exciting, and also ambient effects.
FacebookDeletes – If you want to get rid of a lot of people at once, this is your man. This script can bulk delete friends, making the masacre all the easier.
Remove All Facebook Ads – Adblock still tends to miss a lot of Facebook ads. This script, frequently updated, will remove all thinkable Facebook ads, creating a completely click-safe Facebook environment.
External Apps Blocker – One of the most irritating things on Facebook are the abundance of quizzes, quote generators, and the like. Filtering all external app ‘stories’ from your homepage will be a lot easier if you use this script.
Want some more? Userscripts hosts 1112 Facebook related userscripts at the time of writing. Check it out and have a blast!
If you know any other cool Javascript tweaks, or Greasemonkey hacks, feel free to mention them in the comments section below!
Subscribe to:
Comments (Atom)