Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Setting the default for print.print_(header or footer)(option) in channel-prefs.js does not work

more options

In Linux (Firefox ESR 17.0), when setting the default for print.print_(header or footer)(option) in /opt/firefox/defaults/pref/channel-prefs.js and verifying the change in about:config does not work. When doing a print preview it doesn't show the set values. I have also tried to setting the print_(header and footer)(option) to blank. Please help.

-Sabino

In Linux (Firefox ESR 17.0), when setting the default for print.print_(header or footer)(option) in /opt/firefox/defaults/pref/channel-prefs.js and verifying the change in about:config does not work. When doing a print preview it doesn't show the set values. I have also tried to setting the print_(header and footer)(option) to blank. Please help. -Sabino

所有回覆 (6)

more options

See if it works using a user.js file?

http://kb.mozillazine.org/User.js_file

more options

I have created a user.js in my home directory (~/.mozilla/user.js) and looked at at the about:config in my browser to make sure the values are the same as in the user.js file and they match. The following is what I have in my user.js file: pref("print.print_footercenter", ""); pref("print.print_footerleft", ""); pref("print.print_footerright", ""); pref("print.print_headercenter", ""); pref("print.print_headerleft", ""); pref("print.print_headerright", "");

When I go to try to print preview, I still see the firefox default values. I also see the default setting in File > Print > Options

more options

in the user.js file please use user_pref(...); instead.

more options

I tried both user_pref and pref. Still does not show my preferences.

more options

Also the user.js file needs to be in the Firefox profile folder.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder
more options