Skip to content

Commit

Permalink
remove unnecessary _if(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanila committed Mar 23, 2024
1 parent 347dfee commit dccca1c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/data/js/5_clickHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -8392,10 +8392,7 @@ function getSelector(host) {
case "fiveguys.nl":
return '.modal[style*="block"] #button_accept_cookies';
case "linasmatkasse.se":
return _if(
'div#cookies button#accept-selected-cookies-btn',
'div#cookies button#accept-selected-cookies-btn'
);
return 'div#cookies button#accept-selected-cookies-btn';
}

if (host.parts.length > 2) {
Expand Down

0 comments on commit dccca1c

Please sign in to comment.