Skip to content

Reddit Hide Votes by Pamasich

Details

AuthorPamasich

LicenseMIT

Categoryreddit.com

Created

Updated

Size434 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Because you can now be banned for upvoting innocuous posts, this userstyle hides the voting buttons.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Reddit Hide Votes
@version      20250308.02.08
@namespace    https://userstyles.world/user/Pamasich
@description  Because you can now be banned for upvoting innocuous posts, this userstyle hides the voting buttons.
@author       Pamasich
@license      MIT
==/UserStyle== */

@-moz-document domain("reddit.com") {
[data-event-action="upvote"], [data-event-action="downvote"] {
    visibility: hidden;
}
}

Reviews

No reviews yet.