This userstyle shows you the number of new and unread Tweets and Notifications in TweetDeck.
TweetDeck -New and unread Tweets and Notifications by muellwaechter
Details
Authormuellwaechter
LicenseNo License
Categorytweetdeck
Created
Updated
Size732 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
The number of new and unread Tweets and Notifications is only displayed if you scroll down a bit in the respective column.
• Compatible with OldTweetdeck expansion
• Compatible with Better Tweetdeck expansion
• Compatible with light and dark themes
• Compatible with all column sizes
Source code
/* ==UserStyle==
@name TweetDeck -- Number of new and unread Tweets and Notifications - Button
@namespace x.com/i/tweetdeck
@description This userstyle shows you the number of new and unread Tweets and Notifications in TweetDeck.
@version 1.0.1
==/UserStyle== */
@-moz-document domain("https://x.com/i/tweetdeck") {
/* +++ TweetDeck -- Number of new and unread Tweets and Notifications - Button +++ */
/* Alignment */
.more-tweets-btn-container--visible > button:nth-child(2) {
display: inline-block !important;
padding: 2px;
margin-top: 20px;
margin-bottom: 10px;
}
/* Adjustment */
span.js-more-tweets-btn-text {
font-size: 16px;
font-weight: bolder;
cursor: pointer;
}
}