SSIA
Remove Unfollowed Featured Weibos by harukaeru
Details
Authorharukaeru
LicenseNo License
Categoryweibo
Created
Updated
Size438 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 Remove Unfollowed Featured Weibos
@namespace github.com/openstyles/stylus
@version 0.0.1
@description A new userstyle
@author harukaeru
==/UserStyle== */
@-moz-document url-prefix("https://weibo.com/u/") {
/* Insert code here... */
.WB_feed_detail:has([node-type="feedfollow"]), .WB_feed_detail:has([node-type="feedfollow"]) + .WB_feed_handle {
display: none;
}
}