Turn Your Web Browser Into A Scratchpad With 1 Line Of Code

  1. Open a new window or tab in your web browser
  2. Type the following code into the URL bar and press enter data:text/html, <html contenteditable>
  3. Start typing directly in your the browser window!
  4. Alternatively, for a better looking editor try this code: data:text/html,%20%3Cstyle%20type%3D%22text%2Fcss%22%3E%23e%7Bposition%3Aabsolute%3Btop%3A0%3Bright%3A0 %3Bbottom%3A0%3Bleft%3A0%3B%7D%3C%2Fstyle%3E%3Cdiv%20id%3D%22e%22%3E%3C%2Fdiv%3E%3Cscript%20src%3D%22http%3A%2F%2Fd1n0x3qji82z53.cloudfront.net%2Fsrc-min-noconflict%2Face.js%22%20type%3D%22text%2Fjavascript%22%20charset%3D%22utf-8%22%3E%3C%2Fscript%3E%3Cscript%3Evar%20e%3Dace.edit(%22e%22) %3Be.setTheme(%22ace%2Ftheme%2Fmonokai%22) %3Be.getSession().setMode(%22ace%2Fmode%2Fruby%22)%3B%3C%2Fscript%3E
Written on January 29, 2013