Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 435 Bytes

dom_inspector

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.

Usage

Just add following line to HEAD section of your page.

<script type="text/javascript" src="dom_inspector.js"></script>

Screenshot

dom_inspector