userscripts
userscripts copied to clipboard
Does not work in review queues
It would be great if FDSC was able to work from the review queues.
Requested by David Postill
Just a note if this gets implemented: Many spam posts in the review queue are audits, and you wouldn't want the US to try to report already deleted posts. So you may want to check if the post is already deleted before reporting.
I know that Smokey will not report a deleted post, but just to reduce the noise.
@Fortunate-MAN By the looks of it, smokey already silently aborts the operation if the post is already deleted: https://github.com/Charcoal-SE/SmokeDetector/blob/master/metasmoke.py#L44