Skip to content

Instantly share code, notes, and snippets.

@siannopollo
Created June 10, 2013 18:26
Show Gist options
  • Save siannopollo/5751045 to your computer and use it in GitHub Desktop.
Save siannopollo/5751045 to your computer and use it in GitHub Desktop.
Bookmarklet to switch to SSL on any website.
javascript:(function(){if(window.location.protocol=='https:')return;else{window.location.protocol='https:'}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment