javascript web page editing (testing)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    javascript web page editing (testing)

    Heres a handy code if you want to see what something would look like on your site without having to bother with saving / uploading to server etc.. (it can be used for other malicious purposes as well)

    simply copy and paste this code into your browser:
    Code:
    javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
    This can also be done another way on opera by pressing Ctrl U (view source) and then editing the source and then pressing "Apply Changes"



    Added after 3 minutes:

    after you have pasted that code into your browser you can edit your page dynamically by click on something in the page and deleting it or editing it etc
    Last edited by something else; 27.01.11, 18:55.
Working...
X