Skip to content

Instantly share code, notes, and snippets.

@0mj
Last active April 20, 2025 15:37
Show Gist options
  • Select an option

  • Save 0mj/f2f46122840192a21737f776fddf7e8d to your computer and use it in GitHub Desktop.

Select an option

Save 0mj/f2f46122840192a21737f776fddf7e8d to your computer and use it in GitHub Desktop.
Bookmarklet Notepad. Paste to a bookmark within browser
javascript:(function(){const h=`<html><head><title>Fullscreen Typing</title><style>html,body{margin:0;padding:0;background:#000;color:pink;width:100%;height:100%;font-size:24px;font-family:sans-serif;overflow:hidden}body{display:flex;justify-content:center;align-items:center}div{width:100%;height:100%;outline:none;white-space:pre-wrap}</style></head><body><div%20contenteditable="true"%20autofocus></div></body></html>`;const%20w=window.open();w.document.write(h);w.document.close();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment