This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Stack Exchange Retag helper | |
// @namespace Rob W | |
// @author Rob W | |
// @description Configurable helper to enable a quicker retagging of questions at Stack Overflow | |
// @include http://*.superuser.com/questions/* | |
// @include http://*.superuser.com/q/* | |
// @include http://*.superuser.com/search?* | |
// @include http://*.superuser.com/*/edit* | |
// @version 2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AutoReviewComments | |
// @namespace benjol | |
// @version 1.1.6 | |
// @description Add pro-forma comments dialog for reviewing (pre-flag) | |
// @include http://*stackoverflow.com/questions* | |
// @include http://*stackoverflow.com/review* | |
// @include http://*stackoverflow.com/admin/dashboard* | |
// @include http://*serverfault.com/questions* | |
// @include http://*serverfault.com/review* |