Ok, so I was browsing the web and I found this cool little script. Basically, it lets you edit ANYTHING you see on the web page.
It doesn't save, and if you refresh it goes back to normal. But it's fun to do.
Go to any website, and then once your there paste this in the URL and press enter. I found that it works better with IE than Firefox3.
Have fun!
It doesn't save, and if you refresh it goes back to normal. But it's fun to do.
Go to any website, and then once your there paste this in the URL and press enter. I found that it works better with IE than Firefox3.
Code:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
Have fun!