Skip to content

Commit

Permalink
Fix #193571 moebel.de
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-302 committed Nov 25, 2024
1 parent 42ff18d commit 5c25feb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AnnoyancesFilter/Cookies/sections/cookies_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
!
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/193571
@@||api.usercentrics.eu^$script,xmlhttprequest,domain=moebel.de
@@||aggregator.service.usercentrics.eu/aggregate/$domain=moebel.de
! https://github.com/AdguardTeam/AdguardFilters/issues/193170
inwestycje.plus,energetyka.plus,haleprzemyslowe.plus#@##cookie-law-info-bar
! https://github.com/AdguardTeam/AdguardFilters/issues/193037
Expand Down
2 changes: 2 additions & 0 deletions AnnoyancesFilter/Cookies/sections/cookies_specific.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ scootertechno.com#$?#div[consent-skip-blocker] { remove: true; }
!
! NOTE: Regular rules
!
moebel.de#$##__next > div[class^="__variable_"] > div.fixed.items-center { display: none !important; }
moebel.de#$#body { overflow: auto !important; padding-right: 0 !important; }
||smartpress.by/bitrix/js/slam.cookie/script.js
turkishairlinesholidays.com##div[class^="CookieModal_container_"]
cp.beget.com##.tw-fixed.tw-flex
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,16 @@ string-argv@~0.3.2:
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==

"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^4.1.0:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -930,7 +939,14 @@ string-width@^7.0.0:
get-east-asian-width "^1.0.0"
strip-ansi "^7.1.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down

0 comments on commit 5c25feb

Please sign in to comment.