Hide ads on X
Hide ads on X by horihiro
Details
Authorhorihiro
LicenseNo License
Categorytwitter, X
Created
Updated
Size352 B
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 ads on X
@version 20240526.23.25
@namespace https://userstyles.world/user/horihiro
@description Hide ads on X
@author horihiro
@license No License
==/UserStyle== */
@-moz-document domain("twitter.com"), domain("x.com") {
div[data-testid="cellInnerDiv"]:has(div+article) {
display: none
}
}