Skip to content

Instantly share code, notes, and snippets.

@bcole808
Created September 30, 2016 16:39
Show Gist options
  • Save bcole808/cfe6fc76f364df42ee75ca8065cdc9ff to your computer and use it in GitHub Desktop.
Save bcole808/cfe6fc76f364df42ee75ca8065cdc9ff to your computer and use it in GitHub Desktop.
Environment Redirect Bookmarklet
(function(){
var is_slrlounge_url = /https?:\/\/(www.|staging.)?slrlounge\.(dev|com)/;
if (null === is_slrlounge_url.exec(window.location)) {
alert("YES!");
} else {
alert("NO.");
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment