HOW TO

Combating your bordem  




how to edit google useing a  java script code

1. go to the target website of your choice(one with lots of text works best)

2. go to the address bar and delete every thing.

3. now paste in the java script code.(i have put the code at the bottem of this page)

4.press enter

5.now you can change text, add and delete pictures (remember though only you can see the changes made)

 

the java script code is : document.body.contentEditable = 'true'; document.designMode = 'on'; void 0