Skip to content

Commit

Permalink
Added support for auctioneve.com (#468)
Browse files Browse the repository at this point in the history
fixes #461
  • Loading branch information
appeasementPolitik authored Nov 14, 2022
1 parent 6df63db commit 01e321c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15536,6 +15536,7 @@ const rules = {
"click-learn.de": { s: "#ccm-widget{display:none !important} .ccm-blocked{overflow: unset !important}" },
"flaixfm.cat": { s: ".popup_bg{display:none !important}" },
"lasseron-associes.com": { s: "#rgpd-background{display:none !important}" },
"auctioneve.com": { s: "#rgpd-background{display:none !important}" },
};

const blockUrls = {
Expand Down

0 comments on commit 01e321c

Please sign in to comment.