How to change the color scheme of any Facebook profile.

Unlike other social networks, Facebook does not have an option to change its color scheme. I consider it as a good feature that decreases page loading time immensely comparing it to MySpace or other social networks.

If you ever want to change the color of your Facebook profile, you should follow these simple steps:



How to change the color of your Facebook profile:

  • You should be using Firefox as your browser. Download it from here: Mozilla Firefox.
  • After you install Firefox, download this add-on: GreaseMonkey.
  • Restart Firefox browser.
  • Install Facebook color changer.
  • Go to your Facebook profile, now click on Tools>GreaseMonkey>User script Commands> Customize Facebook colors.
  • Choose the colors you like.
  • Click "Set"

How to select all friends when inviting to facebook events (March 15 2011 update).



Facebook keeps on changing ways to invite friends to events. This is probably a strategy to prevent event invitation floods for users.


The script to invite all your friends is the following:


javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};


How to use the script:

- Just Triple click on this script to select it.
- Copy the scipt (Ctrl + C).
- Go to the event you wish to invite all your friends.
- Click "Select guests to invite" button.
- Now scroll down to the end of your friends list in the pop-up that appeared to load them all.
- Paste the script in the address bar (Ctrl + V).
- Click enter.

Now you should wait for the process to finish. It usually takes a couple of minutes and the browser will most probably freeze in that time, so be patient...

Ive tested the script on Google chrome and internet explorer, and invited around 1200 friends simultaneously.