What is View Rendered Source?
Extension stats
Ranking
Other platforms
Extension summary
A lightweight Chrome Extension that shows you how the browser has constructed (rendered) a page's original HTML into a functioning DOM, including modifications made by JavaScript.
An essential tool for web developers using JavaScript frameworks like Angular, ReactJS and Vue.js, and for SEOs to understand how search engines see your pages, especially considering Google's dynamic serving workaround.
Differences between raw and rendered versions are highlighted line-by-line showing how JavaScript has modified a page at render time.
There are 3 sections:
Raw: The source code sent from the server to the browser before the DOM is rendered. The same as you'll see with traditional 'View Source' in the browser (after minor formatting tweaks)
Rendered: The rendered page after the source has been interpreted into a DOM, including any modifications made by Javascript
Difference: The difference between the rendered source and the raw source. Differences occur when JavaScript has modified the DOM.
User reviews
- Useful for comparing rendered and source code
- Great for SEO and QA needs
- Keyboard shortcut functionality is praised
- Good execution of the tool
- Works well for finding issues in development
- Does not work on many sites recently
- Issues with capturing JavaScript generated HTML
- Keyboard shortcut conflicts with typing Umlauts
- Lacks a dark mode option
- Does not allow for comparing different DOM states easily
- Has been useful for many occasions
- Suggested feature for dark mode
- Requests for better HTML visualization for Shadow DOM
- Complaints about functionality breaking recently
- Excellent feedback on usability
Recent reviews
Extension safety
Risk impact
View Rendered Source requires a few sensitive permissions. Exercise caution before installing.
Risk likelihood
View Rendered Source has earned a good reputation and can be trusted.
Promo images
Similar extensions
Here are some Chrome extensions that are similar to View Rendered Source: