搜尋 Mozilla 技術支援網站

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

Learn More

How do I disable the block image feature. I keep hitting the "B" button instead of the "V" button when downloading pictures.

  • 3 回覆
  • 4 有這個問題
  • 11 次檢視
  • 最近回覆由 cor-el

more options

I use the key board to download images. When I right click a picture the menu comes up. To download the image you hit the "V" button, BUT The "B" is right next to it. That blocks all pictures from that site. How do I disable the "B" button. I have large fingers.

I use the key board to download images. When I right click a picture the menu comes up. To download the image you hit the "V" button, BUT The "B" is right next to it. That blocks all pictures from that site. How do I disable the "B" button. I have large fingers.

所有回覆 (3)

more options

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-blockimage {display:none!important;}

more options

I'm Glad I got a Reply, BUT, I haven't the slightest idea what the person is taking about. I barely know how to turn the computer on no less enter my own string of code (or whatever I'm supposed to do at that web address). But thanks any way. I'll just have to suffer until technology catches up to my expectations - "Hello, computer load file....."- A La Start Trek.

more options

The steps I described above are a way to remove that the context menu entry to block images to prevent you from invoking it.

You can also use the Menu Editor extension to remove that menu entry.


Without the Menu Editor extension you need to create a file userChrome.css in the chrome folder in the Firefox Profile Folder and add the text that I posted above to that file.
You can access the Firefox Profile Folder via this button:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

This extension can help to make it easier to create and edit userChrome.css.