Remove ads from ekstrabladet.dk
ekstrabladet.dk by Gaardsholt
Details
AuthorGaardsholt
LicenseNo License
Categoryekstrabladet
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ekstrabladet.dk
@version 20240427.11.12
@namespace https://userstyles.world/user/Gaardsholt
@description Remove ads from ekstrabladet.dk
@author Gaardsholt
==/UserStyle== */
@-moz-document domain("ekstrabladet.dk") {
.adsm-creative,
.sidebanner-container,
.bannercenter,
.dre-item--feature-plus,
.dre-item--chasers,
.eb-placement,
.fs-ads,
.adnm-generic-0,
.adnm-generic-1,
#ebbanner_wrapper_megaboard_top,
#allctopurpose,
#myfrontpage,
#ebbanner_wrapper_megaboard_artikel,
#ebbanner_wrapper_monster_bund,
#ebBBottomWrapper,
#wallpaperBackground,
#ebbanner_megaboard_dynamisk1,
#ebbanner_wrapper_topscroll,
#ebbanner_megaboard_dynamisk2,
#all5Lzpurpose,
#allkBTpurpose,
[data-spcmngm*="adv-nat"],
[data-spcmngm="energioverblik_front"],
[data-spcmngm*="udvalgt_til_dig"],
[data-spcmngm="play_valg_front"],
[data-spcmngm="nationen-hj"],
[data-spcmngm="opinion"],
iframe[src*="https://interactive.ekstrabladet.dk/plus/"] {
display: none !important;
}
.sitecontent--desktop {
margin-top: 0 !important;
}
}