Skip to content

Instantly share code, notes, and snippets.

@dimsemenov
Last active August 29, 2015 14:14
Show Gist options
  • Save dimsemenov/0ad2ef805170e7ff4540 to your computer and use it in GitHub Desktop.
Save dimsemenov/0ad2ef805170e7ff4540 to your computer and use it in GitHub Desktop.
(function() {
var homepage = 'example.com',
url = window.location.href.toLowerCase();
if(url.indexOf(homepage) === -1) {
return;
}
// tracking code...
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment