Skip to content

Instantly share code, notes, and snippets.

@chadfawcett
Last active February 21, 2019 05:55
Show Gist options
  • Save chadfawcett/60bf219e209b8efb69540017737d3672 to your computer and use it in GitHub Desktop.
Save chadfawcett/60bf219e209b8efb69540017737d3672 to your computer and use it in GitHub Desktop.
test multi file embedly
if (window.location.contains('bacon')) {
console.log('🥓')
}
if (window.location.contains('hotdog')) {
console.log('🌭')
} else {
console.log('!🌭')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment