WeatherBug being blocked

This is where you should report issues arising from the subscription filters.
Locked
HoosierDaddy
New Member
New Member
Posts: 5
Joined: Sat Apr 11, 2009 11:31 pm

WeatherBug being blocked

Post by HoosierDaddy »

Hi,

We use WeatherBug to display local weather on our site and recently it's being blocked by Easylist. The filter that's doing the block is: "/728x90/*". I don't know if that's a new filter for Easylist or if WeatherBug changed the name of some of their elements.
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Have you got the actual url it is effecting?
HoosierDaddy
New Member
New Member
Posts: 5
Joined: Sat Apr 11, 2009 11:31 pm

Post by HoosierDaddy »

fanboy wrote:Have you got the actual url it is effecting?
Sorry for not including the URLs. Since this is an Easylist forum, I was thinking the Easylist filter would be the only thing anyone could respond about. Here are the URLs:

http://img.weather.weatherbug.com/Image ... pass-e.gif
http://img.weather.weatherbug.com/image ... rtical.gif
User avatar
Hubird
Adversity Author
Adversity Author
Posts: 1768
Joined: Sun Sep 30, 2007 4:31 am
Location: Australia

Post by Hubird »

Can you post a link to the actual site that you are having problems with.
HoosierDaddy
New Member
New Member
Posts: 5
Joined: Sat Apr 11, 2009 11:31 pm

Post by HoosierDaddy »

Hubird wrote:Can you post a link to the actual site that you are having problems with.
Okay: http://pkra.com/?page_id=663

But don't be surprised if the webmaster has implement a workaround by the time you see it.
User avatar
Hubird
Adversity Author
Adversity Author
Posts: 1768
Joined: Sun Sep 30, 2007 4:31 am
Location: Australia

Post by Hubird »

Code: Select all

@@*.weatherbug.com/*
Seems to do the trick.

I am at a bit of a loss as to why

Code: Select all

@@*weatherbug.com*$domain=pkra.com
Does not achieve the same thing, is it because it is the weatherbug frame that is loads the blocked content ?
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Code: Select all

@@*.weatherbug.com/*
This would be excessive (to whitelist an entire domain for this)

Code: Select all

@@*weatherbug.com*$domain=pkra.com
Fine if you're only visiting this site, but I'm guessing weatherbug.com widgets are used elsewhere,

I've fixed the issue with 2 whitelists

Code: Select all


@@.weather.weatherbug.*/stickers/*
@@/weather.weatherbug.*/web-widgets/*
oh yeah, :arrow: :arrow: :arrow: (tribute to Rick)
Wladimir Palant
Adblock Plus Author
Adblock Plus Author
Posts: 444
Joined: Thu Mar 09, 2006 1:01 pm
Location: Cologne, Germany

Post by Wladimir Palant »

Yes, the weatherbug image is apparently being loaded by a frame from weather.weatherbug.com. Meaning that the original filter can be changed into "/728x90/*$domain=~weather.weatherbug.com" without any whitelists.
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Oh yeah It does effect my list a little more,
Not so much so for easylist.. but suggested $domain filter should be fine :)
User avatar
Hubird
Adversity Author
Adversity Author
Posts: 1768
Joined: Sun Sep 30, 2007 4:31 am
Location: Australia

Post by Hubird »

Suggested domain filter would have to be added to the 3 active filters wouldn't it ?

Code: Select all


*_728x90.*
/728x90/*
*=728x90&*
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

This would be enough on my list:

Code: Select all

@@/weather.weatherbug.*/web-widgets/*
@@.weather.weatherbug.*/stickers/*
Should be enough for just easylist:

Code: Select all

"/728x90/*$domain=~weather.weatherbug.com"
But using both, yeah all 3 filters.
Ares2
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

Post by Ares2 »

Wladimir Palant wrote:Meaning that the original filter can be changed into "/728x90/*$domain=~weather.weatherbug.com" without any whitelists.
Done. :arrow: :arrow: :arrow:
HoosierDaddy
New Member
New Member
Posts: 5
Joined: Sat Apr 11, 2009 11:31 pm

Post by HoosierDaddy »

Ares2 wrote:
Wladimir Palant wrote:Meaning that the original filter can be changed into "/728x90/*$domain=~weather.weatherbug.com" without any whitelists.
Done. :arrow: :arrow: :arrow:
Thanks!
HoosierDaddy
New Member
New Member
Posts: 5
Joined: Sat Apr 11, 2009 11:31 pm

Post by HoosierDaddy »

This is getting weird. The problem was fixed. Now a few days later, its back. Same files being blocked by the same filter as first reported. Its like the fix was dropped sometime in the last few days.
User avatar
Hubird
Adversity Author
Adversity Author
Posts: 1768
Joined: Sun Sep 30, 2007 4:31 am
Location: Australia

Post by Hubird »

Working fine for me. Make sure you have the latest Firefox and more importantly the latest ABP (one that supports domain exceptions).

Fanboy has a list of common ad dimensions that also had a false positive on that site, as mentioned he has fixed it in his list by using two whitelists. Downloading his list will not only catch more ads but it will also make doubly sure that the problem is fixed.

You can get his "Object Dimensions" list from

http://www.fanboy.co.nz/adblock/alpha/

The "Object Dimensions" list and his "Adult/Dating Adservers" list both work fine in conjunction with EasyList :)
Locked