Voting Overcharged - A userscript for automatically voting on posts depending on various conditions
script voting
Voting overcharged allows users to automatically vote on posts upon triggering various conditions.
Inspired by Why does accepting answers not automatically upvote them?.
Current version includes:
Feature | Default |
---|---|
Auto upvoting the answer upon accepting it | enabled |
Auto downvoting the question upon voting to close | disabled |
Auto upvoting the question upon upvoting an answer | disabled |
Auto downvoting the question upon downvoting an answer | disabled |
This is a "living" project, so the feature set is likely to be expanded upon in future versions.
The userscript uses the shared configurer for UserScripters projects as a peer dependency. Please install it if you want to be able to change the default settings (since v2.0.0, settings are stored in the script's storage, and central storage is used as a fallback mechanism).
Changes made to settings when using the configurer are live and do not require the page to be reloaded.
The script is licensed under the GPL-3.0-or-later license.
Latest version: 1.2.0
Version number means "last tested on":
Chrome | Edge | Explorer | Firefox | Opera |
---|---|---|---|---|
✔ 108.0.5359.124 | - | - | - | - |
Version | Description |
---|---|
1.2.0 |
Author: Oleg Valter
Organization: UserScripters
Please, submit bug reports on the source repository.
Before adding a new one, please check if it hasn't been raised before.
You can also drop by to chat, we are a friendly bunch.
Source code is written in TypeScript.
Contributions are welcome, you can always submit a PR here.