[Done] Feature request: Web bug tracking via Blockable items

Various discussions related to Adblock Plus development
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

[Done] Feature request: Web bug tracking via Blockable items

Post by Adblock Plus Fan »

The idea behind this is to make it easier for filter list maintainers to detect web bugs.
Usually they are 3rd party items and easy to spot. But sometimes they are hidden and appearing as 1st party:
Adblock Plus Fan wrote:
A wrote:But you must admit noone visitig the site
"http://www.gmx.net/"
would deem
"http://www.gmx.net/cgi-bin/ivw/CP/AGOF_ID_264?[...]"
for harmful. There isn't a visible effect and the URL looks unsuspicious. Noone would even expect this is an spy image from the domain ivwbox.de, because it looks like gmx.net domain.
You do raise a good point here I guess. If they were smart, they shouldn't have made it obvious with /ivw/ in the url, and then I wouldn't have found out so easily.
From this thread: http://adblockplus.org/forum/viewtopic.php?t=2766

So, something like this:
Image
Would make life easier for the filter list maintainers. In this case we have a new column in the blockable items list which points out the item's size whenever they are below a certain threshold.

Perhaps this threshold could be configurable in about:config? Sometimes they are not always 1x1 pixels, so it could be useful to adjust the threshold to 4x4? or maybe 5x5?

Or if this is not worth the difficulty to implement, then instead of naming it Web bug, the column could be named dimension instead, and then provide the pixel size for every item when applicable. I believe this would still be a useful tool to detect them.


Personally I think an extra Web bug/dimension column could help confuse the average user, so this should be a column which is not shown in the blockable items list by default. Advanced users and list maintainers can enable it if they find it useful and the average user won't be bothered.
Wladimir Palant

Post by Wladimir Palant »

It seems that I will already add a size column that is hidden by default (proposal via mozilla-russia.org forum). I could probably add image size as well. Note however that web bugs don't have to be images. Scripts are far more effective web bugs.
SlimShady
Posts: 49
Joined: Sat Sep 09, 2006 12:49 pm

Post by SlimShady »

you mean as in script src="my web bug here" ?
Wladimir Palant

Post by Wladimir Palant »

Yes, where the script tries to get some additional info on your browser.
salvy
Posts: 2
Joined: Tue Aug 19, 2008 5:40 pm

Post by salvy »

Maybe taking for example bugnosis

I think is the only add-on* capable of detecting web bugs.

Or maybe creating a separate
extension would be also cool :D
Wladimir Palant

Post by Wladimir Palant »

Bugnosis is only detecting web bugs, not removing them. A similar extension for Firefox that would allow adding an Adblock Plus rule with one click shouldn't be too hard to write - any volunteers?

PS: Note that you cannot do anything the first time you hit that web bug - not even its size is known before you download it. So you can only notify the user after the fact and offer to block it.
nowshining
Posts: 4
Joined: Sat Oct 11, 2008 2:52 am

Post by nowshining »

well for a detection script, or whatever - install greasemonkey and go here:
http://userscripts.org/users/68868/scripts

but for a quick webbug remover i suggest the adblock element or I don't if it would work without it, prob. would, use this rule and should block a lot of web bugs:

Code: Select all

#*(width=1)(height=1)
and alas adblock forum here seems to have a web bug i think :)
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

You can't block a tracker with an #element-hiding rule. Element-hiding rules still allow downloading of the tracker. All trackers need to be stopped with regular blocking rules.
smk_

Re:

Post by smk_ »

Code: Select all

#*(width=1)(height=1)
this would also hide some 1*1 pixels whos purpose is to compose a line, not to track
adblock forum here seems to have a web bug i think
really? i can't find any. Can you give me the url for the webbug image?
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Post by Ares2 »

smk
Posts: 100
Joined: Mon Jul 14, 2008 6:54 am

Re:

Post by smk »

ok, thanks
it's not really tracking then
Wladimir Palant

Post by Wladimir Palant »

Size column in Blockable items has been added: http://hg.mozdev.org/adblockplus/rev/1493f247f328
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Post by Hubird »

How do I enable the size column in the latest dev build ?

I have checked http://adblockplus.org/en/preferences#hidden_options

No mention of the word "size"

I also check the "view" options in the blockable items list.
Wladimir Palant

Post by Wladimir Palant »

@Hubird: there is a column picker at the outer right of the list header, click it. I'll probably end up with something similar to the View menu in Preferences there as well - but not in this release.

Btw, documentation hasn't been updated for the new release yet, I usually don't do that until shortly before the release.
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Post by Hubird »

I guess it kind of makes sense and I doubt anything could be done about it anyway but blocked images don't show the size.
Locked