Originally posted by xoggoth
View Post
Code:
javascript:alert(document.getElementById("post_message_1213143").innerHTML);
Of course we now have much better tools like Firebug for Firefox*, Web Inspector in Safari and Chrome, Dragonfly in Opera, and Microsoft® Web Developer Tools for Internet Explorer™ in IE8™ and IE9 Beta™ that render much of this redundant; but I still use such techniques regularly when debugging stuff on...
Originally posted by d000hg
View Post
* That reminds me: at ClientOrg last year I was able to find a bug in Firebug by using the javascript: URL technique to determine that it was reporting incorrect values. This was on pre-beta versions of both FF 3.wotever and FB x.wotever-was-intended-to-work-on-3.wotever, but that bug report helped the Firebug folk to get it fixed by the time 3.wotever was released

Comment