Advanced Flagging started as a set of modular TypeScript tools to aid with StackExchange Userscripts. It has support for:
- SmokeDetector/metasmoke
- Natty/Sentinel
- Generic Bot
- Guttenberg/CopyPastor
- Chat
This code uses different bits and pieces from the following sources:
Direct install link | View source. Currently, only Tampermonkey is official supported.
Advanced Flagging adds icons from Smokey, Natty and Guttenberg to posts that have been reported. In addition, flags made through the Advanced Flagging interface are reported to Natty, Smokey, Guttenberg and Generic Bot if required.
Hovering over each option will show a tooltip describing the actions that will be performed on click:
The script also monitors and reports the progress of each action the user decides to perform (e.g. flag, comment, send feedback):
There's also support:
-
for flags manually raised through the flag dialog:
-
for the flags summary page:
-
for the "New Answers To Old Questions" page:
-
the Low Quality Answers review queue on Stack Overflow:
When Guttenberg has detected a post, additional options appear in the dropdown:
Advanced Flagging allows you to both edit any comments you choose to leave or flags you choose to raise and configure it so that the script is more convenient to use.
The link to configure AdvancedFlagging is at the footer of each StackExchange site.
Clicking it opens the following modal box:
The link to change the content of the comments and flags is in the footer of each StackExchange site as well:
It opens the following modal:
Click to add a new flag type and to edit an existing one:
You can reset all flag types to default by clicking the reset button at the footer of the modal:
Install the dependencies with:
npm install
Then compile the code with:
npm run build
The distributable file is found under /dist/AdvancedFlagging.user.js
and can be pasted directly into the userscript manager.
For bugs or feature requests, please open an issue on GitHub.