Hides the "Subscribe" and "Premium" frames in Twitter/X
Hide Subscribe/Premium frames in Twitter/X.com by nikou
Details
Authornikou
LicenseGPLv3
Categoryx.com
Created
Updated
Size500 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 Twitter/X - Hide "Subscribe" and "Premium" frames
@version 20241103.13.24
@namespace github.com/openstyles/stylus
@description Hides the "Subscribe" and "Premium" frames in Twitter/X
@author Nikou
@license GPLv3
==/UserStyle== */
@-moz-document domain("twitter.com"), domain("x.com") {
[aria-label="Suscríbete a Premium"],
[aria-label="Subscribe to Premium"],
[data-testid="premium-signup-tab"]{
display: none;
}
}