uBlockOrigin / uAssets

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

electriclove.at: breakage #16652

Closed mgrundnig closed 1 year ago

mgrundnig commented 1 year ago

Prerequisites

URL address of the web page

https://www.electriclove.at/en/

Category

breakage

Description

Cookie Consent Modal is not opening, only semi-transparent black modal backdrop.

Screenshot(s)

Screenshot(s)

Configuration

```yaml uBlock Origin: 1.46.0 Chromium: 109 filterset (summary): network: 147683 cosmetic: 187393 scriptlet: 25145 html: 0 listset (total-discarded, last-updated): added: https://filters.adtidy.org/extension/ublock/filters/3.txt: 36110-3075, 1m DEU-0: 6173-3, 1m adguard-annoyance: 63481-243, 1m adguard-social: 19851-836, 1m adguard-spyware-url: 898-2, 1m curben-phishing: 27668-0, 1m fanboy-annoyance: 84410-6372, 1m fanboy-cookiemonster: 45362-45362, 1m fanboy-social: 22808-22808, 1m fanboy-thirdparty_social: 68-20, 1m ublock-annoyances: 4815-210, 1m default: user-filters: 0-0, never easylist: 61211-145, 1m easyprivacy: 30930-12003, 1m plowe-0: 3667-970, 1m ublock-abuse: 77-0, 1m ublock-badware: 4252-122, 1m ublock-filters: 32280-557, 1m ublock-privacy: 263-57, 1m ublock-quick-fixes: 428-22, 1m ublock-unbreak: 1868-73, 1m urlhaus-1: 6657-2, 1m filterset (user): [empty] trustedset: added: [array of 1 redacted] modifiedUserSettings: [none] modifiedHiddenSettings: [none] supportStats: allReadyAfter: 330 ms (selfie) maxAssetCacheWait: 396 ms popupPanel: blocked: 1 blockedDetails: electriclove.at: 1 ```
iam-py-test commented 1 year ago

You are using

   adguard-annoyance: 63481-243, 1m
   fanboy-cookiemonster: 45362-45362, 1m
   fanboy-social: 22808-22808, 1m
   ublock-annoyances: 4815-210, 1m

I suspect that Fanboy's CookieMonster list is the cause. Please disable that list (and all other custom lists) and retest. If Fanboy's cookie list is the issue, then you should report it to https://github.com/easylist/easylist/issues.

Edit: Confirmed to be caused by EasyList Cookie. These two filters are needed:

electriclove.at##html:remove-class(is-dimmed)
electriclove.at##html:remove-class(is-locked)

@ryanbr

mgrundnig commented 1 year ago

@iam-py-test cheers, thanks for your help!

mgrundnig commented 1 year ago

It's an EasyList Cookie issue, not an uBlockOrigin issue, closing.