Skip to content

Commit

Permalink
fixed support for xnxx.com
Browse files Browse the repository at this point in the history
fixed support for xvideos.es
fixed support for pornorama.com
  • Loading branch information
OhMyGuus committed Dec 23, 2023
1 parent 5e60c18 commit 3e64f7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,9 @@ function getSelector(host) {
'.ReactModal__Overlay--after-open a[href*="Datenschutzerklaerung"]',
".ReactModal__Overlay--after-open footer > div:last-child button:first-child"
);
case "xnxx.com":
case "pornorama.com":
case "xvideos.es":
case "xvideos.com":
case "anyxvideos.com":
return ".disclaimer-opened #disclaimer-save-preferences";
Expand Down
3 changes: 3 additions & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15145,7 +15145,10 @@ const rules = {
"agazeta.com.br": { s: ".notification-footer{display:none !important}" },
"pisoscentro.com": { c: 0 },
"hintertuxergletscher.at": { j: "6" },
"pornorama.com": { j: "5" },
"xvideos.es": { j: "5" },
"xvideos.com": { j: "5" },
"xnxx.com": { j: "5" },
"worktop-express.de": { c: 85 },
"palmangels.com": { j: "3" },
"innerengineering.com": {
Expand Down

0 comments on commit 3e64f7a

Please sign in to comment.