Last active
October 7, 2015 06:13
-
-
Save igrep/87d182d78fc64373bd0f to your computer and use it in GitHub Desktop.
閉じるボタンを押したら確認してくれるメモ帳を作るワンライナー ref: http://qiita.com/igrep/items/7b550bb9b19f44637990
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
| data:text/html,<html contenteditable><script>window.onbeforeunload = function(){ return 'Close window?'; }</script> |
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
| data:text/html,<html contenteditable style="font-family: monospace;"><script>window.onbeforeunload = function(){ return 'Close window?'; }</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment