Skip to content

Commit

Permalink
Fixed namesilo.com
Browse files Browse the repository at this point in the history
  • Loading branch information
benni347 committed Apr 8, 2024
1 parent 9edd314 commit c26de4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8387,6 +8387,8 @@ function getSelector(host) {
'.modal[style*="block"] .modal-footer input',
'.modal[style*="block"] button[id*="AcceptButton"]'
);
case "namesilo.com":
return 'button.bgcw';
case "yougov.com":
return '.cdk-overlay-container yg-tcf-dialog [data-cy="disagree-button"]';
case "fiveguys.nl":
Expand Down
2 changes: 1 addition & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -13947,7 +13947,7 @@ const rules = {
"freesciencelessons.co.uk": {
s: ".divibars-container{display:none !important}",
},
"namesilo.com": { s: "#app > header ~ section{display:none !important}" },
"namesilo.com": { j: 5 },
"hansanders.nl": { s: "#cookie-dialog-wrapper{display:none !important}" },
"hansanders.be": { s: "#cookie-module-js{display:none !important}" },
"airgradient.com": { c: 112 },
Expand Down

0 comments on commit c26de4d

Please sign in to comment.