Page 1 of 1
adblock.elemtypes
Posted: Thu Dec 22, 2005 4:07 am
by Guest
what was the other things besides //div that can be block if i add them?
Posted: Thu Dec 22, 2005 4:11 am
by mcm
If you want to find out change it to "//*" which will list everything. When you've determined common types exploited by ads change the preference to something like "//div|//span|//table" etc because as you'll notice every additional element that is detected increases the time it takes to load a page.
Posted: Sun Feb 12, 2006 11:49 pm
by Aerik
Wouldn't it be crazy to list every element instead of using the wildcard, or even doing both? like this?
//div|//img|//image|//i|//a|//p|//label|//select|//option|//ul|//ol|//title|//span|//IFRAME|//noscript|//META|//iframe|//center|//hr|//link|//form|//input|//br|//head|//meta|//td|//tr|//td|//tbody|//body|//table|//itable|//li|//r|//html|//*|*|//clav|//style|//script
Posted: Wed Feb 15, 2006 7:21 am
by mcm
"//*" placing the wildcard there does match "//div", "//img" and so on, which is what I meant when I said it will list everything. So you don't need something as long as what you quoted.
Posted: Wed Mar 15, 2006 1:47 am
by Guest
Why can I not see the adblock.elemtypes option in my about:config? The following is my useragent string:
Code: Select all
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1
Posted: Wed Mar 15, 2006 1:52 am
by PacoBell
Whoops, I forgot to log in

Anyway, I'm running Adblock Plus v0.6.1.2.
Posted: Wed Mar 15, 2006 3:42 am
by Peng
PacoBell:
adblock.elemtypes is for Adblock Plus 0.5, not for Adblock Plus 0.6, which is a completely different extension by a different developer that has the same name.
Posted: Wed Mar 15, 2006 7:22 am
by Guest
I see from previous posts that the current dev has philisophical reservations about so-called "element hiding". So be it, I've discovered Stylish!

Posted: Wed Mar 15, 2006 10:59 am
by Wladimir Palant
Please check out
http://adblockplus.mozdev.org/faq_featu ... l#divblock - "element hiding" in Adblock Plus 0.6 is entirely different and there is no need for adblock.elemtypes. You can hide any element you wish without tweaking preferences.
Posted: Tue Mar 21, 2006 12:03 am
by Guest
Yes, I am aware of that, but you must realize that your Adblock loses a lot of its value due to the fact that those element types do not automatically show up in the sidebar. One of the things that made the previous Adblock great was that I didn't have to manually hunt down the elements I wanted to eradicate. Perhaps this is where our philosophies diverge?
Posted: Tue Mar 21, 2006 12:08 am
by Wladimir Palant
The price was "a little" too high... So you really don't like DOM Inspector?