How to hide sponsored adds on facebook

In Firefox and other Gecko browsers

  1. Enter the directory of your profile. This is normally c:\Documents and Settings\%username%\Application Data\Mozilla\firefox\profiles\xxxxxxxx.default\ where xxxxxxxx is a random combination
  2. Enter the Chrome directory
  3. Create or modify the file UserChrome.css
  4. Add the following line
    .fbEmu {display : none} !important
  5. Save the file, and (re)start the browser.
  6. When you enter Facebook, no sponsored add should be shown on the right side.

In Internet Explorer 8

  1. Enter functions - Internet Settings
  2. On the tab General, press Availability
  3. If unchecked, check "format documents....."
    1. Create an empty stylesheet
    2. Add the following line
      .fbEmu {display : none} !important
    3. Save the file and enter its name in the field "stylesheet" in the availability box
  4. if checked,
    1. open the file mentioned in the field "Stylesheet"
    2. Add the following line
      .fbEmu {display : none} !important
    3. Save the file
  5. Restart the browser
Blandet samling af scripts