Apr 26
The task is weird but it has some reason:
All external URLs should be opened in new windows with some JS confirm (I don’t speak german so have no idea what real confirm text is).
So the idea is simple and transparent: Add events to all links where hostname is not equal to current (native) one.
Solution was easy but wasn’t work to FF.
Some googling + small friends help and: Continue reading »
Aug 29
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.
Recent Comments