Improve the display of the new TweetDeck.
Better New TweetDeck Display by 6ppng
Details
Author6ppng
LicenseMIT
CategoryTwitter
Created
Updated
Size691 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This style includes improvements to:
- Hide tool button for each tweet.
- Narrow display of scrollbar.
Source code
/* ==UserStyle==
@name Better New TweetDeck Display
@namespace @6ppng
@version 1.1.2
==/UserStyle== */
@-moz-document domain("tweetdeck.twitter.com") {
/* hidden rollback dialog */
#btd-rollback-dialog-root {
display: none !important;
}
/* hidden toolbutton */
div.css-1dbjc4n.r-t8mo7n.r-18u37iz.r-1wtj0ep.r-156q2ks.r-hzcoqn {
display: none !important;
}
/* ツイートをクリアするボタンを削除 (for japanese) */
div[aria-label="ツイートをクリア"] {
display: none !important;
}
/* narrow scrollbar */
*::-webkit-scrollbar {
width: 5px;
}
}