Skip to content

Instantly share code, notes, and snippets.

@vindia
Created November 28, 2011 13:13
Show Gist options
  • Save vindia/1400358 to your computer and use it in GitHub Desktop.
Save vindia/1400358 to your computer and use it in GitHub Desktop.
Devify - Auto generate a development url from a live url
// Replaces regular TLDs like .co.uk, .nl, .com, .biz with .dev so you don't have to
javascript:location.href=location.href.replace(/((\.co)?\.[a-z]{2,3})\//,'.dev/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment