Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jz5
Created June 16, 2015 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/74d24eff5fa7f6d3acd3 to your computer and use it in GitHub Desktop.
Save jz5/74d24eff5fa7f6d3acd3 to your computer and use it in GitHub Desktop.
(function () {
var scripts = document.getElementsByTagName('script');
var src = scripts[scripts.length - 1].src;
console.log("私は " + src);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment