Last active
August 8, 2025 03:33
-
-
Save AbrahamAriel/6b777529d4558f9f45839f825348ee68 to your computer and use it in GitHub Desktop.
ChoiceScriptSavePluginInjector meta for auto updates.
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 ChoiceScriptSavePluginInjector | |
| // @author AbrahamAriel | |
| // @description Injects ChoicescriptIDE/ChoiceScriptSavePlugin into any CoG games. Includes extended functions such as exporting and importing saves. | |
| // @version 1.9.1 | |
| // @license MIT | |
| // @namespace https://gist.github.com/AbrahamAriel/7a8d7cea1d8cbcd82700d67a09942a47 | |
| // @downloadURL https://gist.githubusercontent.com/AbrahamAriel/7a8d7cea1d8cbcd82700d67a09942a47/raw/ChoiceScriptSavePluginInjector.user.js | |
| // @updateURL https://gist.githubusercontent.com/AbrahamAriel/7a8d7cea1d8cbcd82700d67a09942a47/raw/ChoiceScriptSavePluginInjector.user.js | |
| // @homepage https://www.reddit.com/r/choiceofgames/comments/ovo3eh/choicescriptsaveplugininjector_add_save_system_to/ | |
| // @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@latest/ChoiceScriptSavePlugin.js | |
| // ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment