We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
show-open-prs-of-forks
1 parent 84af41b commit 6f4b7a6Copy full SHA for 6f4b7a6
source/index.ts
@@ -351,6 +351,9 @@ export const _isFileFinder = [
351
'https://github.com/sindresorhus/refined-github/find/master'
352
];
353
354
+export const isForkedRepo = (): boolean => select.exists('meta[name="octolytics-dimension-repository_is_fork"][content="true"]');
355
+export const _isForkedRepo = domBased;
356
+
357
export const isSingleGist = (): boolean => isGist() && /^\/(gist\/)?[^/]+\/[\da-f]{32}$/.test(location.pathname);
358
export const _isSingleGist = [
359
'https://gist.github.com/sindresorhus/0ea3c2845718a0a0f0beb579ff14f064'
0 commit comments