Skip to content

Instantly share code, notes, and snippets.

@slemarchand
Created March 10, 2018 14:16
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 slemarchand/beb47b438220841d9cee963909f63349 to your computer and use it in GitHub Desktop.
Save slemarchand/beb47b438220841d9cee963909f63349 to your computer and use it in GitHub Desktop.
(function() {
COMPANY_ID = "39524";
DOMAIN = "hostname";
document.cookie = "COMPANY_ID=" + COMPANY_ID + "; domain=" + DOMAIN + "; path=/";
document.location = "/";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment