Edit webpage with Javascript
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
Visit any web page, clear the address bar and paste the above line into it. Press return and edit the webpage as you like. :) Works at least in Firefox, Internet Explorer and Opera.
BTW: I hope all of you know Firebug. (Opera will bring a similar feature known as Developer Console with version 9.20.)
February 26th, 2007 at 16:45
Cool even if I don’t know what its useful for :)
February 26th, 2007 at 17:22
Man kann diese JavaScript Zeile übrigens auch in ein neues Lesezeichen schreiben, dann hat man diese Funktion auch sehr schnell per Knopfdruck zur Verfügung.