Skip to content

Commit

Permalink
Update iconnectfx.com to be relative across pages (#10294)
Browse files Browse the repository at this point in the history
* Update iconnectfx.com CSS selector to work for all pages

* Remove spaces
  • Loading branch information
obfuscated-loop authored Dec 14, 2023
1 parent 6c07eed commit a1f223c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -16821,7 +16821,9 @@ const rules = {
"sw-lindau.de": { s: "#gdpr-cookie-message-container{display:none !important}" },
"auf1.info": { s: ".overflow-scroll{display:none !important}" },
"auf1.tv": { s: ".overflow-scroll{display:none !important}" },
"iconnectfx.com": { s: ".cdk-overlay-container{display:none !important}" },
"iconnectfx.com": {
s: ".cdk-overlay-container{display:none !important} html{overflow:unset !important} div[id*='AllowCookiePopup']{display:none !important}"
},
"store.duolingo.com": { s: ".pd-cookie-banner-window{display:none !important}" },
};

Expand Down

0 comments on commit a1f223c

Please sign in to comment.