Skip to content

Instantly share code, notes, and snippets.

@timkpaine
Last active May 9, 2025 23:45
Show Gist options
  • Save timkpaine/81fec95041d18baa770348559b75ee25 to your computer and use it in GitHub Desktop.
Save timkpaine/81fec95041d18baa770348559b75ee25 to your computer and use it in GitHub Desktop.
downvote-all-reddit.js
Array.from(document.querySelectorAll("shreddit-comment-action-row")).forEach(_ => {const elem = _.shadowRoot.children[0].children[1].children[0].children[0].children[2];if (elem.getAttribute("aria-pressed") !== "true"){elem.click();}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment