Scratch Addons Userscript is a userscript that has most, if not all, of the features of the Scratch Addons extension. Scratch Addons' mission is to combine all existing Scratch extensions, userscripts and userstyles into a single easy-to-access place, while still letting users choose which ones to enable. Learn more about Scratch Addons here
If you found a bug, or want to suggest new features, please use the issues tab. If you want to help with the code or add a new addon, fork this repository, and then create a pull request. Also, please read our contributing guidelines.
- Clone the source code
git clone https://github.com/scratchaddons-community/userscript.git;
cd ScratchAddons;
- Install Node.JS and
serve
npm install serve --global;
- Install a redirector browser extension like Redirector.
- Add the following redirect:
- Install a userscript manager browser extension like Tampermonkey.
- Run
npx serve --cors;
in the terminal. - Update the userscript on your device.
Scratch Addons will now be running as a userscript. You may or may not have to redo those steps depending on which files you have changed.
Scratch Addons is licensed under the terms of the GNU General Public License v3.0.
Other third-party libraries used are listed on /libraries/README.md.