https://github.com/hmemcpy/gisthub
Makes clicking the top left logo on gist.github.com take to github home, when clicked on the 'Github' part.
https://github.com/hmemcpy/gisthub
Last synced: 3 months ago
JSON representation
Makes clicking the top left logo on gist.github.com take to github home, when clicked on the 'Github' part.
- Host: GitHub
- URL: https://github.com/hmemcpy/gisthub
- Owner: hmemcpy
- Created: 2015-03-25T10:48:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T07:18:30.000Z (over 10 years ago)
- Last Synced: 2025-04-09T02:24:00.086Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 204 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This Chrome extension fixes a personal annoyance of mine: the top-left logo on the [GitHub Gist](https://gist.github.com/) site takes to Gist home, instead of GitHub home.
This extension splits the logo into two hyperlinks: clicking on **GitHub** part takes to github.com, while clicking on **Gist** takes to gist.github.com.
Download at: https://chrome.google.com/webstore/detail/github-gist-logo-fixer/bgkfamnjiedcggijadfmjopnmidnkdad
### Version History
* **1.1** - Removed jQuery - pure JavaScript solution (thanks so much to [Cristi Lupascu](https://github.com/clupascu)!)
* **1.0** - First initial release
### Bugs? Questions? Suggestions?
Please feel free to [report them](../../issues) and send me a pull request!