RealTao 发表于 2021-7-14 04:04:18

点右上角的三,再点书签,之后显示的最近书签怎么隐藏?

刚才一着急把最近书签删了不少,发现收藏的书签也同时减少了

xuyuehang 发表于 2021-7-14 16:14:22

目前只能修改 chromecss
https://support.mozilla.org/zh-CN/questions/1222037

RealTao 发表于 2021-7-15 08:34:43


没用啊,也重新启动了



@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* only needed once */

/* hide Recently Bookmarked */
#panelMenu_recentBookmarks,
#panelMenu_bookmarksMenu{display:none!important;}

/* hide Recent History */
#PanelUI-history label,
#appMenu_historyMenu{display:none!important;}

/* hide Recent Highlights */
#appMenu-libraryView label,
#appMenu-library-recentHighlights{display:none!important;}

/* hide recently closed tabs/windows */
#appMenuRecentlyClosedTabs,
#appMenuRecentlyClosedWindows{display:none!important;}

RealTao 发表于 2021-7-16 02:36:35

xuyuehang 发表于 2021-7-14 16:14
目前只能修改 chromecss
https://support.mozilla.org/zh-CN/questions/1222037

可以了,必须toolkit.legacyUserProfileCustomizations.stylesheets改为ture.
页: [1]
查看完整版本: 点右上角的三,再点书签,之后显示的最近书签怎么隐藏?