uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
3.84k stars 732 forks source link

swissmilk.ch: nuisance #23721

Closed BenjaminRosenzweig closed 2 months ago

BenjaminRosenzweig commented 2 months ago

Prerequisites

URL address of the web page

https://www.swissmilk.ch/de/

Category

nuisance

Description

Site gets grey overlay and is blocked from view. Cookie notice appears when UBO is disabled. I tried different configurations with disabled UBO lists and FF extensions

Other extensions used

none

Screenshot(s)

Screenshot(s) with grey overlay ![image](https://github.com/uBlockOrigin/uAssets/assets/47740403/c766b7ca-f52a-4950-b78c-816b4b7916bd)

Configuration

```yaml uBlock Origin: 1.57.2 Firefox: 128 filterset (summary): network: 263103 cosmetic: 294243 scriptlet: 53171 html: 2082 listset (total-discarded, last-updated): added: https://filters.adtidy.org/extension/ublock/filters/14.txt: 78936-134, now https://raw.githubusercontent.com/Spam404/lists/master/adblock-list.txt: 7253-0, now https://raw.githubusercontent.com/gioxx/xfiles/master/filtri.txt: 5870-17, now https://secure.fanboy.co.nz/fanboy-annoyance_ubo.txt: 98864-23094, now https://www.fanboy.co.nz/enhancedstats.txt: 0-0, now adguard-generic: 81454-4089, now adguard-mobile: 9381-80, now adguard-spyware-url: 1512-120, now adguard-spyware: 83500-1434, now adguard-social: 22941-1643, now adguard-cookies: 29601-29601, now ublock-cookies-adguard: 1145-15, now [16 lists not shown]: [too many] default: user-filters: 4-0, never ublock-filters: 38210-454, 1h.27m Δ ublock-badware: 8548-4, 1h.27m Δ ublock-privacy: 908-67, 1h.27m Δ ublock-unbreak: 2332-6, 1h.27m Δ ublock-quick-fixes: 196-5, 1h.32m easylist: 87464-2126, 1h.27m Δ easyprivacy: 50913-31735, 1h.27m Δ urlhaus-1: 12410-3, now plowe-0: 3729-1350, now filterset (user): [array of 4 redacted] trustedset: added: [array of 27 redacted] removed: moz-extension-scheme switchRuleset: added: [array of 37 redacted] hostRuleset: added: [array of 28 redacted] userSettings: advancedUserEnabled: true hiddenSettings: [none] supportStats: allReadyAfter: 2660 ms maxAssetCacheWait: 1587 ms cacheBackend: indexedDB popupPanel: blocked: 14 no-remote-fonts: true network: swissmilk.ch: 13 googletagmanager.com: 1 extended: ##.CookieBanner:not(body):not(html) ##.CookieBanner ```
krystian3w commented 2 months ago

Bug is from Fanboy annoyances (aka EasyList Cookie part).

fog can be removed by generic:

##html.cookie-banner-open::before

Scrolling recovered by:

swissmilk.ch##html.cookie-banner-open:style(overflow: auto !important;)

Older ABP (without merged PR to inject custom CSS) and old iOS need manually accept cookie modal.

krystian3w commented 2 months ago

@Yuki2718 possible bug with scroll for iPhone (free license or outdated iOS/Safari lower 15.0).

Yuki2718 commented 2 months ago

possible bug with scroll for iPhone (free license or outdated iOS/Safari lower 15.0).

I don't have an iPhone.

krystian3w commented 2 months ago

I mean you should check repair visibility pop-up for Android Content Blocker, Adblock Plus legacy build 3.x and iOS due Ryan and Khrin no longer add exceptions - only repair scrolling or use scriptlets (incompatible with CB, ABP legacy and iOS).

BenjaminRosenzweig commented 2 months ago

All i can say is that i use 2 different Windows 10 Computers with Firefox Nightly and Firefox on each installed and i get the same grey overlay in all 4 situations. I certainly tried with different UBO filterlists and FF Extensions disabled. With UBO disabled i get the cookie notice, otherwise the grey overlay.

stephenhawk8054 commented 2 months ago
swissmilk.ch##html.cookie-banner-open:remove-class(cookie-banner-open)

@ryanbr @Alex-302