github1s: 1秒极速用 VS Code 阅读 GitHub 源代码
只需要在任何你想要阅读代码库浏览器地址栏中的 github 后面添加 1s 然后点击回车 Enter,1秒极速用 VS Code 阅读 GitHub 源代码。
使用
例如,你可以尝试访问 VS Code 源代码仓库:
https://github1s.com/microsoft/vscode

将以下代码片段保存为浏览器书签,您可以使用它在github.com和github1s.com之间快速切换
javascript: window.location.href = window.location.href.replace(/github(1s)?.com/, function(match, p1) { return p1 ? 'github.com' : 'github1s.com' })