adblock.elemtypes

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Guest

adblock.elemtypes

Post by Guest »

what was the other things besides //div that can be block if i add them?
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post 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.
Aerik

Post 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
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post 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.
Guest

Post 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
PacoBell

Post by PacoBell »

Whoops, I forgot to log in :oops: Anyway, I'm running Adblock Plus v0.6.1.2.
User avatar
Peng
Posts: 518
Joined: Fri Jun 09, 2006 8:14 pm
Location: Central Florida
Contact:

Post 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.
Guest

Post 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! :D
Wladimir Palant

Post 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.
Guest

Post 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?
Wladimir Palant

Post by Wladimir Palant »

The price was "a little" too high... So you really don't like DOM Inspector?
Locked