make not visible disturbing trends and who to follow section.
邪魔なトレンド、「おすすめユーザー」を非表示にします。
参考:https://www.gcmstyle.com/howto-twitter-trend-display-none/
twitter.com by magiwogg
Details
Authormagiwogg
LicenseNo License
Categorytwitter.com
Created
Updated
Size719 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 twitter.com
@version 20220131.08.49
@namespace userstyles.world/user/magiwogg
@description make not visible disturbing trends and who to follow section.
邪魔なトレンド、「おすすめユーザー」を非表示にします。
参考:https://www.gcmstyle.com/howto-twitter-trend-display-none/
@author magiwogg
@license No License
==/UserStyle== */
@-moz-document domain("twitter.com") {
div[aria-label="タイムライン: トレンド"] {
display:none;
}
aside[aria-label="おすすめユーザー"] {
display:none;
}
div[aria-label="Timeline: Trending now"] {
display:none;
}
aside[aria-label="Who to follow"] {
display:none;
}
}