搜索 | 用户支持

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

Learn More

Dev Tools

  • 9 个回答
  • 4 人有此问题
  • 2387 次查看
  • 最后回复者为 cor-el

more options

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). I've gone in about:config and set all variables to False, yet they reset themselves to true every time. How do I disable the DevTools. Thanks

I "upgraded to V90. since then, the URL box is highlighted red/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). I've gone in about:config and set all variables to False, yet they reset themselves to true every time. How do I disable the DevTools. Thanks
已附加屏幕截图

被采纳的解决方案

Tydranui; Thanks for replying. I restarted for about the 5th time today, Update was downloaded, and I now have version 90.0.1 and problem is resolved.

定位到答案原位置 👍 0

所有回复 (9)

more options

Do you start firefox with any command line parameter?

more options

No I did not. Just a shortcut on the desktop.

more options

选择的解决方案

Tydranui; Thanks for replying. I restarted for about the 5th time today, Update was downloaded, and I now have version 90.0.1 and problem is resolved.

more options

That was very good work. Well Done. Please flag your last post as Solved Problem as this can help others with similar problems.

more options

I have the same problem. updated to 90V restartd the problem still their.. not a computer person here just help please

more options

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

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".


You can check if 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.

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).

more options

I "upgraded to V93.0 (64-bit) since then, the URL box is highlighted pink/grey stripes. The robot head icon is now in the URL box and it says "Browser is under remote control (reason Dev Tools). And on top of that since I have upgraded up, 3 different power shell boxes pop up, one being a .exe extension not happy with this.. How do I disable the DevTools, and fix the 3 box power shell pop up? Thanks, Katherine

由presnell2017于修改

more options

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)

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

Also check if you have a user.js file in the profile folder to initialize prefs each time Firefox starts (e.g. devtools.debugger.remote-enabled => true). 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.

You can use the button on the "Help -> More Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page (Root directory).

more options