Skip to content

Commit

Permalink
Merge pull request #10 from benni347/benni347/namesilo.com
Browse files Browse the repository at this point in the history
Fixed namesilo.com
  • Loading branch information
benni347 committed Apr 9, 2024
2 parents 9f7c2b1 + 080a727 commit d52b7ed
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 @@ -8383,6 +8383,8 @@ function getSelector(host) {
'.modal[style*="block"] .modal-footer input',
'.modal[style*="block"] button[id*="AcceptButton"]'
);
case "namesilo.com":
return 'button.bgcw';
case "vantilburgonline.nl":
return 'button.btn:nth-child(1)';
case "thunhoon.com":
Expand Down
2 changes: 1 addition & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -13949,7 +13949,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 d52b7ed

Please sign in to comment.