Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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

  • 3 відповіді
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від 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...

Усі відповіді (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.