Eureka is a userscript which can load 3rd-party extensions in any Scratch-based editors (theoretically).
- Load Scratch standard extensions
- Unsandboxed extensions
- TurboWarp Extension API (very small part)
- Fallback solution for visitors without script installation
- Load from editor
- Scratch
- Codingclip
- Cocrea
- Aerfaying (阿儿法营)
- Co-Create World (共创世界)
- Xiaomawang (小码王)
- CodeLab
- 40code
- TurboWarp
- Xueersi (学而思)
- Creaticode
- Adacraft
- PenguinMod
- ElectraMod *
- XPLab *
*: only available in ci builds
- Install UserScript Manager like Tampermonkey or Greasymonkey.
- Open release, Then click one release to install.
- 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.
- Press 'F12' on your keyboard to open Developer Tools.
- Input
eureka.openFrontend()
oreureka.loader.load([extensionURL], [load mode, like 'unsandboxed'])'
In your console, then enter to execute. - Your extension got loaded!
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
AGPL-3.0, see LICENSE.