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!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Learn More

Any way to get a confirmation prompt before adding a word to the dictionary?

  • 3 odgovori
  • 1 ima to težavo
  • 1 ogled
  • Zadnji odgovor od kelemvor33

more options

It's too easy to accidentally click the "Add to Dictionary" item from the spell check dropdown. Is there any way to force a confirmation box any time I click that? "Are you sure you want to add Xxxx to the custom dictionary?

That way I wouldn't have to keep editing the thing to remove the words I put in there by mistake...

It's too easy to accidentally click the "Add to Dictionary" item from the spell check dropdown. Is there any way to force a confirmation box any time I click that? "Are you sure you want to add Xxxx to the custom dictionary? That way I wouldn't have to keep editing the thing to remove the words I put in there by mistake...

Vsi odgovori (3)

more options

Sorry, Firefox doesn't have a hidden feature for a feature such as that, and I am not aware of an add-on that would add that feature, either.

more options

The only way would be to hide this entry in the context menu with code in userChrome.css, but that way you won't be able to add new words.
You can also try to move it to a more comfortable position with the menu editor extension (don't know if that is possible).


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

#spell-add-to-dictionary { display:none!important; }
more options

The Menu Editor extension works great for this. I just dragged it down so it's under the "Delete" option. Should solve my issue.

Thanks.