Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove/disable Firefox Developer Tools? [closed]

How remove the "Firefox Developer Tools" from Firefox 28.0? Is there a way or script or option in about:config to remove them permanently?

like image 909
user3603533 Avatar asked May 05 '14 09:05

user3603533


People also ask

How do I disable developer mode in Firefox?

Chosen Solution Hi, try: Type '''about:config''' into the address bar, press Enter, accept the warning, scroll down to '''devtools. scratchpad. enabled''' and double click on it to change 'Value' from True to False, then restart Firefox.

How do I enable Developer Tools in Firefox?

You can open the Firefox Developer Tools from the menu by selecting Tools > Web Developer > Web Developer Tools or use the keyboard shortcut Ctrl + Shift + I or F12 on Windows and Linux, or Cmd + Opt + I on macOS.


Video Answer


1 Answers

You can't remove them, because they are integrated into Firefox. Though various tools have a corresponding preference in about:config to enable/disable them.

Just search for devtools.*.enabled there and set all of the appearing options to false.

See also the thread about this in the support.mozilla.org forum.

Note: As long as the DevTools are not opened they don't use any memory.

like image 110
Sebastian Zartner Avatar answered Sep 25 '22 23:09

Sebastian Zartner