View the HTML source code of any online web page. (use the Tampermonkey Command Menu)
Unlike the standard "View Source" (Ctrl+U) which only shows the raw HTML sent by the server,
Source Viewer allows you to view the processed HTML.
This includes all changes made by JavaScript, frameworks (React, Vue, etc.), and extensions after the page has loaded.
<!DOCTYPE> and all <html> attributes.
I develop this script as a hobby in my free time. If you find it useful for your workflow,
please consider leaving a 5-star review or supporting me with a small donation
via the link in the script menu. Every bit helps! =)
Tested and compatible with Chrome using Tampermonkey.