About
You're viewing one of 26,323 blog entries. Click here to read some more.
Other views
Recent Comments
Comments By...
Last 100 Entries
Read Chronologically
Random Entry
Random Image
View by Category
Mobile Edition
Ad
Tuesday, 15 January, 2008
Never Trust A Screen Capture
I guess this trick is pretty old, but it's new to me. It lets you change the text on any Web page. Just activate the page, clear the address bar, and paste this Javascript code into the address bar:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Then you can insert text, change text, delete text, and so on. But, obviously, you can't save your changes back to the server. You can, however, save a local copy. It seems to work much better in Firefox than in IE. I haven't tried any other browsers.
Lots of potential:
Source: Bhuvana Sundaramoorthy.


