Skip to content

Commit

Permalink
Added support for grandprixradio.nl (#561)
Browse files Browse the repository at this point in the history
fixes #551
  • Loading branch information
appeasementPolitik authored Nov 17, 2022
1 parent aeced0b commit 222ea65
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 @@ -15561,6 +15561,7 @@ const rules = {
"oponeo.co.uk": { s: "body > form + div{display:none !important} .noScroll{overflow: unset !important}" },
"herbata.info": { s: "#elementor-popup-modal-3197{display:none !important}" },
"gouv.qc.ca": { s: ".notifier--consent{display:none !important}" },
"grandprixradio.nl": { s: ".cookies-popup-dialog,.cookies-popup-background{display:none !important}" },
};

const blockUrls = {
Expand Down

0 comments on commit 222ea65

Please sign in to comment.