Skip to main content

Change Facebook Theme, Color & Appearance


Change Facebook Theme, Color & Appearance

Facebook is a social networking site which enables people to connect with friends and people around. That's how Facebook is usually introduced. However, Facebook is beyond the need of being introduced as almost everyone is on it. Despite its popularity, Facebook has one flaw; the default blue theme is really boring.

Some even consider it an annoyance while visiting Facebook. As Facebook does not allow users to change its theme like MySpace used to, users are left with no other option but to bear the theme Facebook wants them to use.

However, it is relatively easy to change the Facebook theme to a stylish one using an addon and custom themes which are available free of cost on the internet.

An example of the final outcome would be something like in the image.

Change Facebook Theme
This is the Ferrari theme. More themes are available for you to choose.


Requirement: The basic requirement for this to work is to have Mozilla Firefox or Google Chrome as your browser.

Steps to achieve this: If you use Google Chrome, click here. Mozilla Firefox users should carry out the following steps to successfully change Facebook theme.

  1. Open Mozilla Firefox and install 'Stylish' addon.
  2. Follow the basic steps to install the addon.
  3. Restart Firefox after successfully installing the Stylish addon.
  4. Login to your Facebook Account and click on the small 'S' button in your Firefox status bar.
  5. Click on "Find Styles for this Site" to open a new tab with free themes to use for Facebook.
  6. Click on any theme and a preview will be shown.
  7. If everything is fine in the previewed theme, click on "Install with Stylish" button at the top right corner of the page.
  8. A dialog box will open.
  9. Click on Install in the dialog box.

Steps for Google Chrome
  1. Install Stylish for Chrome from the Chrome Web Store.
  2. Navigate to Facebook.com and click on the S button.
  3. Click on "Find Styles for this Site" to open a new tab with free themes to use for Facebook.
  4. Click on any theme and a preview will be shown.
  5. If everything is fine in the previewed theme, click on "Install with Stylish" button at the top right corner of the page.

Stylish Button


facebook theme change

Install with stylish

Installing Ferrari theme for Stylish Firefox

Now whenever you open Facebook, it will show the theme that you have installed with Stylish instead of the boring old blue theme.

Comments

Popular posts from this blog

Hacking Cyberoam(Bypassing)

Hacking Cyberoam(Bypassing) Module A : Find open ports and your organization IP Step 1 : Download Free Port Scanner Software The first software required to crack software is a free port scanner software. download from  http://hotfile.com/dl/13028395/0467e17/FreePortScanner.rar.html It is also available on  http://www.nsauditor.com/network_tools/free  port scanner software Step 2 : Install free port scanner. Step 3 : Detecting the static IP assigned to your organization. you need to find out the static IP assigned to your organization which is allocated by the ISP Goto  www.WhatIsMyIP.com Here the site will display your IP address. Please note down your IP address which we will be using again in the further steps. Step 4 : Scanning open ports for your external IP address. Entering IP address whose port has to be scanned.                        Note the active port :                       Module B: Configuring proxy server Step 1 : Download Proxifier – proxy software To hack cyberoa

How to configure tor network in all browser

1. Download Vidalia Bridge Bundle https://www.torproject.org/download/download.html.en 2. click on start tor on Vidalia control panel 3.Wait till it connect to proxy servers 4.Go to Internet Explorer  5.Go to tools -> internet options 6.Click on Lan settings. 7.Click check on use proxy then click on advanced button 8.Proxy setting only socks ip of 127.0.0.1 and port 9050 9.Click ok and done

Hacking Aspx / Php websites (ACTIVE SQL INJECTION)

Hacking Aspx / Php websites (ACTIVE SQL INJECTION) hey guys in this tutorial i will show you how to make a injection on a aspx based website.  1) seach aaspx website.  for this step you can use one of this dorks  ".aspx?bookID= "     OR         ".php?id= " 2) If you found one lets check if the website is vulnverable. Add this text after the url  "order by 1--"  example : http://www.target.com/index.aspx?Id=1 order by 1--  Now you will get a Error : "Page not found" or something like that.  3) Lets go on and begin with the Injection the first step of every injection is to find out the columns.  for this step we use :  "having 1=1"  you only have to copy it behind the url  example : http://www.target.com/index.aspx?Id=1 having 1=1  4) Well lets go on and search the tables. Use this code for it  and 1=convert  example : http://www.target.com/index.aspx?Id=1 and 1=convert  The output is the first table of the databse. But this table