Hide reputation and vote counts on Stack Exchange.
Hide rep and vote count by PlaceReporter99
Details
AuthorPlaceReporter99
LicenseNo License
Categorystackexchange.com, stackoverflow.com, askubuntu.com, superuser.com, serverfault.com, stackapps.com, mathoverflow.net
Created
Updated
Code size737 B
Code checksum85df4f4a
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 rep and vote count
@version 20230611.11.57
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name Hide rep and vote count
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide the reputation of users and vote count of posts on Stack Exchange.
@author Me
==/UserStyle== */
@-moz-document domain("stackexchange.com"), domain("stackoverflow.com"), domain("askubuntu.com"), domain("superuser.com"), domain("serverfault.com"), domain("stackapps.com"), domain("mathoverflow.net") {
.reputation-score, .badge1, .badge2, .badge3, .badgecount, .s-user-card--rep, .js-header-rep, .rep-score, .js-vote-count {
display: none !important;
}
}