只保留关注tab下的内容,去除其它无关内容
pure_douyin by ihewro
Details
Authorihewro
LicenseNo License
Categorydouyin
Created
Updated
Size559 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
只保留关注tab下的内容,去除其它无关内容
Source code
/* ==UserStyle==
@name pure_douyin
@version 20220401.13.52
@namespace userstyles.world/user/ihewro
@description 只保留关注tab下的内容,去除其它无关内容
@author ihewro
@license No License
==/UserStyle== */
@-moz-document url("https://www.douyin.com/"), url("https://www.douyin.com/discover"), url-prefix("https://live.douyin.com/") {
#root> div >div:nth-child(2){
display:none;
}
#root> div >main{
display:none;
}
}
@-moz-document url-prefix("https://www.douyin.com/") {
.XClSex3D{
display:none;
}
}