Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Dev Tools

  • 9 respostas
  • 4 têm este problema
  • 1767 visualizações
  • Última resposta por 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
Capturas de ecrã anexadas

Solução escolhida

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.

Ler esta resposta no contexto 👍 0

Todas as respostas (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

Solução escolhida

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

Modificado por presnell2017 a

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