got tired of seeing all of the blue stuff, hides grok, premium sigh up, highlights, and articles. D1 hater
hide gay elon shit by Machinebride

Details
AuthorMachinebride
Licensenone
Categoryx
Created
Updated
Code size597 B
Code checksum2c78711
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 gay elon shit
@version 20241105.05.50
@namespace https://userstyles.world/user/Machinebride
@description got tired of seeing all of the blue stuff, hides grok, premium sigh up, highlights, and articles. D1 hater
@author Machinebride
@license none
==/UserStyle== */
@-moz-document url-prefix("https://x.com/") {
a[href*='grok'] {
display: none;
}
a[href*='premium_sign_up'] {
display: none;
}
a[href*='highlights'] {
display: none;
}
a[href*='articles'] {
display: none;
}
a[href*='verified-orgs'] {
display: none;
}
}