hides the signup page for twitter blue on desktop
Hide Twitter Blue Signup by bigdarrio
Details
Authorbigdarrio
LicenseNo License
Categorytwitter.com
Created
Updated
Size333 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 Twitter Blue Signup
@namespace userstyles.world/user/bigdarrio
@author bigdarrio
@description Hide the signup button for Twitter Blue
@version 1.0
==/UserStyle== */
@-moz-document domain("twitter.com") {
a[href*='twitter_blue_sign_up'] {
display: none;
}
}