From 97b6699afefe373d510dda5589a0754a4b380153 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 21 Sep 2023 18:56:58 +0200 Subject: Fuck you Mozilla --- src/utils/constants.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index cd6a7a2..80f0787 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -385,3 +385,5 @@ export const DevsById = /* #__PURE__*/ (() => .map(([_, v]) => [v.id, v] as const) )) )() as Record; + +export const IsFirefox = IS_EXTENSION && navigator.userAgent.toLowerCase().includes("firefox"); -- cgit