An open API service indexing awesome lists of open source software.

https://github.com/typed-sigterm/se-review-helper

Detect audits in Stack Exchange review queues.
https://github.com/typed-sigterm/se-review-helper

stack-exchange stack-overflow stackexchange stackoverflow

Last synced: 7 months ago
JSON representation

Detect audits in Stack Exchange review queues.

Awesome Lists containing this project

README

          

# SE Review Helper

Detect audits in [Stack Exchange review queues](https://meta.stackexchange.com/help/reviews-intro).

## Features

The extension will verify every review task as soon as the task is loaded.

If the incoming review is an audit:

- the Submit button will turn black
- if it's a **positive audit**[^1],
![](https://api.iconify.design/mdi/text-box-check.svg?color=%2318864B)
will be added beside the Skip button
- if it's a **negative audit**[^2],
![](https://api.iconify.design/mdi/text-box-remove.svg?color=%23C83232)
will be added beside the Skip button

Screenshots:

![Positive audit](./assets/screenshot_positive.png) ![Negative audit](./assets/screenshot_negative.png)

## Installation

It's provided as a Web Extension. You can install it:

- from [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/pjbldmpcjjlofllkkoaceobegakffndb)
- from GitHub releases

## Security & Privacy

The extension does not send any data to any server except the Stack Exchange API.

The extension uses some internal APIs of Stack Exchange, which may change at any time. Use it at your own risk, though it's unlikely to cause any harm.

[^1]: Positive audits are the audits that you should click Looks OK or Edit for.

[^2]: Negative audits are the audits that you should **not** click Looks OK for.