FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

SOBotics/AdvancedFlagging: Userscript to highlight reported posts, and send feedback to Smokey, Natty, Guttenberg and GenericBot. · GitHub

Repository files navigation

Advanced Flagging

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

Credits

This code uses different bits and pieces from the following sources:

Installation

Direct install link | View source. Currently, only Tampermonkey is official supported.

What does it do?

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.

Interface

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:

Specialized reports

Guttenberg reports

When Guttenberg has detected a post, additional options appear in the dropdown:

Configuring Advanced Flagging

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.

Configuration

The link to configure Advanced Flagging is at the footer of each Stack Exchange site.

Clicking it opens the following modal box:

Comments and flags

The link to change the content of the comments and flags is in the footer of each Stack Exchange 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:

Building

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.

Bugs/Feature requests

For bugs or feature requests, please open an issue on GitHub.

About

Userscript to highlight reported posts, and send feedback to Smokey, Natty, Guttenberg and GenericBot.

Topics

Resources

Stars

23 stars

Watchers

6 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL