If you want to remove follow suggestion on X and prime subscription
Remove Follow suggestions and subscription by blackeremy
Details
Authorblackeremy
LicenseNo License
Categoryx.com
Created
Updated
Size766 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 Remove Follow suggestions and subscription
@version 20240721.12.45
@namespace https://userstyles.world/user/blackeremy
@description If you want to remove follow suggestion on X and prime subscription
@author blackeremy
@license No License
==/UserStyle== */
@-moz-document domain("x.com") {
.css-175oi2r.r-vacyoi.r-ttdzmv .css-175oi2r.r-kemksi.r-1kqtdi0.r-1867qdf.r-1phboty.r-rs99b7.r-1ifxtd0.r-1udh08x:nth-child(1),
.css-175oi2r.r-vacyoi.r-ttdzmv .css-175oi2r.r-kemksi.r-1kqtdi0.r-1867qdf.r-1phboty.r-rs99b7.r-1ifxtd0.r-1udh08x:nth-child(4) .css-175oi2r.r-1bro5k0,
.css-175oi2r.r-vacyoi.r-ttdzmv .css-175oi2r.r-kemksi.r-1kqtdi0.r-1867qdf.r-1phboty.r-rs99b7.r-1ifxtd0.r-1udh08x:nth-child(3) {
display: none;
}
}