1. Visit https://github.com/fregante/refined-github/blob/incremental-tag-changelog-link/source/background.ts 2. There should be a `<<` link to https://github.com/sindresorhus/refined-github/blob/master/source/background.ts Example: (ignore the arrow) <img width="507" alt="" src="https://user-images.githubusercontent.com/1402241/36968100-24f8f38c-2094-11e8-8393-6cc1d719950d.png"> How: 1. Edit the `get-default-branch` function to accept a `user/repo` string (and it should only use `parseBranchFromDom` if the string matches the current page) 2. Add the button on forks using the CSS code here: https://github.com/sindresorhus/refined-github/pull/1132 More issues semi-related to this one: https://github.com/sindresorhus/refined-github/pull/1115 https://github.com/sindresorhus/refined-github/pull/1168 https://github.com/sindresorhus/refined-github/pull/1557