The Mouseover DOM Inspector

On 8-29-2005, in Coding, JavaScript, by Alex

Full article

The Mouseover DOM Inspector, or MODI for short, is a favelet (also known as a bookmarklet) that allows you to view and manipulate the DOM of a web page simply by mousing around the document.

javascript:prefFile=”;void( z = document.body.appendChild(document.createElement(‘script’))); void(z.language=’javascript’); void(z.type=’text/javascript’); void(z.src=’http://slayeroffice.com/tools/modi/v2.0/modi_v2.0.js’); void(z.id=’modi’);

Browsers currently supported are Firefox, Mozilla, Netscape 8, Opera 7.5+ and MSIE6+ on all of their respective Operating Systems. As of this writing, Safari does not support the sourcing of dynamically created script objects so the application does not work in that browser.

Of course it is better to save js file (http://slayeroffice.com/tools/modi/v2.0/modi_v2.0.js) locally. If author site will be down you can find it here.

FFFans can use colorzilla extension but this bookmarklet (MODI) works on all browsers and looks much better I guess.

 

Comments are closed.