You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OctoPermalinker is a browser extension that searches GitHub comments/files for links to files on branches, and adds a link to where the branch pointed when the comment/file was made/updated. This helps you avoid following a link that was broken after being posted. For context, here's some discussion about broken GitHub links: Don't link to line numbers in GitHub.
Alternatively, you can build and install OctoPermalinker locally by following the Quick Start section of the Contributing guide.
Features
OAuth Support
Without authentication, the GitHub API allows only 60 requests per hour. You can increase this to 5,000 requests per hour by creating an OAuth token (no scopes needed) and entering it into the extension options page (at chrome://extensions/ in Chrome, or about:addons -> Extensions in Firefox).
Paste Protection
OctoPermalinker will also detect if you paste a fragile link into a comment box. When this happens, OctoPermalinker will notify you of the corresponding permalink, in case you'd like to use it instead.
Want to contribute?
Anyone can help make this project better - check out the Contributing guide!
Feedback
If you encounter a problem using OctoPermalinker, or would like to request an enhancement, feel free to create an issue.