border radius, debullshitifies
just how "xountemme" likes it by xountemme

Details
Authorxountemme
LicenseNo License
Categorytweaks
Created
Updated
Code size1.2 kB
Code checksum62dc9f50
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name just how "xountemme" likes it
@version 20250329.18.51
@namespace ?
@description border radius, debullshitifies
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://x.com/") {
* {
border-radius: 4px !important;
}
::selection {
background-color: rgba(127,127,127,0.3);
}
[aria-label="Verified account"],
[class="css-175oi2r r-cwly78"],
[data-testid="profileAnalyticsUpsell"],
[aria-label="Footer"],
[aria-label="Grok"],
[aria-label="Communities"],
[aria-label="Jobs"],
[aria-label="Premium"],
[aria-label="Your Analytics"],
[aria-label="Verified Orgs"],
[href="/i/monetization"],
[href="https://ads.x.com/?ref=gl-tw-tw-twitter-ads-rweb"],
[data-testid="sidebarColumn"],
/* stolen from 'hide elon gay shit's review by kellen-wq */
button[aria-label='Profile Summary'],
button[aria-label*="Grok"],
button[aria-label*="Subscribe to"],
button[aria-label='Send a tip'],
div[data-testId='GrokDrawer'],
div:has(> [aria-label="Subscribe to Premium"]),
/* stolen from 'hide elon gay shit' itself lmao im sorry */
a[href*='grok'],
a[href*='premium_sign_up'],
a[href*='highlights'],
a[href*='articles'],
a[href*='verified-orgs']
{
display: none;
}
}