본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

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.