今日头条文章降噪
今日头条文章降噪 by ghostzhang
Details
Authorghostzhang
LicenseNo License
Category今日头条
Created
Updated
Size475 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 今日头条文章降噪
@namespace USO Archive
@author Ghost Zhang
@description `今日头条文章降噪`
@version 20181024.16.9
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.toutiao.com") {
.index-left,
.index-right,
.detail-comment,
.detail-feed,
.article-box + div {
display: none;
}
.index-middle {
float:none;
margin:auto;
}
}