Skip to content

Instantly share code, notes, and snippets.

@green-flash
green-flash / updown
Last active October 17, 2022 16:25
updown - shows upvote/downvote counts for a reddit submission on click
// ==UserScript==
// @name updown
// @namespace green_flash
// @description shows up/downvotes for submissions on click
// @include *.reddit.com/r/*
// @version 1
// @grant none
// ==/UserScript==
addButtons();