Hide "Try new TweetDeck Preview" button
Hide "Try new TweetDeck Preview" button by narju
Details
Authornarju
LicenseNo License
Categorytwitter
Created
Updated
Size246 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 Hide "Try new TweetDeck Preview" button
@version 20230708.06.40
@namespace ?
==/UserStyle== */
@-moz-document domain("tweetdeck.twitter.com") {
.gryphon-beta-btn-container {
display: none;
}
}