Last active
April 20, 2025 15:37
-
-
Save 0mj/f2f46122840192a21737f776fddf7e8d to your computer and use it in GitHub Desktop.
Bookmarklet Notepad. Paste to a bookmark within browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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