为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

I would prefer to NOT have the Bookmark icons in the address bar.

  • 3 个回答
  • 1 人有此问题
  • 24 次查看
  • 最后回复者为 Moses

more options

I frequently edit addresses in the address bar, and having the bookmark icon and star in there only get in the way. I would prefer they were removable if not REMOVED altogether, as I can access bookmarks from the menu bar.

I frequently edit addresses in the address bar, and having the bookmark icon and star in there only get in the way. I would prefer they were removable if not REMOVED altogether, as I can access bookmarks from the menu bar.

所有回复 (3)

more options

Right click and remove As to where removed to would hope to Customize. But not sure.

Please let us know if this solved your issue or if need further assistance.

more options

I was able to remove the Star icon, but the "•••" icon and reader icon are still there. When I right mouse on both, the choice to "Remove from Toolbar" is grayed out. We're getting there, but we ain't there yet!

more options

You can remove the 3 dots (known as the Page Action menu) by adding the below to a userChrome.css file

#page-action-buttons { display: none !important; }