测试
百度广告屏蔽 by ilce37
Details
Authorilce37
LicenseNo License
Categorytest
Created
Updated
Size501 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
test
Source code
/* ==UserStyle==
@name 百度广告屏蔽
@namespace github.com/openstyles/stylus
@version 0.0.2
@description 百度广告屏蔽
@author Me
==/UserStyle== */
@-moz-document domain("baidu.com") {
.new-pmd.c-container:not(.xpath-log),
.cr-content[data-placeid],
[id*=aside-ad] {
display: none !important;
transform: scale(0);
height:0 !important;
width:0 !important;
overflow:hidden;
margin:0 !important;
}
}