Open source JavaScript bot detection library – BotD v1.0 released

Bot detection library that runs in the browser. Detect JavaScript bots, browser spoofing, virtual machines and much more. No server required, 100% runs in the browser – GitHub – fingerprintjs/BotD:… Read more

Similar

Inheritance in JavaScript

JavaScript does not have classes unlike other languages. It uses the concept of prototypes and prototype chaining for inheritance. If you do not what is prototype, please go through this article… (more…)

Read more »