Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

I want to remove "view pocket list" from the top of my bookmarks.

  • 5 답장
  • 9 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

This is a link that takes me to Pocket web site that appears the top of my bookmarks under "Show all bookmarks". When I click on it there is no option to remove this bookmark. I did not install Pocket. I looked at it and I am not interested. I do not want to give up valuable real estate at the top of bookmarks.

I have read many posts and the help page of how to remove it from the toolbar is not relevant (it is not there). I also tried disabling pocket in about:config by toggling to values to false. Nothing helped. It uses up a lot of space and very prominent, I find it very annoying and would like to remove it.

This is a link that takes me to Pocket web site that appears the top of my bookmarks under "Show all bookmarks". When I click on it there is no option to remove this bookmark. I did not install Pocket. I looked at it and I am not interested. I do not want to give up valuable real estate at the top of bookmarks. I have read many posts and the help page of how to remove it from the toolbar is not relevant (it is not there). I also tried disabling pocket in about:config by toggling to values to false. Nothing helped. It uses up a lot of space and very prominent, I find it very annoying and would like to remove it.

선택된 해결법

If browser.pocket.enabled is set to false on the about:config page then you will have to undo this and set the pref to true to make the Pocket button reappear. Make sure that the Pocket button is positioned on the Navigation Toolbar, so you can right-click this toolbar button and use "Remove from Toolbar" to disable Pocket properly.

You can right-click the Pocket button (Save to Pocket) and click "Remove from Toolbar" or "Remove from Menu" to disable Pocket and move the Pocket button to the Customize palette. That will remove the "View Pocket List" entries in the Bookmarks menu. This only works if browser.pocket.enabled = true When you have moved the Pocket button to the Customize palette and the pocket items in the Bookmarks Menu are hidden then you can disable Pocket and modify these prefs and close and restart Firefox.

  • browser.pocket.enabled = false
  • browser.pocket.api (clear value)
  • browser.pocket.site (clear value)
문맥에 따라 이 답변을 읽어주세요 👍 4

모든 댓글 (5)

more options

Here is the image to illustrate what I am talking about.

more options

What normally happens is, if you right-click the pocket button on the toolbar and use Remove from Toolbar, Firefox also removes it from the Bookmarks Menu. They are tied together in some way.

If you do not have the pocket button anywhere, you may need to start by re-enabling it in about:config, then finding the button using the Customize feature (Customize Firefox controls, buttons and toolbars), and moving it to the toolbar and THEN removing it from the toolbar.

If that doesn't work, there might be an add-on or custom style rule that can take care of hiding the unwanted entries. (I haven't done a search yet.)

more options

선택된 해결법

If browser.pocket.enabled is set to false on the about:config page then you will have to undo this and set the pref to true to make the Pocket button reappear. Make sure that the Pocket button is positioned on the Navigation Toolbar, so you can right-click this toolbar button and use "Remove from Toolbar" to disable Pocket properly.

You can right-click the Pocket button (Save to Pocket) and click "Remove from Toolbar" or "Remove from Menu" to disable Pocket and move the Pocket button to the Customize palette. That will remove the "View Pocket List" entries in the Bookmarks menu. This only works if browser.pocket.enabled = true When you have moved the Pocket button to the Customize palette and the pocket items in the Bookmarks Menu are hidden then you can disable Pocket and modify these prefs and close and restart Firefox.

  • browser.pocket.enabled = false
  • browser.pocket.api (clear value)
  • browser.pocket.site (clear value)
more options

thank you.

turns out I had another firefox window open and that about:config reset to true did not take effect until closed all windows and restarted.

then it re-appeared on the navigateion bar, i was able to remove it, and then disable in about:config.

thank you!

what a horrible way to introduce a feature by forcing it to be so invasive. certainly left a bad taste.

글쓴이 oturk 수정일시

more options

The reason behind this is to make it possible to disable Pocket without having to disable this feature via a (hidden) pref on the about:config page. If you disable the pref then only the button is hidden, but is still on the toolbar and in the DOM. The Pocket startup code checks if the button is in the Customize palette to decide whether to disable Pocket properly and not initialize the items in the bookmarks menu.