Skip to content

Commit

Permalink
Fixed support for ezgif.com
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 20, 2023
1 parent 87b9faf commit 3be5f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -13522,7 +13522,7 @@ const rules = {
"punpro.com": { s: 'div[class*="CookieSession"]{display:none !important}' },
"siamsport.co.th": { s: "#popup-ss{display:none !important}" },
"reddit.com": {
s: '#SHORTCUT_FOCUSABLE_DIV > div> div > section > [style*="Toaster"],shreddit-cookie-banner{display:none !important}',
s: '#SHORTCUT_FOCUSABLE_DIV > div> div > section > [style*="Toaster"],shreddit-async-loader[bundlename*="cookie_banner"]{display:none !important}'
},
"reddit.watch": {
s: ".v-content__wrap > .container > .align-end{display:none !important}",
Expand Down Expand Up @@ -18090,6 +18090,7 @@ const blockUrls = {
{ r: "fastcmp.com/fast-cmp.js" },
{ r: "apps.ludostation.com/cmp/v2/cmp.js" },
{ r: "mrdev-cmp/assets/js/script.js" },
{ r: "cmp.setupcmp.com" },
],
Cookie: [
{ r: "gofundme.com/js/3.0/visitorCookie.js" },
Expand Down

0 comments on commit 3be5f64

Please sign in to comment.