Knew I should have posted this as well. This was compiled B4 the latest update so some stuff may be obsolete.
Firefox & Netscape
Step 1: If you don't have Firefox already, get it. Configure it, etc.
Step 2: Download these 2 extensions in Firefox after installing the browser -
AdBlock 0.5.2
https://addons.update.mozilla.org/exten ... dows&id=10
ChromEdit
https://addons.update.mozilla.org/exten ... .php?id=17
Step 3: Restart Firefox, then click on Tools - Adblock - Preferences
Step 4: Add 3 new filters:
http://images.neopets.com/buttons/*
http://images.neopets.com/728ads/*
http://images.neopets.com/ads/*
Click Add button to save them. Then click done.
Step 5: Go to Tools - Edit User Files, then click on the userContent.css tab.
Step 6: Scroll all the way to the end, then enter a new line:
#ban { display: none !important; }
Click the Save button.
Step 7: Restart Firefox and enjoy an ad-free NeoPets experience.
EDIT: Manually edit css file for Firefox
1: locate file. Usually found at
C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\chrome\userContent.css or
C:\WINDOWS\Profiles\username\Application Data\Mozilla\Firefox\Profiles\xxxxxxxxx.default\chrome.
(xxx is randomly generated numbers) on most computers or
you can search for userContent.css
2: Open file in notebook and paste the folowwing at the bottom
Quote:
@-moz-document domain(neopets.com){
div#ban{display:none;}
div#bottomban{display:none;}
td.tl > object{display:none;}
#mb + form{display:none !important;}
}
3: Save
4: Restart Program