Last active
April 4, 2025 16:18
-
-
Save deevroman/a79e7be6feb5aef31b18ace937f021d0 to your computer and use it in GitHub Desktop.
Bookmarklet to go to the repository of github.io pages. Select the code and drag it to the bookmarks bar. // Букмарклет для перехода в репозиторий github.io страниц. Выделите код и перетащите его на панель закладок.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(() => {const [,user,repo] = location.href.match(/https:\/\/(.+)\.github\.io\/(.*?)(\/|$)/); window.open(`https://github.com/${user}/${repo}`, "_blank");})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment