You can't touch this! wait what?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
startreking
Posts: 17
Joined: Thu Jan 15, 2009 6:13 pm

You can't touch this! wait what?

Post by startreking »

I'm trying to block a new vevo ads on youtube and normal right click doesn't work even when I open it in a new window.

ABP is silent when right clicking.

examples
http://i1.ytimg.com/u/lx2ih2Nx8enGmsMsA ... v=4beaea1f
http://i3.ytimg.com/u/V-UW3I3mXakSoqV8S ... v=4bec1296
http://www.youtube.com/watch?v=fuS4U8vr ... re=channel

I already have a filter to kill them but what I don't know is. How is ABP not able to see its a graphic?
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: You can't touch this! wait what?

Post by fanboy »

Code: Select all

||ytimg.com^*_banner.jpg?$image
||ytimg.com^*/new_watch_background.jpg$image,background
Though it still leaves the black background
startreking
Posts: 17
Joined: Thu Jan 15, 2009 6:13 pm

Re: You can't touch this! wait what?

Post by startreking »

Any idea how ABP doesn't let me right click on them?
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: You can't touch this! wait what?

Post by fanboy »

Code: Select all

Adblock Plus->Preferences->Add filter
Wladimir Palant

Re: You can't touch this! wait what?

Post by Wladimir Palant »

"This video is not available in your country." - too bad. I have a strong suspicion however that it has something to do with en/faq_basics#objects
startreking
Posts: 17
Joined: Thu Jan 15, 2009 6:13 pm

Re: You can't touch this! wait what?

Post by startreking »

Wladimir Palant wrote:"This video is not available in your country." - too bad. I have a strong suspicion however that it has something to do with en/faq_basics#objects
The image doesn't have a block tag. Far as I know png's are treated as images?

Had to open blockables to create a filter. The problem was the png was completely ignored by ABP. The 3rd link is the origin page. That's where I found ABP won't show up on the image loaded in the full page.

The first two links are the images in question. I think those wouldn't be u.s. restricted. FX knows they are png's title says (PNG Image, 640x70 pixels).
Wladimir Palant

Re: You can't touch this! wait what?

Post by Wladimir Palant »

Ok, I managed to open this page via a proxy server - it's bug 16605, the element under the mouse is the image map rather than the actual image.
Wladimir Palant

Re: You can't touch this! wait what?

Post by Wladimir Palant »

And it is fixed, I finally found a way to solve this: https://hg.adblockplus.org/adblockplus/rev/9f368114ee4b :)
Next development build will be able to block that banner via context menu. Adblock Plus 1.3 as well of course when it is released.
Locked