PDA

View Full Version : Deleting the ads



rampageric77
20-08-2007, 03:54 AM
Removing Banner Ads and Bottom Ads (For Good!)

Step 1: Hit Start, then hit Run.

Step 2: Type in the following: "%APPDATA%\Mozilla\Firefox\Profiles" and then hit Enter.

Step 3: Double-click on your Profile folder. (The folder ends in ".default".)

Step 4: Double-click on the "chrome" folder. You should now see the following files:

http://www.jellyneo.net/images/guides/removeads_appdata-mozilla.gif

Step 5: Copy and Paste the "userContent-example.css" file and then rename it "userContent". You can rename a file by right clicking on it and then hitting 'Rename'.

Step 6: Open up the document in NOTEPAD (Right click on the file, 'Open With', 'Choose Program...', and then look for Notepad) and hit your 'Enter' key twice. Then paste the following line in: "div.ban,div#ban, #ban, .ban, #ban_spacer {display: none !important;}".

Step 7: Press enter, and then paste in the following line: .ad_wrapper,.ad_wrapper_fixed,#ban,#ban_bottom {visibility:hidden !important;}. (This takes care of the banner overlaying the top bar.)

Step 8: NEW! To take care of the "Sponsored Links" box, use this code: ".adBox2, .footOverlay { display:none !important; }" on a new line. When pasted, save the file, and close it.

Step 9: Restart Firefox, and enjoy Neopets without banner ads!

For IE:

Open Notepad (or your HTML-Editor) and paste the following in there:

div.ban,div#ban, #ban, .ban, #ban_spacer {
display: none !important;
}

.ad_wrapper,.ad_wrapper_fixed,#ban,#ban_bottom {
visibility:hidden !important;
}

.adBox2, .footOverlay {
display:none !important;
}

Save the file as neopetsadblock.css or something like that. Remember where you put the file. (Take note of the NEW .adBox2 filter to take out the Sponsored Links.)

Open IE, go to Tools> Internet Options> Accessibility under the General tab. Check the "format documents using style sheet" box and browse for the file you saved as css. Press okay, and restart IE. Just do that and your done. :)



Credit: Jellyneo.net

Please sticky as this is super useful

Want to hide these adverts? Register an account for free!