Skip to main content

Edit Web Pages While They Are Open

Its a very cool hack using which you can make a webpage editable while it is open in your browser. Here’s the hack-

1. Open the webpage that you want to edit.

2. Paste the following javascript code into the browsers address bar(instead of the website’s URL), and press enter.

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

That’s it. Now you can directly edit the web page inside the browser. Try it, its really cool

Comments

Popular posts from this blog

Appium 1.5

The most awaited Stable version of Appium... 1.5 has been released. Go through the below update from Jonathon. Appium 1.5.0 Released Appium 1.5 The Appium team is extremely proud to announce the release of Appium 1.5! Go ahead and npm install -g appium while you read the rest of this post! Appium 1.5 has been in the works for over half a year, and we would like to share why it's such an important release for us.