View Selection Source in Google Chrome

by Keith Dsouza | Translate | Print
Wednesday, 10th Feb 2010 | Share




View Selection Source is a very handy feature in Firefox, which allows you to view the HTML source code for only the selected content. This can come in pretty handy, when you want to view the HTML source for only a certain part of the page, or want to view HTML source of AJAX content without having to view the entire source or debugging AJAX requests using another add-on.

View Selection Source In Google Chrome

If you are user, you can use a new called View Selection Source to get the same functionality in Chrome. To view selection source, just select the area for which you want to view the source for and click on the "View Selection Source" icon in the toolbar.

Techie Buzz Verdict

View Selection Source is definitely a handy extension for developers and designers. It will save you time when you want to see the style used for only a section. However, this add-on does not work for AJAX content, so it would be good if the developer would add support to view source for dynamic content on a webpage.

Rating: 3.5/5 (Good)

Download View Selection Source

Liked this post? Have a Question? Comment and share your opinions and views with us

Get Regular Updates. Subscribe to Free RSS Feeds or Email Updates. Click to expand subscription options

2 Responses so far | Leave Your Comments

Comments are moderated. Please try and stay on topic. Please do not use abusive language, if you think there is a problem, please email the post author or use the contact us form to tell us about it.

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

  1. sudharsan @ Technoskillonline
    February 12th, 2010 at 3:22 am #

    In fiorefox firebug will do it for u

    Reply to this comment

  2. Jakub
    February 16th, 2010 at 9:34 am #

    However, this add-on does not work for AJAX content, so it would be good if the developer would add support to view source for dynamic content on a webpage.

    This is not exactly true. The extension works on DOM level — it takes the page’s current DOM and displays the selected elements no matter whether they were created dynamically (ie. loaded by Ajax) or were already present in the original HTML source.

    Reply to this comment