Skip to content

Instantly share code, notes, and snippets.

@igrep
Last active October 7, 2015 06:13
Show Gist options
  • Select an option

  • Save igrep/87d182d78fc64373bd0f to your computer and use it in GitHub Desktop.

Select an option

Save igrep/87d182d78fc64373bd0f to your computer and use it in GitHub Desktop.
閉じるボタンを押したら確認してくれるメモ帳を作るワンライナー ref: http://qiita.com/igrep/items/7b550bb9b19f44637990
data:text/html,<html contenteditable><script>window.onbeforeunload = function(){ return 'Close window?'; }</script>
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