搜尋 Mozilla 技術支援網站

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

Learn More

How do I disable "Set as Desktop Background" as an option in Firefox 3.6 running on Mac OSX 10.5?

  • 1 回覆
  • 25 有這個問題
  • 20 次檢視
  • 最近回覆由 cor-el

more options

I'm trying to disable the "Set as Desktop Background" option for Firefox 3.6 in a Mac OSX 10.5 environment. I have a default image that I want as the background on my desktop and I don't want it to be changed.

I'm trying to disable the "Set as Desktop Background" option for Firefox 3.6 in a Mac OSX 10.5 environment. I have a default image that I want as the background on my desktop and I don't want it to be changed.

所有回覆 (1)

more options

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#context-setDesktopBackground {display: none !important;}