A new userstyle
屏蔽彭博社的广告 by hanshou101
Details
Authorhanshou101
LicenseNo License
Categorynews
Created
Updated
Size798 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name bloomberg.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("bloomberg.com") {
/* 在此插入代码... */
/* 下方的订阅条 */
#slidingSheet > div{
display: none;
}
/*上面的模糊效果*/
:is(nav.nav[class*="media-ui-Nav_navContainer"] , .bb-that , nav.nav[class*="Nav_navContainer"] )::after{
/* display: none; */
position: unset !important;
}
/*另外一个广告墙*/
div[class*="media-ui-LeaderboardAd_parallaxWrapper"]{
height: unset !important;
overflow: auto !important;
}
html[lang*="en"],html[lang*="zh-CN"] , body.vsc-initialized {
position: initial !important;
overflow: initial !important;
}
}