Skip to content

Commit

Permalink
support for xvideos.com closes #101
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Oct 16, 2022
1 parent d30b61e commit 74c5741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/js/common5.js
Original file line number Diff line number Diff line change
Expand Up @@ -2620,6 +2620,7 @@ function getSelector(host) {
'.ReactModal__Overlay--after-open a[href*="Datenschutzerklaerung"]',
".ReactModal__Overlay--after-open footer > div:last-child button:first-child"
);
case "xvideos.com":
case "anyxvideos.com":
return ".disclaimer-opened #disclaimer-save-preferences";
case "gx.games":
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15171,6 +15171,7 @@ const rules = {
"agazeta.com.br": { s: ".notification-footer{display:none !important}" },
"pisoscentro.com": { c: "3" },
"hintertuxergletscher.at": { j: "6" },
"xvideos.com": { j: "5" },
};

const blockUrls = {
Expand Down

0 comments on commit 74c5741

Please sign in to comment.