Results 8 comments of Zen

Thanks for your reply, I found that the project named botD could detect this case, but I guess that might depended on server-side analytics.

I had tried fp-collect months ago. Since this project was not maintained any more (2019), the command line above: chrome_options.add_argument('--disable-blink-features=AutomationControlled') cannot be detected through https://antoinevastel.com/bots/

Good job! I'll take a look the latest version of creepjs for the rest of this month, thanks.

You could set document.body.classList.add('is-dragging') onStart event, and set document.body.classList.remove(is-dragging') onEnd event. The class 'is-dragging' like this: `.is-dragging, .is-dragging * { cursor: copy; }`

same issue in production mode.

![Image](https://github.com/user-attachments/assets/d95fd8ff-9852-4800-b29f-b851cd607f30) In Stage.ts at line 461, event listeners are added, but I couldn't find any code that removes these listeners. If the current element is repeatedly created, I understand that...