Though both are Webkit based browsers, Safari urlencodes quotation marks in the URL while Chrome does not.
Therefore I need to distinguish between these two in JS.>
I use to detect Apple browser engine, this simple JavaScript condition:
navigator.vendor.startsWith('Apple')