omrilotan / isbot

🤖/👨‍🦰 Detect bots/crawlers/spiders using the user agent string
https://isbot.js.org/
The Unlicense
876 stars 72 forks source link

Expose iife #218

Closed omrilotan closed 10 months ago

omrilotan commented 10 months ago

Resolve #217

See readme

<script src="https://cdn.jsdelivr.net/npm/isbot/index.iife.min.js"></script>
// isbot is global
isbot(navigator.userAgent)
cvocvo commented 10 months ago

I suspect it might take a bit for the CDN to update? image

Edit: Working now, just took a second