X Timeline Blocker
CSS snippet to hide the algorithmic timeline and stay focused.
Loading tool...
Like free tools? You'll love the paid one.
Schedule to 10 platforms from one dashboard — 7 days free.
Try Post Train freeCSS snippet to hide the algorithmic timeline and stay focused.
Like free tools? You'll love the paid one.
Schedule to 10 platforms from one dashboard — 7 days free.
Try Post Train freePost without getting pulled into the feed. Add this CSS with a userstyle extension scoped to x.com. Your timeline and trends disappear, but composing and notifications still work.
/* X (Twitter) timeline blocker - paste into a userstyle
extension (Stylus) or your browser's custom CSS */
[data-testid="primaryColumn"] section > div > div > div:has([data-testid="tweet"]) {
display: none !important;
}
[aria-label="Timeline: Trending now"],
[data-testid="sidebarColumn"] {
display: none !important;
}