Skip to content

FurryR/eureka-loader

 
 

Repository files navigation

简体中文 日本語

logo

Eureka

Universal Scratch extension loader


Eureka is a userscript which can load 3rd-party extensions in any Scratch-based editors (theoretically).

✨ Features

  • Load Scratch standard extensions
  • Unsandboxed extensions
  • TurboWarp Extension API (very small part)
  • Fallback solution for visitors without script installation
  • Load from editor

🌈 Supported platforms

  • Scratch
  • Codingclip
  • Cocrea
  • Aerfaying (阿儿法营)
  • Co-Create World (共创世界)
  • Xiaomawang (小码王)
  • CodeLab
  • 40code
  • TurboWarp
  • Xueersi (学而思)
  • Creaticode
  • Adacraft
  • PenguinMod

🔥 Usage

  1. Install UserScript Manager like Tampermonkey or Greasymonkey.
  2. Open release, Then click one release to install.
  3. Find 'Open Frontend' button in 'My Blocks' category. you can sideload your extension by clicking it. You may have to wait 5 seconds to make the button appeared.

Or... Due to editor differences, the button may not appear. There are other ways you can sideload extensions.

  1. Press 'F12' on your keyboard to open Developer Tools.
  2. Input eureka.openFrontend() or eureka.loader.load([extensionURL], [load mode, like 'unsandboxed'])' In your console, then enter to execute.
  3. Your extension got loaded!

🥰 Contribute extensions

Eureka's front-end provides an extension gallary where you can pick any extension you like. You are also welcome to contribute your own extensions to the gallary. For more information please visit moth

⚓ License

AGPL-3.0, see LICENSE.

About

Load scratch extension everywhere.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 5.3%