Friday, July 25, 2008

Weekend Fun: Make Any Webpage Editable

Here is an interesting trick I learned the other day.  Go to any webpage you want.  For my example I used Google, one of the most recognizable websites out there.  Once the page loads, go to the address bar at the top of your browser (the place that you type http://www......).  Select everything and replace it with this text
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Hit enter, and you should now be able to edit the webpage just as if it was a word document.  You can move stuff around, delete things, and add your own text.  It's a fun little trick to play around with or to play tricks on other people.  This trick goes to show that you can't always trust what you see on the Internet.

0 Comments: