Skip to content

Instantly share code, notes, and snippets.

@michaelb958
michaelb958 / msegreyicon.user.js
Last active August 29, 2015 14:00
It's just easier to distinguish SE from meta.SE when one of them has a greyscale icon like a proper Meta should.
// ==UserScript==
// @name Greyscale MSE Favicon
// @description It's just easier to distinguish.
// @namespace michaelb958
// @author michaelb958
// @license MIT (http://opensource.org/licenses/MIT)
// @include *://meta.stackexchange.com/*
// @include *://*.meta.stackexchange.com/*
// ==/UserScript==
// ==UserScript==
// @name Old [M]SO Favicon
// @description For those who like their bars substantial.
// @namespace michaelb958
// @author michaelb958
// @license MIT (http://opensource.org/licenses/MIT)
// @include *://stackoverflow.com/*
// @include *://*.stackoverflow.com/*
// ==/UserScript==
@michaelb958
michaelb958 / modrater.user.js
Last active August 29, 2015 13:56
"Painfully Obvious Modraters" - Because sometimes (http://meta.stackoverflow.com/q/220442/223030) a diamond just isn't enough.
// ==UserScript==
// @name Painfully Obvious Modraters
// @description For those who can't see diamonds.
// @namespace michaelb958
// @author michaelb958
// @license MIT (http://opensource.org/licenses/MIT)
// @include *://*.stackexchange.com/*
// @include *://*.stackoverflow.com/*
// @include *://*.serverfault.com/*
// @include *://*.superuser.com/*
@michaelb958
michaelb958 / kbd.user.js
Last active August 29, 2015 13:56
"On your keyboard, idiot!" - To quote SE user Macha on the <kbd> tag (http://meta.stackoverflow.com/posts/comments/3247): 'Now all they need is an onclick handler to make them look like you are pressing them. Then an alert box pops up and says "On your keyboard, idiot!".' Well, here you go.
// ==UserScript==
// @name On your keyboard, idiot!
// @description For those who just keep clicking <kbd>s.
// @namespace michaelb958
// @author michaelb958
// @license MIT (http://opensource.org/licenses/MIT)
// @include *://*.stackexchange.com/*
// @include *://*.stackoverflow.com/*
// @include *://*.serverfault.com/*
// @include *://*.superuser.com/*