Fuck you Mozilla

This commit is contained in:
V
2023-09-21 18:56:58 +02:00
parent 7e91edc757
commit 97b6699afe
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");