Mo Diddy's Tumblings:

My name is Maurice. This is basically a dump site for the interesting things I stumble across on the web...
Plus my occasional ruminations & tirades.

How to easily block facebook ads using a custom css file

  1. Open TextEdit on your Mac, create a new file
  2. IMPORTANT Click Format > Make Plain Text
  3. Copy and paste the following into the file:

#ssponsor, .footer_ad, .banner_ad, .social_ad, .ad_capsule, .sidebar_ads, .adcolumn, .admarket_ad, .sidebar_item.sponsor, .emu_sponsor, .home_sponsor { display: none !important; }

  • Save this file as: custom.css
  • IMPORTANT - If prompted, choose ‘Use .css’
  • Open Safari > Preference > Advanced > Stylesheet, select ‘other’ then navigate to the file you just made.

DONE!

Now go to facebook.com and it will be ad free.

Cheers :-)

3 years ago.