Here is a style for famous bulgarian news website dir.bg. Cleans some things.
DIR BG by tezei
Details
Authortezei
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Applies to all urls on dir.bg
Source code
/* ==UserStyle==
@name DIR BG
@version 20220807.11.22
@namespace userstyles.world/user/tezei
@description Here is a style for famous bulgarian news website dir.bg. Cleans some things.
@author tezei
@license No License
==/UserStyle== */
@-moz-document domain("dir.bg") {
#screening-DIV > div > div:nth-child(1),
#screening-DIV > div > div:nth-child(2),
.header-hero,
#gdpr-consent-tool-wrapper,
.banner div[data-ub-carousel],
.exclusive-podcast-bar,
.ub-notification-ad,
.px2_leaderboard,
.px2_billboard,
.side-bar,
[id^=div-gpt-ad],
[id^=taboola],
.banner,
#newsletter-main-block,
.article-banners,
#newsletter-anchor-block,
.mostread-slider-master,
.accent-block,
.topics-block, .article-share-btns {
display: none;
}
.inner-wrapper {
width: 100%;
margin: 5px;
}
.top-section {
background-image: none;
padding-top: 100px;
}
.main-section {
padding-top: 300px;
}
}