powerbox1000 / dev-blocks

A modification of Scratch 3.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-blocks

A modification of Scratch 3.0

Channels

Name URL Safe? (see this question)
Stable (production) https://learn-devtime.web.app/blocks/
Stable (Develop) https://powerbox1000.github.io/dev-blocks
Beta https://powerbox1000.github.io/dangerzone/dev-blocks X

URL parameters

The URLs in URL parameters should be URI encoded.

URL parameter Description
extension=[URL] or url=[URL] Load an extension dynamically (more info on making an extension here).
width=[NUMBER] Custom stage width (default 480).
height=[NUMBER] Custom stage width (default 360).
username=[STRING] Set a custom username (default "username")
cloud_host=[URL] Use a custom cloud host instead of the default behaviour, which is to save cloud variables to localStorage. Note that for some reason, Scratch doesn't want you to include the protocol (ie, omit ws:// or wss://).
compatibility_mode=false Disables compatibility mode, which forces projects to run at 30 fps.
limits=false Removes many limits, such as for clones and lists. Note that a few limits, like the number of cloud variables, are removed by default in this mod.
load_plugin=[URL] Loads the given script into the web page. This could be used for loading userscripts that edit the Scratch editor. They're called "plugins" here to skirt around Scratch's userscript policy.

In addition, you can finish the URL with a hash followed by a project ID to load a project from the Scratch website or a URI encoded URL to a project file.

For example, https://learn-devtime.web.app/blocks/?url=https://sheeptester.github.io/javascripts/utilities.js&width=640&height=360 will load sheeptester's Utilities extension and use a 16:9 stage size.

Releases (stable)

Version Description Latest?
0.1 Initial release

FAQ

What does "Safe" mean?

Safe just means that is it has been tested by at least 4 people in the Devtime EDU Team. Just because it says "not safe" does not mean it isn't safe, it just means not everyone has tested it yet.

About

A modification of Scratch 3.0


Languages

Language:JavaScript 82.7%Language:HTML 17.3%