Skip to content

Hide Twitter Blue Signup by bigdarrio

Screenshot of Hide Twitter Blue Signup

Details

Authorbigdarrio

LicenseNo License

Categorytwitter.com

Created

Updated

Size333 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hides the signup page for twitter blue on desktop

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;
    }
}

Reviews

No reviews yet.