DOM inspector written in JavaScript, that can be embedded to page. You can move between page's elements, mark them on page or in DOM tree. Also there is a possibility to change element's class or id.
Just add following line to HEAD section of your page.
<script type="text/javascript" src="dom_inspector.js"></script>