Page 1 of 2

wetteronline.de

Posted: Sun May 29, 2016 1:06 pm
by WarFame

Code: Select all

http://www.wetteronline.de/
Bannerwerbung:

Code: Select all

||wetteronline.de/*/base64.
Privacy:

Code: Select all

||cnt.wetteronline.de^
oder:

Code: Select all

.de/omega?

Re: wetteronline.de

Posted: Fri Jun 03, 2016 1:32 pm
by Khrin

Re: wetteronline.de

Posted: Sat Jun 04, 2016 10:53 am
by WarFame
Thank.    

wetteronline.de

Posted: Sat Jun 04, 2016 5:36 pm
by Jay0815
Hello,

http://www.wetteronline.de/wetterradar shows only an empty map.
The Cloud and Lightning layer doesn't work anymore.

Jay

Re: wetteronline.de

Posted: Sat Jun 04, 2016 6:04 pm
by smed79
@Jay0815 add:

Code: Select all

@@||st.wetteronline.de/dr/1.0.672/js/base64.2.js
wetteronline.de###rightcontainer + [id] > A[id][class] > IMG

Re: wetteronline.de

Posted: Sun Jun 05, 2016 3:08 pm
by Khrin
I apologize for the issue, removed: https://github.com/easylist/easylistger ... f629cd422f

Re: wetteronline.de

Posted: Fri Jun 24, 2016 4:58 pm
by Rosmarin
I have the latest easylist and added what smed79 suggested but there's still ads on the website. Currently on this site: http://www.wetteronline.de/regenradar and there's ads on top and below the radar. Any suggestions?

Re: wetteronline.de

Posted: Fri Jun 24, 2016 6:05 pm
by intense

Code: Select all

||st.wetteronline.de/wotexte/vermarktung/snippets/$image

Re: wetteronline.de

Posted: Fri Jun 24, 2016 11:40 pm
by Rosmarin
intense wrote:

Code: Select all

||st.wetteronline.de/wotexte/vermarktung/snippets/$image
Tried it. Now I have other ads instead. Not the usual kind with three weird articles but a big banner of bike advertisement and on the right side ads about paying to get the website adless. Both is unwanted as well.

Thank you intense for the fast reply!

Re: wetteronline.de

Posted: Sat Jun 25, 2016 6:37 am
by intense
add these filters

Code: Select all

@@||wetteronline.de^$genericblock
@@||wetteronline.de^$generichide
||doubleclick.net^$domain=wetteronline.de
||ligatus.com^$domain=wetteronline.de
||googlesyndication.com^$domain=wetteronline.de
||adup-tech.com^$domain=wetteronline.de
||adition.com^$domain=wetteronline.de
||serving-sys.com^$domain=wetteronline.de
||criteo.com^$domain=wetteronline.de
Also, only if you are using ABP for Firefox, you have to follow 1 of these indications:
1. disable easylist and subscribe this new list: "EasyList without element hiding" from: https://easylist.github.io/pages/other- ... iants.html

or
2. disable these hiding filters:

Code: Select all

###BannerAd
###ad_row
###adzerk
##.Adv_Left
##.SideAds
##.adplace
##.wingadblock
##div[id^="div-gpt-ad"]

Re: wetteronline.de

Posted: Sun Jun 26, 2016 10:34 am
by Rosmarin
I am using Chrome so I only added the filters you listed. And together with the filter from your earlier post it works great so far. Thank you very much!

Re: wetteronline.de

Posted: Fri Jul 01, 2016 6:13 pm
by horro
Ich sehe leider immer noch Werbung oben und an der Seite.
https://i.imgsafe.org/6af7de11af.jpg

Re: wetteronline.de

Posted: Fri Jul 01, 2016 8:21 pm
by intense
horro wrote:Ich sehe leider immer noch Werbung oben und an der Seite.
https://i.imgsafe.org/6af7de11af.jpg
Did you try the filters above ?
browser ? adblocker ?

Re: wetteronline.de

Posted: Sat Jul 02, 2016 8:38 am
by horro
Yes, I tried these filters using FF 47 + uBO.
The two ad images (top + right border) are shown with a delay, they seem to be injected by a script.
It is two div elements with random ids and background images loaded via base64 encoded data urls.

Re: wetteronline.de

Posted: Sat Jul 02, 2016 9:38 am
by intense
The filters above are working for ABP
However, ubo does not know $genericblock keyword, so for ubo add these filters:

Code: Select all

@@||wetteronline.de^$generichide
@@||wetteronline.de$script,image,domain=wetteronline.de
@@||pagead2.googlesyndication.com$script,domain=wetteronline.de

Re: wetteronline.de

Posted: Sat Jul 02, 2016 11:13 am
by horro
It still does not work even with those filters. The page loads without ads and after 2 seconds or so the ads become visilble as if they are loaded afterwards.

Re: wetteronline.de

Posted: Sat Jul 02, 2016 11:44 am
by intense
in ubo:

disable these special lists:
uBlock filters – Experimental‎
uBlock filters – Privacy‎

add these filters

Code: Select all

@@||wetteronline.de^$generichide
@@||pagead2.googlesyndication.com$script,domain=wetteronline.de
@@||wetteronline.de$domain=www.wetteronline.de
@@||partner.googleadservices.com$domain=wetteronline.de
@@||doubleclick.net$script,domain=wetteronline.de
wetteronline.de###aswift_0

Re: wetteronline.de

Posted: Sat Jul 02, 2016 12:31 pm
by horro
Now it works, thank you.
How did you find out those filters and why does it not work with the Privacy / Experimental lists enabled?
I'd really like to unterstand the things happening.

Re: wetteronline.de

Posted: Sat Jul 02, 2016 12:37 pm
by intense
probably it should be reported to gorhill, probably he will find (write) some experimental fix (and after that, re-enabled those lists)

Re: wetteronline.de

Posted: Sat Jul 02, 2016 1:01 pm
by horro
The problem with those lists seems to be googletagservices.com/tag/js/gpt.js
In the ublock Experimental list there is

Code: Select all

||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices.com/gpt.js,important 
and in the ublock Privacy list

Code: Select all

||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices.com/gpt.js
The first one cannot be overridden as it is declared important. Thus, the Experimental list must be disabled. The Privacy list entry can be overridden by the filter

Code: Select all

@@||googletagservices.com/tag/js/gpt.js$script,domain=wetteronline.de
with the list being enabled.

Re: wetteronline.de

Posted: Sat Jul 02, 2016 1:36 pm
by WarFame

Re: wetteronline.de

Posted: Sat Jul 02, 2016 4:29 pm
by horro
Oops! Ads are back again...

Re: wetteronline.de

Posted: Sat Jul 02, 2016 4:40 pm
by intense
still working here, main page or some other page ?

Re: wetteronline.de

Posted: Sat Jul 02, 2016 4:45 pm
by intense
replace

Code: Select all

@@||wetteronline.de$domain=www.wetteronline.de
with

Code: Select all

@@||wetteronline.de$script,domain=wetteronline.de

Re: wetteronline.de

Posted: Sat Jul 02, 2016 5:30 pm
by horro
It's working. Seems to be a problem with uMatrix which I am also running.

Re: wetteronline.de

Posted: Mon Jul 04, 2016 10:34 am
by nomo
Hi,

http://www.wetteronline.de/uploader isn't working and shows a message that says, ABP isn't working properly.
When I disable the following rule, it works:
wetteronline.de##[-abp-properties='padding-top: 1*px;']

During my research i found a lot of css-rules. Some of them seems to be very generally and I wonder if the 1*px rule doesn't block other content, too.
I couldn't find any ads that are blocked by this rule. Or some of the other css-rules. Are they obsolete?

Re: wetteronline.de

Posted: Mon Jul 04, 2016 4:35 pm
by MonztA

Re: wetteronline.de

Posted: Sun Jul 31, 2016 10:34 am
by horro
They seem to have changed the site, ads are back again.

Re: wetteronline.de

Posted: Sun Jul 31, 2016 10:41 am
by intense
horro wrote:They seem to have changed the site, ads are back again.
Did you try these filters ?

Code: Select all

@@||wetteronline.de^$generichide
@@||pagead2.googlesyndication.com$script,domain=wetteronline.de
@@||wetteronline.de$script,domain=wetteronline.de
@@||partner.googleadservices.com$domain=wetteronline.de
@@||doubleclick.net$script,domain=wetteronline.de
wetteronline.de###aswift_0
if still does not work provide an example page

Re: wetteronline.de

Posted: Sun Feb 26, 2017 11:16 am
by douira
An adblock blocking banner is present now. I used this to hide that as well:

Code: Select all

/image/sites/*/*.gif$domain=www.wetteronline.de
I haven't run into any problems with it so far.