Skip to content

URL Parameters

GarboMuffin edited this page Mar 22, 2021 · 61 revisions

Only hidden URL parameters are listed here

TurboWarp will automatically store settings such as turbo mode, 60 FPS, high quality pen, etc. in the URL.

Some advanced options still need to be manually applied. This page only documents these advanced options.

username

The username option controls the initial value of the username block.

https://turbowarp.org/443603478?username=ExampleUsername

cloud_host

The cloud_host option lets you change the cloud variable server that TurboWarp will connect to, for example:

https://turbowarp.org/12785898?cloud_host=wss://clouddata.turbowarp.org

Inclusion of ws:// or wss:// is optional but recommended. wss://clouddata.turbowarp.org is the default cloud data server used by TurboWarp, so this example doesn't actually change anything. Keep in mind that because TurboWarp uses HTTPS, insecure ws:// servers may not work. (localhost is generally exempt from this rule) Set this to an empty value to disable cloud variables entirely.

It is not possible to use this to connect to Scratch's cloud variable server as their server requires password authentication, which TurboWarp will never ask for.

extension

Experimental, subject to change. Do not rely upon.

Load a Scratch extension from a remote URL.

https://turbowarp.org/editor?extension=https://extensions.turbowarp.org/fetch.js

Clone this wiki locally