Thursday, October 28, 2010

Edit Any Internet Web Page

Have u ever wanted to edit any website...


Yes it is possible


with a simple javascript command, you can edit ANY WEBSITE


The procedure is as follows


Open the website in your browser


clear the url area


and paste this code there


javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0


hit enter and BINGO....


Edit the website as you wish.


Note: These edits wont be permanent... they'll be lost as soon as you refresh your page

No comments:

Post a Comment