| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| function getPrUrl(prNumber: number): string { | ||
| // https://caniuse.com/url-scroll-to-text-fragment | ||
| const hash = isFirefox() ? '' : `#:~:text=${new GitHubFileUrl(location.href).filePath}`; | ||
| const hash = `#:~:text=${new GitHubFileUrl(location.href).filePath}`; |
There was a problem hiding this comment.
October 2024+
Sorry, something went wrong.
|
|
||
| void features.add(import.meta.url, { | ||
| asLongAs: [ | ||
| isChrome, |
There was a problem hiding this comment.
Oof, it's been a while.
Sorry, something went wrong.
|
|
||
| // GHE support | ||
| if (!isSafari()) { | ||
| if (hasRequiredPermissions()) { |
There was a problem hiding this comment.
Feature detection is better. This verifies the manifest, which is only altered in the release script.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.