Fuck you Mozilla

This commit is contained in:
V 2023-09-21 18:56:58 +02:00
parent 7e91edc757
commit 97b6699afe
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
7 changed files with 52 additions and 53 deletions

View file

@ -385,3 +385,5 @@ export const DevsById = /* #__PURE__*/ (() =>
.map(([_, v]) => [v.id, v] as const)
))
)() as Record<string, Dev>;
export const IsFirefox = IS_EXTENSION && navigator.userAgent.toLowerCase().includes("firefox");