Skip to content

Instantly share code, notes, and snippets.

View JulianWebb's full-sized avatar

Julian Webb JulianWebb

  • Prince George, British Columbia
View GitHub Profile
@JulianWebb
JulianWebb / ccpublish.user.js
Created April 19, 2022 01:26
Comic Control Standardized Publish Time
// ==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==
@JulianWebb
JulianWebb / samAndFuzzyArrowKeysAndRandomizer.user.js
Last active May 17, 2020 13:23
Sam And Fuzzy Arrow Keys And Randomizer Userscript
// ==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
@JulianWebb
JulianWebb / genocideManArrowKeys.user.js
Last active November 27, 2019 09:36
Changed to addEventListener as per Kuilin
// ==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==
// ==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==
// ==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==
// ==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==
@JulianWebb
JulianWebb / readlineExample.js
Created October 1, 2018 13:29
readline example, by request of wkibbler#2464
// 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