搜索 | 用户支持

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

详细了解

How can I add and remove items from the bookmarks toolbar?

  • 16 个回答
  • 7 人有此问题
  • 124 次查看
  • 最后回复者为 cor-el

more options

I want to remove items from the bookmarks toolbar and add ones that I use on a regular basis. How can I do this?

I want to remove items from the bookmarks toolbar and add ones that I use on a regular basis. How can I do this?

被采纳的解决方案

it's actually control-click - sorry for the confusion, i don't use a mac myself...

http://www.wikihow.com/Right-Click-on-a-Mac

定位到答案原位置 👍 8

所有回复 (16)

more options

hello, you can right-click (or on a a mac cmd+click) on any bookmark and remove it. also see Bookmarks Toolbar - Display your favorite websites at the top of the Firefox window.

more options

Phillipp,

Thanks for your response, but that does not work. I am using a mac and when I press command-click on the item in the bookmark toolbar it just opens up the webpage.

more options

选择的解决方案

it's actually control-click - sorry for the confusion, i don't use a mac myself...

http://www.wikihow.com/Right-Click-on-a-Mac

more options

Phillipp,

Thanks. I figured it out.

more options
more options

I would like to remove the following from my Bookmarks folder:

"Bookmarks toolbar" - "Subscribe to this page" - "Show all bookmarks"

Is this possible? I was able to remove all the other unwanted choices; additionally, I know how to change the order of the bookmarks I want.

The following post was made because this post had to be edited to reflect what I wrote. When I edited this post the following post became irrelevant.

By the way, I like this browser very much. I can live with what you do not allow to be removed; it just doesn't make any sense to me that I can remove some but not all of the unwanted items.

My computer is a PC, not a mac Thanks!

由Shabakthanai于修改

more options

Thanks!

由Shabakthanai于修改

more options

"Bookmarks toolbar" - "Subscribe to this page" - "Show all bookmarks" are menu items in the Bookmarks menu and can't be removed on Mac like is possible on other platforms because the Mac OS handles the menu bar and not Firefox.

more options

How do I remove them on a PC?

more options

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.


#subscribeToPageMenuitem,
#subscribeToPageMenupopup,
#bookmarksShowAll, #organizeBookmarksSeparator,
#bookmarksToolbarFolderMenu, #bookmarksToolbarFolderMenu+menuseparator { display:none!important; }
more options

I prefer firefox

more options

cor-el gave you instructions for Firefox.

Chrome refers to the user interface in Mozilla programs. userChrome.css is a file which can be used to modify the user interface in Mozilla programs.

more options

I prefer not to use Chrome. It is a more invasive browser than firefox. I really want to be able to remove unwanted items, but not so much that I will change browsers. Thanks for the help!

more options

I guess English isn't your native language because chrome in Firefox has nothing to do with the Google Chrome web browser or operating system! Or, are you just jerking my chain?

more options

Thanks for the input. I was not aware of anything you suggest. I have been a bit closed mind, and I have ignored reference to chrome, when it relates to computers, because of a prejudice I have against Chrome and Google.

It is a trait I do not appreciate in others, yet I find myself guilty. I am not jerking-your-chain, and I apologize.

more options

由cor-el于修改