Skip to content

Commit

Permalink
Merge pull request #12392 from hassanila/fix/linasmatkasse.se
Browse files Browse the repository at this point in the history
Added support for linasmatkasse.se
  • Loading branch information
obfuscated-loop authored Jun 15, 2024
2 parents 68b031a + f03e6bd commit c7338c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8391,6 +8391,8 @@ function getSelector(host) {
return '.cdk-overlay-container yg-tcf-dialog [data-cy="disagree-button"]';
case "fiveguys.nl":
return '.modal[style*="block"] #button_accept_cookies';
case "linasmatkasse.se":
return "div#cookies button#accept-selected-cookies-btn";
}

if (host.parts.length > 2) {
Expand Down
1 change: 1 addition & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -18495,6 +18495,7 @@ const rules = {
"krant.bndestem.nl": { j: 3 },
"ezeitung.weser-kurier.de": { j: 3 },
"blaetterkatalog.welt.de": { j: 3 },
"linasmatkasse.se": { j: 5 },
};

const blockUrls = {
Expand Down

0 comments on commit c7338c3

Please sign in to comment.