You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Sorry for the late reply, this seems like a good idea - along with other changes such as adding platform.bot for detecting bots (and maybe headless browsers too?). This will probably only be available in v2 though.
It might be a good idea to have set of flags (e.g. bot, headless, or mobile) but don't you think they are all mutually-exclusive (e.g. type: bot, type: headless, or type: mobile)
How would one detect a bot?
I understand that one could a headless browser as such, and I guess almost all bots would operate through a headless browser. No?
Edit: Oh, [url=https://github.com//issues/67]I see[/url], some bots are so courteous to tell you who they are, while perusing various possible user agents for their mysterious purposes. (I don't know nuffin about bots.)
So I guess, not necessarily mutually exclusive, as there may be bots testing things for various platforms or headless or whatever.
omnibs
pushed a commit
to NoRedInk/platform.js
that referenced
this issue
Jul 16, 2018
In my case I just need browser name to make DOM manipulations. On mobile you have to do additional work to split it to get just 'Chrome' string.
Suggestion:
The text was updated successfully, but these errors were encountered: