If you want to change the look of any website then here is the trick.
javascript: document.body.contentEditable = 'true';document.designMode = 'on'; void 0
Enjoy the trick....
- Open a website which you want to edit.
- Copy and paste the below code in the address bar of your browser.
javascript: document.body.contentEditable = 'true';document.designMode = 'on'; void 0
- Now place the cursor where you want to edit.
Enjoy the trick....
0 comments
Post a Comment