Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Various user scripts that add features to the review queue or to the chat room

Notifications You must be signed in to change notification settings

durron597/UserScripts

 
 

Repository files navigation

User Scripts

This repository contains various Tampermonkey user scripts that add features to the review queue or to the chat room.

SO Close Vote Request Generator

This script sends a [tag:cv-pls] message to the site's chatroom for the post you are currently viewing. It works on *.stackexchange.com and *.stackoverflow.com at the moment.

###Installation To install this script click here or otherwise visit the following URL, and GreaseMonkey/TamperMonkey should ask you to install it.

 https://rawgit.com/SO-Close-Vote-Reviewers/UserScripts/master/SECloseVoteRequestGenerator.user.js

###Updating This script has an auto-update feature. It will check for a new version every time the script is run, don't worry it is a very lightweight request.

To update manually you can visit the above URL again, or select Check for updates from the cv-pls menu.

###Target Chat Room The default chat room is SO Close Vote Reviewers. When you change the target chat room, it will save the change for that site. Per-site metas and Stack Exchange sub domains will all be able to have their own setting.

The room URL that you enter into the prompt must be a valid chatroom URL. The script will yell at you if it is not.

  1. Select Set Room from the cv-pls menu (located in the post menu)
  2. Paste the URL of the target room and click submit.
  • The default room is SO Close Vote Reviewers.

###Sending Requests Requests generated by this script will be in the following format:

[tag:cv-pls] reason [title](url) - [user](url) time

They can also be sent whether you are in the target room or not, as long as you have write access.

  1. Select Send request from the cv-pls menu.
  • Or press ctrl+shift+a
  1. Enter your reason into the input provided.
  • Any markdown that is acceptable in chat is acceptable in the reason dialog.
  1. Click Submit or press enter to submit the request.

###Short Reasons This script has a short reason replacement feature. Basically what this means is that if you submit a one-letter reason and it matches a predefined short reason, the script will replace that letter with its corresponding reason.

  • t: too broad
  • u: unclear
  • p: pob
  • d: duplicate
  • m: no mcve
  • r: no repro
  • s: superuser
  • f: serverfault

About

Various user scripts that add features to the review queue or to the chat room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%