/* ==UserStyle== @name Twitter - Tweaks @description Miscellaneous style overrides for Twitter. May require the "Control Panel for Twitter" extension to display properly. @version 2026.04.23.17.17 @author MetalTxus @namespace https://github.com/jesuscc1993/ @license CC BY-SA 4.0 @preprocessor stylus @advanced checkbox full-width-images "Full width images" 0 @advanced checkbox disable-feed-borders "Disable feed borders" 0 ==/UserStyle== */ @-moz-document domain("x.com") { [data-testid="Tweet-User-Avatar"] { border-radius: 50% !important; overflow: hidden; } [data-testid="primaryColumn"] { .r-1ye8kvj { max-width: none; } } @media (max-width: 1280px) { [data-testid="primaryColumn"] { max-width: calc(100% - 64px); } [data-testid="sidebarColumn"] { display: none; } } @media (min-width: 1281px) { [data-testid="primaryColumn"] { max-width: calc(100% - 372px); } [data-testid="sidebarColumn"] { margin-left: 24px; } } /* fullwidth images */ if (full-width-images) { [data-testid="tweet"]:not(:has([href*="/photo/2"])) { [href*="/photo/1"] > * { height: fit-content !important; margin: 0 auto; @media (max-width: 1280px) { width: 904px !important; } @media (min-width: 1281px) { width: 596px !important; } } [data-testid="testCondensedMedia"] [href*="/photo/1"] > * { width: 100% !important; } } } /* disable feed borders */ if (disable-feed-borders) { .r-qklmqi, [data-testid="primaryColumn"] { border: none; } .r-109y4c4.r-gu4em3 { display: none; } } /* hide comments/retweet/quote/etc until hovered */ [data-testid="tweet"]:not(:hover) .r-1t982j2 > .css-175oi2r:last-child { display: none; } /* full width attachments */ [data-testid="tweet"] [aria-labelledby] [style*="max-width"] { max-width: 100% !important; } /* center single images */ .r-k200y { align-self: center; } } @-moz-document regexp("https:\/\/x\.com.*?headerless=1") { /* hide header */ .css-175oi2r:nth-child(1) > div > div:nth-child(3) > div > div > div:first-child { display: none; } } @-moz-document url-prefix("https://platform.twitter.com/embed") { body { background: #425364; } }