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 Nuklear Power keyboard advancer | |
// @namespace http://matt.scharley.me/ | |
// @version 1.0 | |
// @updateURL https://gist.github.com/mscharley/cb2302fb97454e874db30a6be2f2445c/raw/8bit-theater-keyboard.user.js | |
// @downloadURL https://gist.github.com/mscharley/cb2302fb97454e874db30a6be2f2445c/raw/8bit-theater-keyboard.user.js | |
// @description Adds keyboard shortcuts for easily navigating the 8-bit Theater webcomic. | |
// @author Matthew Scharley | |
// @match *://www.nuklearpower.com/* | |
// @grant none |
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
"use strict"; | |
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | |
if (k2 === undefined) k2 = k; | |
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | |
}) : (function(o, m, k, k2) { | |
if (k2 === undefined) k2 = k; | |
o[k2] = m[k]; | |
})); | |
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | |
Object.defineProperty(o, "default", { enumerable: true, value: v }); |
OlderNewer