Skip to content

Instantly share code, notes, and snippets.

@deevroman
Last active April 4, 2025 16:18
Show Gist options
  • Select an option

  • Save deevroman/a79e7be6feb5aef31b18ace937f021d0 to your computer and use it in GitHub Desktop.

Select an option

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 страниц. Выделите код и перетащите его на панель закладок.
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