sindresorhus/refined-github


The issue has been closed
`deprioritize-marketplace-link` broken on Enterprise #2308
MartonEstok posted onGitHub
URL: Company hosted GitHub enterprise
Looks like Line 10
in refined-github/source/features/deprioritize-marketplace-link.tsx
is accessing undefined returned by the selector '.Header-link[href="/marketplace"]'
.
Probably because Enterprise edition doesn't have a marketplace link.
document.querySelector('.Header-link[href="/marketplace"]')
also returns null
when ran manually.
This is GitHub Enterprise Server 2.16.12
.
Issue occurs even if I disable the rule in the extension settings.