Данный стиль убирает рекламные блоки на странице сайта.
ru.investing.com by byrus
Details
Authorbyrus
Licensebyrus
Categoryru.investing.com
Created
Updated
Size673 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Выпуск 1.00
Source code
/* ==UserStyle==
@name ru.investing.com
@version 20220108.16.27
@namespace userstyles.world/user/byrus
@description Данный стиль убирает рекламные блоки на странице сайта.
@author byrus
@license byrus
==/UserStyle== */
@-moz-document domain("ru.investing.com") {
/*версия 2.00*/
element.style {
height: 0;
}
.wideTopBanner,
.midHeader,
#preloadjs-container,
.container,
.rightColumnAd,
.AR_11.ob-widget,
#footerWrapper,
#topBroker,
.button_parent,
#ad1,
#ad2,
#ad3,
#ad4,
.ad_ad__3OHhN,
.ad_ad-margin-bottom__21Vc1,
.ad_ad__label__36k1c {
display: none;
visibility: hidden;
}
}