Hide ads on Twitter
/!\ Might break anytime /!\
Twitter hide ads by maximeborges
Details
Authormaximeborges
LicenseNo License
Categorytwitter.com
Created
Updated
Size348 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 Twitter ad
@version 20240119.00.40
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://twitter.com") {
article.css-175oi2r:nth-child(5):has(div):has(div):has(div):has(div):has(div):has(div):has(div):has(div):has(div):has(span) {
background: red !important;
display: none;
}
}