Skip to content

Instantly share code, notes, and snippets.

@potch
Last active December 11, 2015 22:19
Show Gist options
  • Save potch/4668944 to your computer and use it in GitHub Desktop.
Save potch/4668944 to your computer and use it in GitHub Desktop.
<title>picoedit</title><pre id='c' contenteditable></pre><script>var p=document.getElementById('c'),d=window.location.hash.substr(1)||'a',l=localStorage;p.innerHTML=l[d]||'> ';setInterval(function(){l[d]=p.innerHTML;},1000);</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment