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

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

How to autoclean filter in F12

  • 1 svar
  • 0 har dette problem
  • 37 visninger
  • Seneste svar af cor-el
  • Åben

Hey,

in new version of Firefox saved on PC value of filter (devtools.netmonitor.requestfilter) in file: prefs.js. How to autoremove this value after closeing browser?

Thanks!

Hey, in new version of Firefox saved on PC value of filter (devtools.netmonitor.requestfilter) in file: prefs.js. How to autoremove this value after closeing browser? Thanks!

Alle svar (1)

You can use the plain text file user.js in the Firefox profile folder to initialize prefs on startup.

  • user_pref("devtools.netmonitor.requestfilter", "");

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 use the button in "Help -> More Troubleshooting Information" (about:support) to go to the current Firefox profile folder or use the about:profiles page (Root directory).

Stil et spørgsmål

Du skal logge ind på din konto for at svare på et indlæg. Start et nyt spørgsmål, hvis du ikke har en konto endnu.