Easier and faster to use Github1s
Based on conwnet/github1s, Thanks!
One second to read GitHub code with VS Code.
https://github.com/conwnet/github1s
https://chrome.google.com/webstore/detail/github1s/lodjfmkfbfkpdhnhkcdcoonghhghbkhe
https://github.com/code4you2021/GitHub1s-For-Safari-Extension
Love the project? Wanna buy me a coffee? (or a beer :D)
Why does my chrome extension ask for history permissions?
This is the standard warning for the "tabs" permission.
It allows you to query, and be notified of changes, to URLs of all tabs. This allows you to spy on the user's history in real time - even if you don't have access to the browser's own history log.
Note that "tabs" permission is not required in most cases. Providing access to URLs is basically the only reason to include it. You can use most of the tabs API without it, and can get access to current tab without warning using the "activeTab" permission.
manifest - Why does my chrome extension ask for history permissions? - Stack Overflow
I'm so sorry for that, i have changed the permission to activeTab.
javascript: window.location.href = window.location.href.replace(
"github.com",
"github1s.com"
);
v0.2.1
add customization options
v0.2.2
add 'Open with new tab' option
v0.2.3
add 'Open with Right-click menu' option
v0.2.4
add 'Allow use of GitHub1s in private repositories' option
v0.2.5
add 'Switching to use Gitpod' option
v0.3.0
Configuration page UI modification
Add the option to use keyboard shortcut keys
v0.3.1
Fix the problem of not being able to customize URLs
v0.3.2
Fix the problem that GitHub Pjax loading makes it impossible to use GitHub1s
v0.3.3
v0.3.4
fix bugs
v0.3.5
Fix the button not appearing problem
v0.3.6
Add stackblitz.com support
Use GitHub1s without logging into Github