Script URL Preview

Processed in your browser

Fetch a public raw URL and read the first lines of the script before you paste it into a loadstring or executor.

Source

Raw script URL

Waiting for URL

GitHub blob links are rewritten to raw.githubusercontent.com automatically.

Preview

First lines

0 charactersLua / Luau

Check before you run

A loadstring executes whatever text the URL returns. Preview lets you confirm you are pointing at Lua source rather than an HTML error page or the wrong file.

The fetch runs from your browser. Hosts that block cross-origin requests cannot be previewed here — open the raw URL directly in that case.

Frequently asked questions

Does preview execute the script?

No. Labmorf only downloads text and shows part of it. Nothing is compiled or run.

Why do I see a CORS error?

Some hosts do not allow browser fetches from other sites. GitHub raw URLs usually work; private paste services may not.

Can I preview private or authenticated URLs?

No. Only public HTTP and HTTPS URLs that your browser can fetch without credentials are supported.

Related tools