Removes the view counter from tweets
Hide view counter on twitter by captainharrie
Details
Authorcaptainharrie
LicenseNo License
Categorytwitter.com
Created
Updated
Size644 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
20.01.23 :: Twitter's layout changed, so I've hidden the views again.
Source code
/* ==UserStyle==
@name Hide view counter on twitter
@version 20230125.13.03
@namespace userstyles.world/user/captainharrie
@description Removes the view counter from tweets
@author captainharrie
@license No License
==/UserStyle== */
@-moz-document domain("twitter.com") {
.css-1dbjc4n.r-18u37iz.r-1h0z5md:nth-child(4) .css-1dbjc4n.r-xoduu5.r-1udh08x, .css-1dbjc4n.r-1d09ksm.r-1471scf.r-18u37iz.r-1wbh5a2 .css-901oao.css-16my406.r-vlxjld.r-poiln3.r-bcqeeo.r-qvutc0, .css-1dbjc4n.r-1d09ksm.r-1471scf.r-18u37iz.r-1wbh5a2 .css-901oao.css-16my406.r-115tad6.r-1q142lx.r-poiln3.r-bcqeeo.r-s1qlax.r-qvutc0 {display:none;}
}