Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

My firefox browser has a robot in the line and it says "Browser is under remote control (reason: DevTools)

  • 1 回覆
  • 4 有這個問題
  • 36 次檢視
  • 最近回覆由 cor-el
  • 封存

I am confused as to why my firefox browser has a robot in the line and it says "Browser is under remote control (reason: DevTools) Is this a problem? I have updated Firefox to the latest version and it did not make a difference. I'm concerned about this. Any advice?

I am confused as to why my firefox browser has a robot in the line and it says "Browser is under remote control (reason: DevTools) Is this a problem? I have updated Firefox to the latest version and it did not make a difference. I'm concerned about this. Any advice?

所有回覆 (1)

The Troubleshooting Information shows you have a user.js file.

You can hover the robot icon on the location bar and check what reason is shown in the tooltip (DevTools,Marionette,RemoteAgent). If the reason is DevTools then check on the about:config page whether these prefs have their default value (i.e. are not bold).

  • devtools.chrome.enabled (false)
  • devtools.debugger.prompt (true)
  • devtools.debugger.remote-enabled (false)

Your System Details shows that you have a user.js file in the profile folder to initialize prefs each time Firefox starts. The user.js file will only be present if you or other software has created this file and normally won't be present.

You can check its content with a text editor (right-click: "Open with"; do not double-click). The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session. You can delete the user.js file if you didn't create this file yourself.

See also: