I was annoyed today by the content of some ads on Facebook, so I decided to see if I could get rid of them. It was astonishingly easy. I used a Firefox add-on which makes it easy to add site-specific CSS styles. I know this technology has been around for years. However, it made me wonder what ramifications that bodes for advertising-only business models for Web 2.0 companies. Will tools soon become popular amongst the general Internet population that will allow them to add a single browser add-on that wipes out virtually all advertising on the Internet for them?
If you're interested here's how I did it to Facebook:
1. Use the Firefox browser.
2. Install the "Stylish" add-on:
https://addons.mozilla.org/en-US/firefox/addon/2108
(requires browser restart)
3. Go to a Facebook page.
4. Look at the bottom-right corner of the browser and click on the icon of a pen on a document.
5. Mouseover "write style..." and select "For facebook.com ..." in the sub-menu.
6. Under "Description" you can name this style rule anything you want (e.g., remove facebook ads).
7. Down below in the style code box use this code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
#ssponsor, .home_main_item .social_ad { display: none !important; }
}
All you have to do is copy and paste in the code the is
bold into the appropriate place in the box.
8. Click "Save" and you're done! Ads are gone!
You need to be a member of TechHui to add comments!
Join TechHui