wg-gesucht.de

German supplemental subscription
Locked
lo8000
New Member
New Member
Posts: 2
Joined: Sat May 02, 2020 6:18 pm

wg-gesucht.de

Post by lo8000 »

Content: Anti-Adblock notification at bottom. Changing CSS throughout the domain and everytime site is visited.
Ad Blocker Extension Name / Version: uBlock Origin
List Subscriptions you're using and Custom Filters (some of known trusted subscriptions): Region wise just EasyList Germany otherwise everything.
Browser Name / Version: Firefox 75.0

The yellow Up-Arrow in the notification is from gstatic.com and permanently blockable via cosmetic filter:

Code: Select all

||www.gstatic.com/images/icons/material/system/1x/warning_amber_24dp.png$image
I already tried something but due to lack of understanding I can't get it to work.

Code: Select all

wg-gesucht.de##div[style*="bottom: 0px; left: 0px; position: fixed; display: flex; justify-content: center; font-family: Roboto, Arial;"]
The notification needs a little to show, but sometimes it appears instantly.
A lot of things aren't fixed, color, shadow, width are changing.

Screenshot with
Image
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

For the message at the top

Code: Select all

wg-gesucht.de##+js(acis, $, detectAdBlocker)
I cannot reproduce that at the bottom, do I need an account ?

However test this filter:

Code: Select all

wg-gesucht.de##+js(nostif, removeChild, 100)
Moved from Report unblocked content to EasyList Germany on Sat May 02, 2020 9:18 pm by LanikSJ

lo8000
New Member
New Member
Posts: 2
Joined: Sat May 02, 2020 6:18 pm

Post by lo8000 »

Code: Select all

wg-gesucht.de##+js(nostif, removeChild, 100)
Thank you man, that killed the notification.

I am not logged in, also I do not have a message at the top.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

added in uBO filters list
https://github.com/uBlockOrigin/uAssets ... fc22040960

for other anti adblocking issues report directly here:
https://github.com/uBlockOrigin/uAssets/issues
Locked