()
| 109 | }, cachePerPage); |
| 110 | |
| 111 | export function isRefinedGitHubRepo(): boolean { |
| 112 | return location.pathname.startsWith('/refined-github/refined-github'); |
| 113 | } |
| 114 | |
| 115 | export function isAnyRefinedGitHubRepo(): boolean { |
| 116 | return /^\/refined-github\/.+/.test(location.pathname); |