Skip to content

Instantly share code, notes, and snippets.

@stoph
Created February 12, 2021 21:07
Show Gist options
  • Save stoph/86ed5502e8c1f4353e1dcb8d635b636d to your computer and use it in GitHub Desktop.
Save stoph/86ed5502e8c1f4353e1dcb8d635b636d to your computer and use it in GitHub Desktop.
Opens a new window for github1s from a github page.
javascript: if(window.location.hostname=="github.com")window.open(window.location.href.replace('github.com', 'github1s.com'));
@stoph
Copy link
Author

stoph commented Feb 12, 2021

More information on github1s can be found at https://github.com/conwnet/github1s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment