This file contains 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
// Command Line Example | |
// Created by request of wkibbler#2464 | |
/* | |
* Copyright 2018 Julian Webb | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
This file contains 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 HomeStuck Troll Accessiblity | |
// @namespace https://gist.github.com/JulianWebb | |
// @version 0.6 | |
// @author Pongles | |
// @description Modifies the Troll's text so that it can be read easier | |
// @icon https://www.homestuck.com/favicon.ico | |
// @match https://www.homestuck.com/story/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Check, Please! Arrow Keys | |
// @namespace https://gist.github.com/JulianWebb | |
// @version 0.2 | |
// @author Pongles | |
// @description Adds the ability to navigate the comic using just the left and right arrow keys | |
// @icon https://checkpleasecomic.com/favicon.ico | |
// @match https://checkpleasecomic.com/comic/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 El Goonish Shive Arrow Keys | |
// @namespace https://gist.github.com/JulianWebb | |
// @version 0.1 | |
// @author Pongles | |
// @description Adds the ability to navigate the comic using just the left and right arrow keys | |
// @icon https://egscomics.com/favicon.ico | |
// @match https://egscomics.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Genocide Man Arrow Keys | |
// @namespace https://gist.github.com/JulianWebb | |
// @version 0.2 | |
// @author Pongles | |
// @description Adds the ability to navigate the comic using just the left and right arrow keys | |
// @icon https://www.genocideman.com/wp-content/uploads/2015/08/cropped-genoman-logo-icon-32x32.jpg | |
// @match https://www.genocideman.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Sam & Fuzzy Arrow Keys and Randomizer | |
// @namespace https://gist.github.com/JulianWebb | |
// @version 0.2 | |
// @author JulianWebb | |
// @description Adds the ability to navigate the comic using just the left and right arrow keys | |
// @icon https://www.samandfuzzy.com/favicon.ico | |
// @match https://www.samandfuzzy.com/* | |
// @match http://www.samandfuzzy.com/* | |
// @grant none |
This file contains 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 Comic Control Standardized Publish Time | |
// @namespace https://gist.github.com/JulianWebb | |
// @version 0.1 | |
// @author Pongles | |
// @description Sets the Publish Time on new Comic Posts to specified time | |
// !! CHANGE BELOW FROM 'localhost' TO YOUR DOMAIN !! | |
// @match *://localhost/* | |
// @grant none | |
// ==/UserScript== |