Skip to content

Instantly share code, notes, and snippets.

@AbrahamAriel
Last active March 31, 2023 07:54
Show Gist options
  • Save AbrahamAriel/6b777529d4558f9f45839f825348ee68 to your computer and use it in GitHub Desktop.
Save AbrahamAriel/6b777529d4558f9f45839f825348ee68 to your computer and use it in GitHub Desktop.
ChoiceScriptSavePluginInjector meta for auto updates.
// ==UserScript==
// @name ChoiceScriptSavePluginInjector
// @author AbrahamAriel
// @description Injects ChoicescriptIDE/ChoiceScriptSavePlugin into any CoG games.
// @version 1.8.0
// @license MIT
// @namespace https://gist.github.com/AbrahamAriel/7a8d7cea1d8cbcd82700d67a09942a47
// @updateURL https://gist.githubusercontent.com/AbrahamAriel/6b777529d4558f9f45839f825348ee68/raw/ChoiceScriptSavePluginInjector.meta.js
// @downloadURL https://gist.githubusercontent.com/AbrahamAriel/7a8d7cea1d8cbcd82700d67a09942a47/raw/ChoiceScriptSavePluginInjector.user.js
// @match http://choiceofgames.com/*
// @match https://choiceofgames.com/*
// @match http://www.choiceofgames.com/*
// @match https://www.choiceofgames.com/*
// @match http://choiceofgames.com/user-contributed/*
// @match https://choiceofgames.com/user-contributed/*
// @match http://www.choiceofgames.com/user-contributed/*
// @match https://www.choiceofgames.com/user-contributed/*
// @exclude http://www.choiceofgames.com/category/*
// @exclude https://www.choiceofgames.com/category/*
// @exclude http://www.choiceofgames.com/profile/*
// @exclude https://www.choiceofgames.com/profile/*
// @exclude http://www.choiceofgames.com/blog/*
// @exclude https://www.choiceofgames.com/blog/*
// @exclude http://www.choiceofgames.com/api/*
// @exclude https://www.choiceofgames.com/api/*
// @exclude http://www.choiceofgames.com/about-us/*
// @exclude https://www.choiceofgames.com/about-us/*
// @exclude http://www.choiceofgames.com/contact-us/*
// @exclude https://www.choiceofgames.com/contact-us/*
// @exclude http://www.choiceofgames.com/privacy-policy/*
// @exclude https://www.choiceofgames.com/privacy-policy/*
// @exclude http://www.choiceofgames.com/looking-for-writers/*
// @exclude https://www.choiceofgames.com/looking-for-writers/*
// @exclude http://www.choiceofgames.com/make-your-own-games/*
// @exclude https://www.choiceofgames.com/make-your-own-games/*
// @exclude http://choiceofgames.com/category/*
// @exclude https://choiceofgames.com/category/*
// @exclude http://choiceofgames.com/profile/*
// @exclude https://choiceofgames.com/profile/*
// @exclude http://choiceofgames.com/blog/*
// @exclude https://choiceofgames.com/blog/*
// @exclude http://choiceofgames.com/api/*
// @exclude https://choiceofgames.com/api/*
// @exclude http://choiceofgames.com/about-us/*
// @exclude https://choiceofgames.com/about-us/*
// @exclude http://choiceofgames.com/contact-us/*
// @exclude https://choiceofgames.com/contact-us/*
// @exclude http://choiceofgames.com/privacy-policy/*
// @exclude https://choiceofgames.com/privacy-policy/*
// @exclude http://choiceofgames.com/looking-for-writers/*
// @exclude https://choiceofgames.com/looking-for-writers/*
// @exclude http://choiceofgames.com/make-your-own-games/*
// @exclude https://choiceofgames.com/make-your-own-games/*
// @run-at document-start
// @grant GM_getResourceText
// @resource ChoiceScriptSavePlugin https://cdn.jsdelivr.net/gh/AbrahamAriel/ChoiceScriptSavePlugin@master/ChoiceScriptSavePlugin.js
// ==/UserScript==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment