Does anyone have any idea of why this link exists on repo roots like https://github.com/sindresorhus/refined-github?

It points to the same page. Should we hide it? It can just be part of refined-github.css:
.BorderGrid-cell [href="#readme"] {
display: none;
}
This is likely a feature they had for jumping to readme if repo root had a long list of files. Either that or it is put there to not leave "license" alone.
Indeed. Then we should probably remove the feature that collapses the files since it accomplishes the same thing.
PR welcome to drop toggle-files-button
Let's hide the link instead
@fregante should we just put in the css file of toggle-files-button? I was thinking that the reason we want it disabled is because of the feature.
I was thinking that the reason we want it disabled is because of the feature.
Makes sense, let's not add conditional classes just yet though