Skip to content

Commit 36e2c6e

Browse files
committed
fix scroll issues
Added support for happiesthealth.com Added support for sportland.com Added support for med.uni-rostock.de Added support for dt.mef.gov.it
1 parent 1057cd2 commit 36e2c6e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/data/css/common.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ div[id^="xsp_message_container_"] {
154154
.cookie_banner:not(body):not(html),
155155
#cookiePolicyNotification,
156156
#cookiemodalbar,
157+
#cookieModal,
157158
#cookie-warning,
158159
.js-cookie-policy:not(body):not(html),
159160
#CookieReportsMiniPanel,

src/data/rules.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17067,6 +17067,9 @@ const rules = {
1706717067
"trendmutti.com": { c: 85 },
1706817068
"tvo.de": { c: 85 },
1706917069
"pawsact.vier-pfoten.de": { c: 85 },
17070+
"happiesthealth.com": { s: "#elementor-popup-modal-9004111222217834{display:none!important}", c: 85 },
17071+
"sportland.com": { c: 85 },
17072+
"med.uni-rostock.de": { s: ".mm-menu{display:none!important} body > dialog{display: none!important}", c: 85 },
1707017073
};
1707117074

1707217075
const blockUrls = {

0 commit comments

Comments
 (0)