Skip to content

Instantly share code, notes, and snippets.

@xdanielsb
Created February 23, 2018 16:57
Show Gist options
  • Select an option

  • Save xdanielsb/e3bf806d05106ca311df7481c9b2bcb4 to your computer and use it in GitHub Desktop.

Select an option

Save xdanielsb/e3bf806d05106ca311df7481c9b2bcb4 to your computer and use it in GitHub Desktop.
'use strict'
let wrapper = "subdomain"
if(document.documentURI.includes(wrapper)){
document.getElementById("Header").style.display="none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment