This file contains hidden or 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 Oatmeal random comic shortcut key | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Use 'r' to go to a random comic | |
// @author cgccuser | |
// @match https://theoatmeal.com/* | |
// @icon https://www.google.com/s2/favicons?domain=theoatmeal.com | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 PPCG Graduation Script without the green redesign | |
// @namespace https://github.com/vihanb/PPCG-Design | |
// @version 4.0.10 | |
// @description A script to self-graduate PPCG | |
// @match *://*.codegolf.stackexchange.com/* | |
// @match *://codegolf.meta.stackexchange.com/* | |
// @author PPCG Community | |
// @grant GM_getValue | |
// @grant GM_setValue |