mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-08 11:17:02 +08:00
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function isFirefox() {
|
||||
return navigator.userAgent.includes('Firefox')
|
||||
return navigator.userAgent.toLowerCase().includes('firefox')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user