aelliott1485 / ReviewQueueNotifier

Notifies you of reviews needing your attention

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review Queue Notifier

  • Current Development Code Review
  • Early Version Code Review

Chrome Extension

This is a version that is in the works and will give the user more freedom over the notifications that they receive

If you are interested in helping out with this project please feel free to take a look at the Issues list and Submit a Pull Request when you have resolved an issue.

All Issues for the Chrome Extension have been tagged Chrome Extension

Thank you

User Script

##This is a script for the Stack Exchange Network

This script will make it so that you are notified on the Desktop whenever new reviews are available, as long as you have a review tab open.

##How to use

  • Install Greasemonkey (Firefox) or Tampermonkey (Chrome). These are userscript managers and allow the script to make use of GM_* functions
  • Install the script: install or view source
  • Any time you have a review queue window open, the script will run and alert you anytime there are reviews to be performed.

##Notes

  • Feel free to post issues to the GitHub repository, contributors actively watch for issues and will work on solving them ASAP!
  • If you have time and would like to get involved, check out the issues list.

I altered a zomis script to create this version, check out his Moderator version.

##Updates

###Version 2.1.1

  • Fixes issue where no notification would show up when using GreaseMonkey on Firefox-derived browsers.

###Version 3.0.1 Next

  • Review Queue Page opens when the notification is clicked and the notification disappears
  • ??

Future Enhancements

  • Possibly showing seperate notification for each queue on the review page, so that the user knows which one has reviews in it
  • Turning off specific queues
  • ??

About

Notifies you of reviews needing your attention

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.3%Language:HTML 1.7%