Skip to content

Commit

Permalink
fix scroll issues
Browse files Browse the repository at this point in the history
Added support for happiesthealth.com
Added support for sportland.com
Added support for med.uni-rostock.de
Added support for dt.mef.gov.it
  • Loading branch information
azgaresncf committed Dec 29, 2023
1 parent 1057cd2 commit 36e2c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/data/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ div[id^="xsp_message_container_"] {
.cookie_banner:not(body):not(html),
#cookiePolicyNotification,
#cookiemodalbar,
#cookieModal,
#cookie-warning,
.js-cookie-policy:not(body):not(html),
#CookieReportsMiniPanel,
Expand Down
3 changes: 3 additions & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -17067,6 +17067,9 @@ const rules = {
"trendmutti.com": { c: 85 },
"tvo.de": { c: 85 },
"pawsact.vier-pfoten.de": { c: 85 },
"happiesthealth.com": { s: "#elementor-popup-modal-9004111222217834{display:none!important}", c: 85 },
"sportland.com": { c: 85 },
"med.uni-rostock.de": { s: ".mm-menu{display:none!important} body > dialog{display: none!important}", c: 85 },
};

const blockUrls = {
Expand Down

0 comments on commit 36e2c6e

Please sign in to comment.