/SE-Userscripts

A collection of user scripts for the Stack Exchange network

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

SE-Userscripts

A collection of user scripts for the Stack Exchange network.

###SOCVR-Alert | Install

SOCVR-Alert is a script to used in the SO Close Vote Reviewers chatroom on Stack Overflow. It parses incoming messages and alerts you of cv-pls requests and Smoke Detector posts.

Usage:

  1. Join the SOCVR chatroom(Or a room that has smoke-detector/cv-pls requests)
  2. Leave the room open in your browser to be notified.

Features:

  • Notifies of new SD and cv-pls posts
  • Alerts you in a desktop notification:

- Clicking on the notification will take you directly to the question/answer - Checks for updates, and alerts you when they are ready to install ``` // @match *://chat.meta.stackexchange.com/rooms/* // @match *://chat.stackoverflow.com/rooms/* // @match *://chat.stackexchange.com/rooms/* // @require https://code.jquery.com/jquery-2.1.4.min.js ``` [Report an issue]( socvr-alert )