Add massive margin above each tweet in the timeline. You won't see the first tweet in your timeline unless you scroll waaaay down.
x.com by devinrhode2
Details
Authordevinrhode2
LicenseNo License
Categoryx.com
Created
Updated
Code size490 B
Code checksumd13aaf03
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name x.com
@version 20250417.18.58
@namespace ?
==/UserStyle== */
@-moz-document url("https://x.com/home") {
div[aria-label="Home timeline"] > div:last-child {
padding-top: 1000px;
}
article[data-testid="tweet"] {
margin-top: 3000px;
}
div[aria-label="Trending"] > div:first-child > div:nth-child(3),
div[aria-label="Trending"] > div:first-child > div:nth-child(4) {
border: 1px solid red !important;
margin-top: 1500px;
height: 50px;
}
}