Skip to content

Instantly share code, notes, and snippets.

@shouya
Created November 7, 2012 11:20
Show Gist options
  • Save shouya/4030931 to your computer and use it in GitHub Desktop.
Save shouya/4030931 to your computer and use it in GitHub Desktop.
HTTP -> HTTPS
javascript:window.location=window.location.toString().replace(/^http:/,'https:');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment