搜尋 Mozilla 技術支援網站

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

了解更多

Underlined letters

  • 4 回覆
  • 0 有這個問題
  • 2 次檢視
  • 最近回覆由 Phantom

more options

Hello! I wanted to know if it is possible to disable the underlining of letters in the browser? As I understand it, this underlining is needed for easier page navigation, but I would still like to remove it.

Hello! I wanted to know if it is possible to disable the underlining of letters in the browser? As I understand it, this underlining is needed for easier page navigation, but I would still like to remove it.

被選擇的解決方法

No, that isn't possible. Those underlined letters are to show the access key for (context) menu items and items on built-in about pages (use the Alt+Shift modifier for the latter).

從原來的回覆中察看解決方案 👍 0

所有回覆 (4)

more options

選擇的解決方法

No, that isn't possible. Those underlined letters are to show the access key for (context) menu items and items on built-in about pages (use the Alt+Shift modifier for the latter).

more options

I believe that is possible with a file userContent.css. You have to create that file yourself and finding code may take time; I would try searching for it on the FirefoxCSS sub of Reddit.

more options

I don't think this is possible via userContent.css/userChrome.css as the underline is likely added via JavaScript and is beyond control of those CSS files (you would have to replace the underlined version with the bare version).

more options

It is possible to remove it goto about:config then in filter search for ui.key.menuAccessKey and change the value to 0 then restart the browser

由 Phantom 於 修改