Tweak for removing views in tweet for PC.
Remove views from tweets (PC) by blackeremy
Details
Authorblackeremy
LicenseNo License
Categorytwitter.com
Created
Updated
Size782 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I'll try to keep this updated but I won't promise.
Source code
/* ==UserStyle==
@name Remove views from tweets (PC)
@namespace twitter.com
@description Tweak for removing views in tweet for PC.
@author Blackeremy
@preprocessor stylus
@version 1.0.6
==/UserStyle== */
@-moz-document domain("x.com") {
.css-175oi2r.r-1kbdv8c.r-18u37iz.r-1wtj0ep.r-1ye8kvj.r-1s2bzr4 > div.css-175oi2r.r-18u37iz.r-1h0z5md.r-13awgt0:nth-child(4),
div.css-1dbjc4n.r-1d09ksm.r-1471scf.r-18u37iz.r-1wbh5a2 > div.css-901oao.r-115tad6.r-1q142lx.r-37j5jr.r-a023e6.r-16dba41.r-rjixqe.r-bcqeeo.r-s1qlax.r-qvutc0,
div.css-175oi2r.r-1d09ksm.r-18u37iz.r-1wbh5a2.r-1471scf > div.css-146c3p1.r-bcqeeo.r-1ttztb7.r-qvutc0.r-37j5jr.r-a023e6.r-rjixqe.r-16dba41 > span.css-1jxf684.r-bcqeeo.r-1ttztb7.r-qvutc0.r-poiln3 {
display: none;
}
}