Advertisement
DarkChaplain

Remove Echofon Ads

Feb 6th, 2012
4,605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. How to
  2. Remove Advertisements from
  3. Echofon for Firefox
  4.  
  5. Install Echofon 2.4 or later and restart Firefox afterwards.
  6. http://www.echofon.com/
  7.  
  8. Browse the following path on your system:
  9.  
  10. "C:\Users\[USER]\AppData\Roaming\Mozilla\Firefox\Profiles\[PROFILE_ID].default\chrome"
  11.  
  12. This is the standard location of your Firefox Profile on Windows 7/Vista. Look up the right location of your profile on other operating systems if necessary.
  13. If the "chrome" folder does not exist yet, create it.
  14.  
  15. Create a new textfile inside the "chrome" folder and rename it to "userChrome.css".
  16. Make sure the file extension gets applied properly!
  17. Open it with a text editor like notepad and insert the following three lines:
  18.  
  19. #echofon-ad-unit {
  20. display: none !important;
  21. }
  22.  
  23. If you're having trouble preparing the "userChrome.css"-file you may download this one:
  24. http://www.mediafire.com/?mvmauzqcru728po
  25. Just copy it into the path mentioned above.
  26.  
  27. Save the file and restart Firefox. If you've done it properly, the ads should now be gone from your echofon extension.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement