Twitterのトレンド欄を消すUser Stylesheet
こうなる
https://scrapbox.io/files/63bf778c3eac17001df4f702.png
code:twitter-no-trends.user.css
@-moz-document domain("twitter.com") {
aria-label="Timeline: Trending now"
,
aria-label="タイムライン: トレンド"
,
aria-label="Who to follow"
,
aria-label="おすすめユーザー"
,
data-testid="DMDrawer"
,
aria-label="Timeline: "
{
display: none;
}
}
Stylus (chrome extension)
に
User Stylesheet
をセットする