Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

How can I customize the drop-down menu which appears when I right-click on a picture in order to save it?

  • 2 Mbohovái
  • 2 oguereko ko apañuãi
  • 2 Hecha
  • Mbohovái ipaháva haastim

more options

When I right-click on an image i order to save it from the web to my computer, the drop down menu appears. And there under the item "Save image as" goes this stupid "Send image by e-mail"! When I right-click too much, I sometimess miss and choose this "Send image..." and then another stupid e-mail "send letter" window appears. Hell, I just hate it! Please help me to delete (or permanently hide) this "Send image..." option from that drop down menu!!! Because if I do ever want to send any image by e-mail, I'll do it myself and I don't need FireFox helping me with that! Thanks a lot in adavance!!! (My FireFox version - 18.0.1)

When I right-click on an image i order to save it from the web to my computer, the drop down menu appears. And there under the item "Save image as" goes this stupid "Send image by e-mail"! When I right-click too much, I sometimess miss and choose this "Send image..." and then another stupid e-mail "send letter" window appears. Hell, I just hate it! Please help me to delete (or permanently hide) this "Send image..." option from that drop down menu!!! Because if I do ever want to send any image by e-mail, I'll do it myself and I don't need FireFox helping me with that! Thanks a lot in adavance!!! (My FireFox version - 18.0.1)

Ñemoĩporã poravopyre

You can use this extension to modify the menu.

You can also achieve this with code in the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

#context-sendimage,
#context-sendvideo,
#context-sendaudio { display:none!important; }
Emoñe’ẽ ko mbohavái ejeregua reheve 👍 1

Opaite Mbohovái (2)

more options

Ñemoĩporã poravopyre

You can use this extension to modify the menu.

You can also achieve this with code in the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

#context-sendimage,
#context-sendvideo,
#context-sendaudio { display:none!important; }
more options

Thank you so much, pal!!!