79272080

Date: 2024-12-11 14:36:28
Score: 1.5
Natty:
Report link

This code is used to detect only safari browser

const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: stiweb