Skip to content

Instantly share code, notes, and snippets.

@jasonmerino
Last active August 29, 2015 14:00
Show Gist options
  • Save jasonmerino/a5a3a1d8c1ea26b003d4 to your computer and use it in GitHub Desktop.
Save jasonmerino/a5a3a1d8c1ea26b003d4 to your computer and use it in GitHub Desktop.
LD Branch Build
javascript:(function(){
var b = prompt('Enter branch number.');
if(b !== null){
b = b.length === 3 ? '0' + b : b;
window.location.href='http://mob-'+b+'.mbranch.lightingdirect.com?abtest=off';
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment