拟人化光标移动 (Human-like Cursor movement)
Section titled “拟人化光标移动 (Human-like Cursor movement)”Camoufox 内置了对拟人化光标移动的支持。其自然运动算法最初源自 riflosnake 的 HumanCursor,但已使用 C++ 进行了重写,并针对更具距离感知(distance-aware)的运动轨迹进行了修改。
属性 (Properties)
Section titled “属性 (Properties)”| 属性 (Property) | 类型 (Type) | 说明 (Description) |
|---|---|---|
humanize | bool | 启用/禁用拟人化光标移动。默认为 False。 |
humanize:maxTime | double | 光标移动的最大时间(以秒为单位)。默认为 1.5。 |
humanize:minTime | double | 光标移动的最小时间(以秒为单位)。 |
showcursor | bool | 切换光标高亮显示器的开启与关闭。默认为 True。 |
演示 (Demo)
Section titled “演示 (Demo)”以下是光标高亮显示器的演示。用于此项测试的页面可以在此处找到。