Skip to main content

How to turn any website editable with just one line of code

Do you want to edit other people's website? Is that possible? Yup, but only on your screen. All you have to do is visit the site you want to edit and then copy the following code and paste it in the address bar and hit enter.

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

The page now become editable. You can add, delete and modify any portion of the page just like you are editing a document on your computer. Go to some famous website like New York Times, create your own news and take a screenshot and show to your friends. It's fun.

[via Blogstorm]

Comments

  1. Hmm, works well, i will be playing with this and see if i can make it save changes on some sites run :)

    ReplyDelete
  2. Heh, that's pretty fun.

    ReplyDelete
  3. Hey, that Anonymous one above was from me. The little popup didn't show up the first, just thought I would let you know.

    ReplyDelete

Post a Comment

Popular posts from this blog

69 alternatives to the default Facebook profile picture

If you have changed the default Facebook profile picture and uploaded your own, it’s fine. But if not, then why not replace that boring picture of the guy with a wisp of hair sticking out of his head with something different and funny?

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.