
but the other way is this:
Go to the page you want to fanny around with and type into the address bar:
javascript:document.body.contentEditable='true';document.designMode='on'; void 0
When you're done, type:
javascript:document.body.contentEditable='false';document.designMode='off'; void 0
( ,
Mon 30 Jul 2007, 15:38,
archived)
Go to the page you want to fanny around with and type into the address bar:
javascript:document.body.contentEditable='true';document.designMode='on'; void 0
When you're done, type:
javascript:document.body.contentEditable='false';document.designMode='off'; void 0