Skip to content

Commit

Permalink
Merge pull request #16 from benni347/benni347/jackjones.com
Browse files Browse the repository at this point in the history
Fixed the check for jackjones.com
  • Loading branch information
benni347 authored Apr 9, 2024
2 parents 0147ffa + e470ccb commit 7372891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -7303,7 +7303,7 @@ function getSelector(host) {
".cookie-adjust-modal-static .submit-button"
);
case "jackjones.com":
return ".cookie-notification-buttons > span + button";
return "button.button--block:nth-child(1)";
case "blix.gg":
return _if(
'#__layout > div > div > div[style*="width"] > div > div > a[href*="/glossary/privacy"]',
Expand Down

0 comments on commit 7372891

Please sign in to comment.