URL Parameters
Only "hidden" URL parameters are listed here
Dash will automatically store settings such as turbo mode, custom FPS, high quality pen, etc. in the URL, but some advanced options still need to be manually applied. This page only documents these advanced options.
Username
The username option controls the value of the username block.
https://dashblocks.github.io/#443603478?username=ExampleUsername
Custom extensions
The extension option loads a custom extension from a URL. See Custom Extensions.
Disable compiler
The nocompile option turns off the compiler. You probably shouldn't enable this.
https://dashblocks.github.io/?nocompile
Project URL
The project_url option tells Dash to download project data from an arbitrary URL. Do not use together with a regular project ID.
https://dashblocks.github.io/?project_url=dashblocks.github.io/packager/example.sb3
https:// is implied if you don't include a protocol. http:// URLs generally will not work for security reasons. Note that the URL needs to be a direct download and must support CORS (Access-Control-Allow-Origin: *). GitHub Pages will do this automatically and is known to work well.