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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Underlined letters

  • 4 个回答
  • 0 人有此问题
  • 41 次查看
  • 最后回复者为 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于修改