Skip to content

Instantly share code, notes, and snippets.

@isbasex
Last active August 17, 2019 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isbasex/b1bfc6bd0e0f287f75c523e9836fa198 to your computer and use it in GitHub Desktop.
Save isbasex/b1bfc6bd0e0f287f75c523e9836fa198 to your computer and use it in GitHub Desktop.
isBot
const isBot = ua => /bot|spider|crawler|robot|crawling|slurp/i.test(ua)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment