Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save guruofgentoo/f8b916f29eaec49c1109856378a8f191 to your computer and use it in GitHub Desktop.
Save guruofgentoo/f8b916f29eaec49c1109856378a8f191 to your computer and use it in GitHub Desktop.
javascript test
function someFunc() {
document.querySelector('body').addEventListener("click", function() {
console.log('we are currently at ' + this.document.url);
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment