Skip to content

Instantly share code, notes, and snippets.

View just-harry's full-sized avatar

Harry Gillanders just-harry

View GitHub Profile
@just-harry
just-harry / redditRestoreOldSubscribeButton.user.js
Last active July 23, 2019 21:13
Restores the old, old Reddit Subreddit subscription button text. From 'join' and 'leave', to 'subscribe' and 'unsubscribe'.
// ==UserScript==
// @name Reddit - Restore Old Subscribe Button
// @namespace Violentmonkey Scripts
// @include /^https?:\/\/(?:.*)?reddit\.com.*$/
// @grant none
// @run-at document-end
// @version 0.1.0
// @licence CC0
// ==/UserScript==
@just-harry
just-harry / sporeDownloadUserCreations.user.js
Last active June 11, 2021 18:02
A userscript for batch-downloading creations from Sporepedia (http://www.spore.com/sporepedia).
// ==UserScript==
// @name Sporepedia - Download User Creations
// @namespace Violentmonkey Scripts
// @include /^https?:\/\/.*\.spore\.com\/sporepedia.*$/
// @grant GM_download
// @inject-into auto
// @version 0.2.0
// @licence CC0
// ==/UserScript==