Skip to content

Commit

Permalink
Fixed support for aliexpress.XX
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 19, 2023
1 parent bf06899 commit 080f4e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -12317,7 +12317,10 @@ const rules = {
s: 'div[class*="PrivacyPolicyBanner"]{display:none !important}',
},
"aliexpress.com": {
s: '#gdp-new-container,.ui-mask,.gdpr-dialog-class,#j-aliexpress-notice,#container-for-smart-banner ~ div:not([id]):not([class*=" "]):not([style]):nth-last-child(2),#voyager-gdpr,.site-notice-header{display:none !important}',
s: '#gdrp-new-container,.ui-mask,.gdpr-dialog-class,#j-aliexpress-notice,#container-for-smart-banner ~ div:not([id]):not([class*=" "]):not([style]):nth-last-child(2),#voyager-gdpr,.site-notice-header{display:none !important}',
},
"aliexpress.us": {
s: '#gdpr-new-container,.ui-mask,.gdpr-dialog-class,#j-aliexpress-notice,#container-for-smart-banner ~ div:not([id]):not([class*=" "]):not([style]):nth-last-child(2),#voyager-gdpr,.site-notice-header{display:none !important}',
},
"aromes-et-liquides.fr": { s: "#rgpdcookie{display:none !important}" },
"boomin.com": {
Expand Down

0 comments on commit 080f4e6

Please sign in to comment.