搜索 | 用户支持

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

详细了解

Can't access my bookmarks in recent activity area in new tabs after I've dismissed them

  • 2 个回答
  • 1 人有此问题
  • 23 次查看
  • 最后回复者为 Muhammad

more options

In firefox new tabs settings, I wanted to check bookmarks option to see my bookmarks. so I did that and then in a new empty tab I was playing around and clicked on "dismiss" option of one of the bookmarks in the recent activity area. and now I wanted it back but I can't get it :(. I've tried removing the website from bookmarks and then adding it again but still it's not shown in the recent activity area in new tabs.

Thanks

In firefox new tabs settings, I wanted to check bookmarks option to see my bookmarks. so I did that and then in a new empty tab I was playing around and clicked on "dismiss" option of one of the bookmarks in the recent activity area. and now I wanted it back but I can't get it :(. I've tried removing the website from bookmarks and then adding it again but still it's not shown in the recent activity area in new tabs. Thanks
已附加屏幕截图

被采纳的解决方案

If you dismiss a history item then this item is added to a blocked pref on the about:config page.

Changes made manually on the Firefox Home page are stored in prefs that you can find on the about:config page.

  • browser.newtabpage.pinned => websites pinned to a tile
  • browser.newtabpage.blocked => websites removed by clicking the X (Dismiss) button in a tile

The blocked websites are stored as a hash, so you can't recognize them and you would have to clear the entire pref. If you use "Delete from History" then you do not have this problem.

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

If you dismiss a history item then this item is added to a blocked pref on the about:config page.

Changes made manually on the Firefox Home page are stored in prefs that you can find on the about:config page.

  • browser.newtabpage.pinned => websites pinned to a tile
  • browser.newtabpage.blocked => websites removed by clicking the X (Dismiss) button in a tile

The blocked websites are stored as a hash, so you can't recognize them and you would have to clear the entire pref. If you use "Delete from History" then you do not have this problem.

more options

Many thanks man!