Skip to content

Instantly share code, notes, and snippets.

@tree-s
Created March 2, 2021 13:42
Show Gist options
  • Save tree-s/343af0734abd46837672358abc807772 to your computer and use it in GitHub Desktop.
Save tree-s/343af0734abd46837672358abc807772 to your computer and use it in GitHub Desktop.
Github web IDE
javascript: /^github(?:1s)?\.com$/.test(location.hostname) ? location.hostname = `github${location.hostname === 'github.com' ? '1s' : ''}.com` : location.href = 'https://github.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment