12-22-2009, 04:12 PM
This is very simple javascript, which allows you to edit websites. NO, it won't be edited, only you can see it. After refresh everything's back to normal.
Here's the code:
Just paste it in the website you want to edit in the URL.
Enjoy.
Here's the code:
Code:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
Just paste it in the website you want to edit in the URL.
Enjoy.