We all use notepad or sticky note or some editor to take immediate notes on something like phone number, code snippet.
Recently I came to know that we can use our browser just like notepad.
1. Open New tab and paste following code in your browser’s URL bar: data:text/html, <html contenteditable>
2. Hit enter and click on a blank page to take a quick note.
Now you have built in notepad in your browser. The trick hacks around Data URI scheme and html content editable attribute.
No comments:
Post a Comment
Thank you for your comment.