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 Greyscale MSE Favicon | |
// @description It's just easier to distinguish. | |
// @namespace michaelb958 | |
// @author michaelb958, Ilmari Karonen | |
// @license MIT (http://opensource.org/licenses/MIT) | |
// @match *://*.stackexchange.com/* | |
// @match *://*.stackoverflow.com/* | |
// @match *://*.superuser.com/* | |
// @match *://*.serverfault.com/* |
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 Circle OP's username on Meta.SE | |
// @version 1.1 | |
// @description Restyle the OP's username in comments on Meta.SE so that it's circled by a red ellipse. | |
// @namespace https://github.com/vyznev/ | |
// @author Ilmari Karonen | |
// @license ISC (http://opensource.org/licenses/ISC) | |
// @match *://meta.stackexchange.com/* | |
// @grant none | |
// @run-at document-start |
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 Code Golf SE sorter | |
// @namespace http://vyznev.net/ | |
// @version 0.6 | |
// @description Add a tab to sort answers by code length | |
// @match *://codegolf.stackexchange.com/questions/* | |
// @copyright 2014, Ilmari Karonen | |
// @grant none | |
// ==/UserScript== |
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: Confirm Review Approval | |
// @namespace http://vyznev.net | |
// @description Pops up a confirmation dialog when you click "Approve" in suggested edit review | |
// @match *://*.stackexchange.com/review/suggested-edits* | |
// @match *://*.stackoverflow.com/review/suggested-edits* | |
// @match *://*.superuser.com/review/suggested-edits* | |
// @match *://*.serverfault.com/review/suggested-edits* | |
// @match *://*.stackapps.com/review/suggested-edits* | |
// @match *://*.mathoverflow.net/review/suggested-edits* |
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 Improved MtG card links | |
// @version 2.0 | |
// @namespace https://github.com/vyznev/ | |
// @description An improved reimplementation of mtg.js for Board & Card Games SE | |
// @author Ilmari Karonen | |
// @license Public Domain (CC-Zero) | |
// @match *://boardgames.stackexchange.com/* | |
// @match *://meta.boardgames.stackexchange.com/* | |
// @grant none |
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 Reveal nofollow links on Stack Exchange | |
// @version 1.3 | |
// @namespace http://vyznev.net/ | |
// @description Colors all links with rel=nofollow red on the Stack Exchange network. (Works on other sites too, if you edit the includes.) | |
// @author Ilmari Karonen | |
// @license ISC (http://opensource.org/licenses/ISC) | |
// @match *://*.stackexchange.com/* | |
// @match *://*.stackoverflow.com/* | |
// @match *://*.superuser.com/* |
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 SE Extra, Optional Features | |
// @namespace http://stackexchange.com/users/4337810/%E1%B9%A7%D0%BD%CA%8A%C3%9F | |
// @version 0.6.1 | |
// @description Adds a bunch of optional 'features' to the StackExchange sites. | |
// @author ṧнʊß (http://stackexchange.com/users/4337810/%E1%B9%A7%D0%BD%CA%8A%C3%9F) | |
// @match *://*.stackexchange.com/* | |
// @match *://*.stackoverflow.com/* | |
// @match *://*.superuser.com/* | |
// @match *://*.serverfault.com/* |
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 ImageShack one-click recovery | |
// @version 0.2 | |
// @namespace http://vyznev.net | |
// @description Highlights ImageShack images on Stack Exchange, and adds a click hadler that attempts to reload them from archive.org | |
// @author Ilmari Karonen | |
// @license ISC (http://opensource.org/licenses/ISC) | |
// @match *://*.stackexchange.com/* | |
// @match *://*.stackoverflow.com/* | |
// @match *://*.superuser.com/* |
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 LQP delete vote saver | |
// @namespace https://github.com/vyznev/ | |
// @description Tweaks the Stack Exchange Low Quality Posts review queue not to consume delete votes from 20k+ users | |
// @author Ilmari Karonen | |
// @version 0.2 | |
// @license Public Domain (CC-Zero) | |
// @homepageURL http://meta.stackoverflow.com/a/316092 | |
// @match *://*.stackexchange.com/review/low-quality-posts* | |
// @match *://*.stackoverflow.com/review/low-quality-posts* |
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 beta theme everywhere | |
// @namespace http://vyznev.net/ | |
// @description Makes all Stack Exchange sites use the generic beta site theme | |
// @author Ilmari Karonen | |
// @version 0.5.2 | |
// @license Public domain | |
// @homepageURL http://meta.stackexchange.com/a/275804 | |
// @match *://*.stackexchange.com/* | |
// @match *://*.stackoverflow.com/* |
OlderNewer