Skip to content

Instantly share code, notes, and snippets.

// ==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/*
@vyznev
vyznev / metacircles.user.js
Last active August 26, 2021 17:15
User script to restyle the OP's username in comments on Meta.SE so that it's circled by a red ellipse, as per http://meta.stackexchange.com/questions/229759/you-cant-see-the-question-owners-special-color/231282#231282.
// ==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
@vyznev
vyznev / codegolf_sorter.user.js
Created May 30, 2014 23:46
User script to add sort answers by code length on Code Golf Stack Exchange
// ==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==
@vyznev
vyznev / confirm_review_approval.user.js
Created May 30, 2014 23:54
User script to force a confirmation dialog before approving edits on Stack Exchange
// ==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*
@vyznev
vyznev / mtg_v2.user.js
Last active August 29, 2015 14:02
An improved reimplementation of mtg.js for Board & Card Games SE
// ==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
@vyznev
vyznev / nofollow.user.js
Last active August 26, 2021 17:14
Reveal nofollow links on Stack Exchange
// ==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/*
// ==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/*
// ==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/*
@vyznev
vyznev / se_delete_vote_saver.user.js
Last active March 10, 2016 14:41
This script tweaks the Stack Exchange Low Quality Posts review queue interface so as not to consume delete votes from reviewers who can cast them (i.e. those who have 20k+ rep, on graduated sites). See http://meta.stackoverflow.com/questions/316010/stop-using-delete-votes-in-the-lqprq for a related feature request and rationale.
// ==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*
@vyznev
vyznev / se_beta_everywhere.user.js
Last active May 25, 2016 18:04
This user script makes all Stack Exchange Q&A sites use the generic beta site theme
// ==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/*