uBlockOrigin / uAssets

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

geeksforgeeks.org: nuisance #25046

Closed Rudxain closed 2 months ago

Rudxain commented 2 months ago

Prerequisites

URL address of the web page

https://www.geeksforgeeks.org/problems/frequency-of-array-elements-1587115620/0

Category

nuisance

Description

There's a cookie-notice at the bottom of the viewport. It can be removed with:

##.cookieConsent_gfg_cookie__container___EQKa

Other extensions used

none

Screenshot(s)

Screenshot(s) ![image](https://github.com/user-attachments/assets/8285ee8d-302a-42a7-8672-0efd14407f72)

Configuration

```yaml uBlock Origin: 1.57.0 Firefox: 115 filterset (summary): network: 249626 cosmetic: 260878 scriptlet: 54139 html: 2179 listset (total-discarded, last-updated): added: adguard-generic: 84462-4142, now adguard-mobile: 9650-60, now adguard-spyware-url: 1662-124, now adguard-spyware: 79780-1549, now block-lan: 71-0, now curben-phishing: 537-1, 47m adguard-cookies: 31142-56, now ublock-cookies-adguard: 1670-27, now fanboy-cookiemonster: 51736-3968, now ublock-cookies-easylist: 1670-1670, now adguard-social: 23343-58, now fanboy-social: 16971-753, now [12 lists not shown]: [too many] default: user-filters: 0-0, never ublock-filters: 39721-126, now ublock-badware: 10670-6, 47m Δ ublock-privacy: 1064-4, 47m Δ ublock-unbreak: 2556-1, 47m Δ ublock-quick-fixes: 180-9, 47m Δ easylist: 85538-2578, now easyprivacy: 53073-26415, now urlhaus-1: 29165-0, 47m filterset (user): [empty] trustedset: removed: chrome-extension-scheme switchRuleset: added: [array of 53 redacted] hostRuleset: added: [array of 64 redacted] removed: behind-the-scene * * noop behind-the-scene * image noop behind-the-scene * 3p noop behind-the-scene * inline-script noop behind-the-scene * 1p-script noop userSettings: advancedUserEnabled: true hiddenSettings: [none] supportStats: allReadyAfter: 579 ms (selfie) maxAssetCacheWait: 452 ms cacheBackend: indexedDB popupPanel: blocked: 31 no-popups: true network: clarity.ms: 1 d3tojzvpbuo41f.cloudfront.net: 6 facebook.net: 2 google.com: 1 googletagmanager.com: 3 gstatic.com: 15 typekit.net: 3 extended: ##.cookieConsent_gfg_cookie__container___EQKa ##+js(no-setTimeout-if, .login-modal-btn:eq(0)) ##+js(no-setTimeout-if, onscroll, 5500) ##+js(no-setTimeout-if, login, 5000) ##+js(abort-current-script, showAdblockerModal) ```
mapx- commented 2 months ago

geeksforgeeks.org##[class^="cookieConsent_gfg_cookie__container"]

Rudxain commented 2 months ago

geeksforgeeks.org##[class^="cookieConsent_gfg_cookie__container"]

Tested on Firefox for Android. It works! Haven't tested on the same desktop/laptop as the original issue yet

krystian3w commented 2 months ago

Typo? https://github.com/easylist/easylist/commit/848b86bb54c7108356cada8fdbe1800a20ac5963 - c should be small, so we need new line or use:

##div[class*="CookieConsent" i]

https://caniuse.com/css-case-insensitive

krystian3w commented 2 months ago

https://github.com/easylist/easylist/commit/a4ec401b29c11f60e8fbcd27d1283719603aad83