GitHub Raw URL Helper

Processed in your browser

Turn a github.com/…/blob/… link into a raw.githubusercontent.com URL and optionally check that the response looks like script text, not HTML.

Input

Script URL

Waiting for URL

Paste a GitHub blob link or an existing raw URL.

Result

Normalized URL

Raw URL
Normalize a URL to see the raw link here.

If verification fails because of CORS, open the normalized URL in a new tab to confirm it shows plain text.

Why raw links matter

Roblox HttpGet and most script loaders need the raw file bytes. A normal GitHub page returns HTML, which breaks loadstring. The Raw button on GitHub points to raw.githubusercontent.com — this tool rewrites blob URLs the same way.

Verification fetches the URL from your browser. Some hosts block cross-origin requests, so a failed check does not always mean the link is wrong — try opening the normalized URL directly.

Frequently asked questions

Which GitHub URLs are supported?

Standard blob links such as github.com/owner/repo/blob/branch/path/to/file.lua are rewritten automatically.

Why does verification fail with a CORS error?

The browser can fetch only hosts that allow cross-origin requests from labmorf.com. GitHub raw URLs usually work; private or proxied hosts may not.

Does Labmorf upload my link?

No. Normalization happens locally. Verification uses a direct fetch from your browser tab.

Related tools