Sun May 07, 2006 6:13 pm
Mon May 08, 2006 12:09 am
Step 1: If you don't have Firefox already, get it here. Configure it, etc.
Step 2: Download these 2 extensions in Firefox after installing the browser -
AdBlock 0.5.2
ChromEdit
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
download the .xpi, rename to .zip, unzip install.rdf and edit max field to be 2.0 or whatever, put the file back into the zip and rename back to .xpi, drag & drop to firefox and you're set.
Mon May 08, 2006 1:08 am
div.ban,div#ban {
display: none !important;
}
@-moz-document domain(neopets.com){
div#ban{display:none;}
div#bottomban{display:none;}
td.tl > object{display:none;}
#mb + form{display:none !important;}
}
Mon May 08, 2006 3:30 pm