sifr and adblocktab=true

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
kemie
Posts: 5
Joined: Mon Jul 10, 2006 3:07 pm

sifr and adblocktab=true

Post by kemie »

previous versions of adblock created a div with an attribute of adblocktab=true.

this made it possible, in the implementation of sifr, to hide the tabs via css, using the rule

.sIFR-flash + div[adblocktab=true] {
display: none !important;
}

as well as hiding all tabs through a user stylesheet

but the attribute seems to be gone in the latest release.

is there a reason for the change?
goldman

Post by goldman »

Perhaps the reason is, that I do not want the website to tell me what I should see and what not?

I use adblock to be able to block useless things. And when I enable these tabs, then I would like to see them. Always!

And an nice thread from the original adblock forum: http://aasted.org/adblock/viewtopic.php?t=1687
kemie
Posts: 5
Joined: Mon Jul 10, 2006 3:07 pm

Post by kemie »

it's not a question of the website telling the user what to see, it's the other way around, about empowering the user. I personally do not want an adblock tab to appear on every single sifr implementation on every single site, so i've made a user stylesheet that removes them using the adblock=true property.

I see no reason to take it away, and was wondering if there is any.
User avatar
Peng
Posts: 518
Joined: Fri Jun 09, 2006 8:14 pm
Location: Central Florida
Contact:

Post by Peng »

kemie wrote:I see no reason to take it away, and was wondering if there is any.
It does tell the website Adblock is running on it...
Matt Nordhoff
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post by mcm »

Peng wrote:It does tell the website Adblock is running on it...
Not since Firefox 1.5 or higher, and if it can then it's actually a security issue because the website could inject malicious code.
User avatar
Peng
Posts: 518
Joined: Fri Jun 09, 2006 8:14 pm
Location: Central Florida
Contact:

Post by Peng »

mcm wrote:Not since Firefox 1.5 or higher, and if it can then it's actually a security issue because the website could inject malicious code.
Hi mcm! :D

Um. Okay. *Uncertain nod*
Matt Nordhoff
kemie
Posts: 5
Joined: Mon Jul 10, 2006 3:07 pm

Post by kemie »

so... could we have adblock=true back? please?
Wladimir Palant

Post by Wladimir Palant »

No, this attribute was always something I intended to fix. We really don't want to tell the web site that Adblock Plus is there. The change had also technical reasons since the object tabs don't always follow the object now.

You can whitelist the SIFR object, it will hide the object tabs as well.
kemie
Posts: 5
Joined: Mon Jul 10, 2006 3:07 pm

Post by kemie »

wladimir, any explanation for us non-techies on how to "whitelist the sIFR object" ?
sheepy
Posts: 147
Joined: Sat Jun 17, 2006 8:44 pm

Post by sheepy »

The usual way you whitelist an object, I think?
e.g. @@domain.com/*/*.swf
kemie
Posts: 5
Joined: Mon Jul 10, 2006 3:07 pm

Post by kemie »

i thought he meant a way to block all tabs within a sifr object in all sites, not on a per-domain basis...
helping ghost

Post by helping ghost »

@@sifr
Wladimir Palant

Post by Wladimir Palant »

An example: on ABC News Adblock Plus offers me to block http://a.abcnews.com/flash/subhead2.swf. Now I know that this is SIFR and entirely harmless. So I can add an exception rule for this address:

Code: Select all

@@http://a.abcnews.com/flash/subhead2.swf
That's it, Adblock Plus doesn't show tabs for objects that match an exception rule.
Post Reply