StackUnderflow is Greasemonkey/Tampermonkey (or compatible) user script that aims to improve your experience with StackExchange sites like StackOverflow.com, ServerFault.com, SuperUser.com, StackApps.com and StackExchange.com.
Once it runs, you should easily notice additional icons added to info box of author of each question or answer:
- indicates whenever you consider this user your favourite (starred) one or just regular one .
- indicates whenever user is on your blacklist or not
To toggle state of each feature, simply tap corresponding icon. If unsure what would happen, hoover mouse pointer over it to see the tooltip with more information.
Note: when you blacklist starred user, s/he will be only considered blacklisted from now one, but star flag will not be be altered, which means once user is removed from blacklist, s/he become will be considered starred again. If you do not want this to take place, you must remove star manually.
All questions asked by either your favourite users will be additionally marked:
You also see similar notice for questions placed by blacklisted users:
If question is already answered, similar notice will be shown and accepted answer will be additionally highlighted:
To enjoy StackUnderflow you need to
- install user script host extension for your web browser:
- Chrome and compatible browsers - Tampermonkey
- Firefox - Greasemonkey
- install StackUnderflow script:
- Get Official, stable version by clicking here
- If you are brave, you may try Development version by clicking here
- script will be fetched, installed and ready to use. No browser restart required. If you got some SO's pages opened, you need to reload them for script to kick off though.
As for now configuration features are limited and there's no configuration dialog yet. Some features are however configurable directly in the script, so once installed, open script for edit and you can find all cfg_....
parameters at the beginig of the script. Tweak as you need, save and reload target StackOverflow page.
I created this script with my needs in mind, however I hope you find it useful too. I am also open for new features ideas or code! If you find a bug, feel free to report it or even send pull request. If you miss a feature, use GitHub issues tracker to let me know.
- Written and copyrighted ©2016-2020 by Marcin Orlowski <mail (#) marcinorlowski (.) com>
- StackUnderflow is open-sourced software licensed under the MIT license