Skip to content

scratchaddons-community/userscript

 
 

Repository files navigation

Scratch Addons logo

Welcome to Scratch Addons Userscript's repository!

About

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

Contribute

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.

Set up

  1. Clone the source code
git clone https://github.com/scratchaddons-community/userscript.git;
cd ScratchAddons;
  1. Install Node.JS and serve
npm install serve --global;
  1. Install a redirector browser extension like Redirector.
  2. Add the following redirect:
  3. Install a userscript manager browser extension like Tampermonkey.

Testing

  1. Run npx serve --cors; in the terminal.
  2. 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.

License

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.

Releases

No releases published

Languages

  • JavaScript 74.7%
  • CSS 17.4%
  • HTML 7.9%