Skip to content

Instantly share code, notes, and snippets.

@X140Yu
Created May 7, 2019 08:19
Show Gist options
  • Save X140Yu/88faa194b5b34181a4ddb139654ecb6f to your computer and use it in GitHub Desktop.
Save X140Yu/88faa194b5b34181a4ddb139654ecb6f to your computer and use it in GitHub Desktop.
open current tab(github repo) in sourcegraph
javascript: (function() {
url = 'https://sourcegraph.com/' + location.href.replace(/(^\w+:|^)\/\//, '');
window.open(url, '__blank');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment