A minor issue (or maybe just a curiosity):
On My Yahoo! page there is always an ad that I block with
http://ads.yimg.com/us.yimg.com/a/*
I also have Collapse Blocked Elements checked.
Most of the time the ad is blocked and the fairly large square it would take up is collapsed to a thin white rectangle with the word "Advertisement" in it. That's fine with me.
But sometimes the large white square remains and has the word "false" below "Advertisement".
Seems a bit weird. The FF Error Console shows no errors when this happens.
I am using Firefox 2.0.0.11 (but this minor issue occurred on earlier versions) and AdBlockPlus 0.7.5.3 (but it happened on earlier versions too) on WinXP with SP2 and all current fixes.
I have not subscribed to any standard blocking lists. I just blocked things that bugged me on the pages I use the most.
Since My Yahoo! is a custom page associated with my Yahoo login, I can't provide a link to it.
I right clicked the large white rectangle and pulled up the Frame Info. In case it's useful it says:
Untitled Page:
Address: javascript:false
Type: text/html
Render Mode: Quirks Mode
Encoding: ISO-8859-1
Thanks,
Larry
Blocked element says "false"
-
- Posts: 4
- Joined: Sun Dec 16, 2007 3:40 am
If your 'My Yahoo!' address is "cm.my.yahoo.com", You need to widen the spotlight on the Ad frame to get ABP to not take the contents of the wanted frames with it.
here is the line that ELH generated for me which successfully removes the ad from My Yahoo.
here is the line that ELH generated for me which successfully removes the ad from My Yahoo.
Code: Select all
cm.my.yahoo.com#DIV(id=ad-lrec)(class=mod advertisement)
Circumlocutus,
Huh? What is "ELH"? And is the string you provided a regular expression? I know just a little bit about regular expressions but that doesn't look like one to me.
Curiously,
Larry
Edit: I just found the element hiding stuff in the Adblockplus documentation. I think I see what your code does. I'm thinking I can just put that into my filter list and it will do the right thing. I'll try it. Thanks.
Huh? What is "ELH"? And is the string you provided a regular expression? I know just a little bit about regular expressions but that doesn't look like one to me.
Curiously,
Larry
Edit: I just found the element hiding stuff in the Adblockplus documentation. I think I see what your code does. I'm thinking I can just put that into my filter list and it will do the right thing. I'll try it. Thanks.
-
- Posts: 4
- Joined: Sun Dec 16, 2007 3:40 am