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

Search 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.

Learn More

How to autoclean filter in F12

  • 1 reply
  • 0 have this problem
  • 63 views
  • Last reply by cor-el
  • Open

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!

All Replies (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).

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.