Page Source Viewer
★★★★★★★★★★4.8(0 votes)
View the raw HTML source of any public web page with built-in search, copy, and download.
Page Source Viewer
Source is fetched via CORS proxy and displayed as escaped text — scripts are NOT executed. Safe to inspect any URL.
About This Tool
Why View Source?
- Audit SEO metadata in the initial HTML
- Check for inline tracking pixels or scripts
- Verify content isn't entirely JavaScript-rendered
- Spot hidden comments or generator meta tags
Shows the server's raw response before JavaScript runs — same as Ctrl+U in your browser but with built-in search.
Frequently Asked Questions
Why doesn't source match what I see in browser?
JavaScript modifies the DOM after load. Raw source is what the server returned before JS runs. SPAs (React, Vue, Angular) may show very little in raw source.
Can I inspect password-protected pages?
No — the proxy doesn't carry your login cookies. Use browser Ctrl+U for authenticated pages.
Is it safe to inspect suspicious URLs?
Yes — source is shown as escaped plain text, never executed. You can safely inspect any URL without running its scripts.
