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

Cari Bantuan

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.

Pelajari Lebih Lanjut

How to autoclean filter in F12

  • 1 balas
  • 0 memiliki masalah ini
  • 63 kunjungan
  • Balasan terakhir oleh 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!

Semua Balasan (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).

Ajukan pertanyaan

Anda harus masuk ke akun Anda untuk membalas kiriman ini. Sila mulai pertanyaan baru, jika Anda belum memiliki akun.