优化sohu文章阅读体验,隐藏推荐、广告、评论区等。
sohu文章阅读优化 by wowtalon
Details
Authorwowtalon
LicenseNo License
Categorysohu
Created
Updated
Size581 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
优化sohu文章阅读体验,隐藏推荐、广告、评论区等。
Source code
/* ==UserStyle==
@name sohu文章阅读优化
@version 20220525.02.20
@namespace userstyles.world/user/wowtalon
@description 优化sohu文章阅读体验,隐藏推荐、广告、评论区等。
@author wowtalon
@license No License
==/UserStyle== */
@-moz-document domain("www.sohu.com") {
#right-side-bar, .float-links, .left-bottom-float, div.column.left, .article-allsee, .comment, .groom-read {
display: none !important;
}
.article-page #article-container .main {
margin: 0 auto;
float: none;
display: block;
width: 800px;
}
}