Skip to content

Instantly share code, notes, and snippets.

@maijou2501
Last active December 16, 2016 16:40
Show Gist options
  • Save maijou2501/9303874472e5b082b33a to your computer and use it in GitHub Desktop.
Save maijou2501/9303874472e5b082b33a to your computer and use it in GitHub Desktop.
現在表示中のページの Markdown 記法の脚注を作成し alert() で表示する。
javascript:(function(){var footnote="<sup>[1]</sup>\n\n[1]: "+document.location+" \'"+document.title+"\'\n\n";alert(footnote);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment