Skip to content

Instantly share code, notes, and snippets.

@bwinton
Created December 15, 2014 15:43
Show Gist options
  • Select an option

  • Save bwinton/4284655fd12d0e4351dd to your computer and use it in GitHub Desktop.

Select an option

Save bwinton/4284655fd12d0e4351dd to your computer and use it in GitHub Desktop.
How to do special things if Whimsy is installed.
window.addEventListener("message", function (event) {
if (event.data === 'whimsy:enabled') {
document.querySelector('body').classList.add('whimsical');
}
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment