Skip to content

Commit

Permalink
fix scroll issues (#10671)
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

fixed #10667 
fixed #5169 
fixed #5173
fixed #8987
  • Loading branch information
azgaresncf authored Dec 30, 2023
1 parent 3998cc5 commit 1591941
Show file tree
Hide file tree
Showing 2 changed files with 10 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
9 changes: 9 additions & 0 deletions src/data/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -17130,6 +17130,15 @@ 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 1591941

Please sign in to comment.