mail.google.com

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Basilevs
Posts: 6
Joined: Tue Oct 30, 2007 8:54 am

mail.google.com

Post by Basilevs »

mail.google.com changed its right banner panel class on the mail reading screen.
Earlier rule

Code: Select all

mail.google.com#div(class^=rh)
worked fine for me.

I've tried to figure out the new rule myself, and have come to this:

Code: Select all

#div(class^=XoqCub)
But there was no effect.
Any suggestions?
Basilevs
Posts: 6
Joined: Tue Oct 30, 2007 8:54 am

Post by Basilevs »

It seems that

Code: Select all

mail.google.com#DIV(class=yxEQwb)
does the trick.
I still don't understand the difference. This is just the nested in div inside the one which should have been blocked by previous example.
User avatar
cuzz
Posts: 30
Joined: Thu Oct 11, 2007 3:59 am
Location: redwood deck
Contact:

^=curiou and $=ser

Post by cuzz »

does not work for me:

Code: Select all

mail.google.com#div(class^=rh)


does work for me:

Code: Select all

mail.google.com#div(class=rh)

Though after reading this http://adblockplus.org/en/filters

I'm not certain why. Does not class^=rhmatch class=rh ? Both rhc and rh "begin with rh".
Wladimir Palant

Re: ^=curiou and $=ser

Post by Wladimir Palant »

cuzz wrote:I'm not certain why. Does not class^=rhmatch class=rh ? Both rhc and rh "begin with rh".
Both rules work fine for me - and class^=rh does in fact hide rh.
Locked