Skip to content

Instantly share code, notes, and snippets.

@AdamMadrzejewski
Created October 22, 2015 08:26
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 AdamMadrzejewski/a15286605966235bafff to your computer and use it in GitHub Desktop.
Save AdamMadrzejewski/a15286605966235bafff to your computer and use it in GitHub Desktop.
if (document.URL.substr(-6) == 'secret') {
document.body.style.setProperty("background-image", "none", "important")
document.body.style.setProperty("background-color", "#10FF00", "important")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment