搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

My cursor movement is always logged to console

  • 1 个回答
  • 1 人有此问题
  • 58 次查看
  • 最后回复者为 strafy

more options

As soon as I open Firefox console it starts printing every mouse move or click I do into console. I never enabled such feature, maybe I might have pressed some shortcut since this is a fresh install.

This starts on any website I visit. Even if I try with `Private window` same issue happens, even with all add-ons turned off.

[![firefox event logging][1]][1]


 [1]: https://i.stack.imgur.com/FPxIo.png
As soon as I open Firefox console it starts printing every mouse move or click I do into console. I never enabled such feature, maybe I might have pressed some shortcut since this is a fresh install. This starts on any website I visit. Even if I try with `Private window` same issue happens, even with all add-ons turned off. [![firefox event logging][1]][1] [1]: https://i.stack.imgur.com/FPxIo.png
已附加屏幕截图

由Ajinkya于修改

被采纳的解决方案

Your Debugger's mouse event logging is turned on.

To turn it off, click on the Debugger tab. On the right panel, find Event Listener Breakpoints, uncheck the Log option. You may also want to uncheck the Mouse event checkbox which you can find by expanding the Event Listener Breakpoints tab.

Hope this helps!

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

Your Debugger's mouse event logging is turned on.

To turn it off, click on the Debugger tab. On the right panel, find Event Listener Breakpoints, uncheck the Log option. You may also want to uncheck the Mouse event checkbox which you can find by expanding the Event Listener Breakpoints tab.

Hope this helps!

由strafy于修改