Have you ever wanted to make a fake picture of a website saying that you did something? Or maybe want to make someone think you have 100000$ in your paypal account. Well, with the littlest effort you can do that. Or maybe you want to see what your website will look like before you actualy update it? Well this is for you.
Just enter this code into the address bar to edit anything on any webpage! (only viewable by yourself) :
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
Now if your done, you can go ahead and stop editing it by entering the following code :
javascript:document.body.contentEditable=’false’; document.designMode=’on’; void 0
Enjoy!

