How To Edit Web Pages On Any Web Site
By Daya Baran at July 08, 2008 0 CommentsHave you ever wanted to edit the web pages of another website? This simple line of code makes it possible.
javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0
Here is how it works:
1. Go to the any web site eg. http://www.webguild.org.
2. After the web site comes up on your screen copy and paste the above code in your web browser address bar and hit the Enter button.
3. Select images or texts and move them around, cut and paste, delete or edit as you like.
*tested in Firefox & IE7
The edits are only visible on your screen. The More»
Labels: code, javascript, websites
RSS


