Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/userscripters/voting-overcharged
A userscript for automatically voting on posts depending on various conditions
https://github.com/userscripters/voting-overcharged
Last synced: about 2 months ago
JSON representation
A userscript for automatically voting on posts depending on various conditions
- Host: GitHub
- URL: https://github.com/userscripters/voting-overcharged
- Owner: userscripters
- License: gpl-3.0
- Created: 2022-12-20T16:05:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T23:22:00.000Z (about 2 months ago)
- Last Synced: 2024-11-17T00:27:18.824Z (about 2 months ago)
- Language: TypeScript
- Size: 495 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# About
| Author | Oleg Valter
[[email protected]](mailto:[email protected]) |
| :----------- | :----------------------- |
| Name | @userscripters/voting-overcharged |
| Description | A userscript for automatically voting on posts depending on various conditions |
| License | [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later) |
| Version | 1.2.0 |Voting overcharged allows users to automatically vote on posts upon triggering various conditions.
Inspired by [Why does accepting answers not automatically upvote them?](https://meta.stackoverflow.com/q/422246).
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](https://stackapps.com/q/9403/78873) 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.
# Support
Bug reports for the project should be [submitted here](https://github.com/userscripters/voting-overcharged/issues).
Before adding a new one, please check if it hasn't been raised before.