How to autoclean filter in F12
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!
すべての返信 (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).
- Help -> More Troubleshooting Information -> Profile Folder/Directory:
Windows: Open Folder; Linux: Open Directory; Mac: Show in Finder - https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data