Skip to content

Instantly share code, notes, and snippets.

@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/*
@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 / 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 / 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 / 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
// ==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/*