This is a very simple tutorial to edit the current website loaded in your web browser. It is a javascript code but you dont have to type it or do it everytime you have to do it. Please read through : no previous knowledge required.
First you have to enable javascript which is by default and most likely already enabled unless you are messing with it. Now here is a model of how
to do it before I tell you how to do it.
Its based on a simple javascript code. Drag the above link to your bookmarks.If you cant find your bookmarks bar on top press ctrl+shift+b to make it appear. After you drag the link press it whenever you have to edit a site.
It doesnt require anything else so you can edit any webpage instatly.
Have fun fooling someone ..
By the way if you need the code, it is:
"javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200"