对艾泽拉斯国家地理电脑网页端样式进行了一些修改。(去除广告)
艾泽拉斯国家地理 by xiaolongmr
Details
Authorxiaolongmr
LicenseNo License
Categoryhttps://ngabbs.com/
Created
Updated
Size593 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 艾泽拉斯国家地理
@version 20230302.15.59
@namespace userstyles.world/user/xiaolongmr
@description 对艾泽拉斯国家地理电脑网页端样式进行了一些修改。
@author xiaolongmr
@license No License
==/UserStyle== */
@-moz-document domain("ngabbs.com") {
#m_posts_c > span > div, #b_nav > div:nth-child(2), .w100:nth-child(1) > div:nth-child(2),span:nth-child(2) > div, #b_nav > div:nth-child(3),.null{
display: none!important;
}
body {
font-size: 13px;
padding-left: 20%;
width: 60%;
}
}