MCPcopy Index your code
hub / github.com/refined-github/refined-github / updateRateLink

Function updateRateLink

source/options.tsx:58–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58function updateRateLink(): void {
59 if (isChrome()) {
60 return;
61 }
62
63 $('a#rate-link').href = isFirefox()
64 ? 'https://addons.mozilla.org/firefox/addon/refined-github-'
65 : 'https://apps.apple.com/app/id1519867270?action=write-review';
66}
67
68function isEnterprise(): boolean {
69 return syncedForm!.getSelectedDomain() !== 'default';

Callers 1

generateDomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected