If this HTML is served on GitHub Pages, click Auto Detect to automatically find the repository and scan it.
Example: Served at user.github.io/repo/ â Auto-detects user/repo
Enter the GitHub repository in owner/repo format:
octocat/Hello-World
The engine will scan github.com and list all HTML files found in that repository.
If your HTML files are served from a custom domain or different path structure, enter the base URL:
https://mycustomdomain.com
https://subdomain.site.io/path
The engine will generate URLs as: base-url/path/file.html
When to use: When files are deployed to custom domains, CDNs, or alternative hosting with different URL patterns than standard GitHub Pages.
NEW: Scan ANY repository and open files from their actual location.
Example: Hosted on user1.github.io/repo1 â Scan user2/repo2 â Files open from user2.github.io/repo2
URLs are now ABSOLUTE and properly route to external repos.
âĸ Scans GitHub repositories recursively for all HTML files
âĸ Caches results in localStorage for quick reload
âĸ Works in debug mode on localhost for testing
âĸ Generates proper ABSOLUTE URLs for deployed pages
âĸ Click any file to open in new tab (external repos work correctly)