火狐社区

标题: 点右上角的三,再点书签,之后显示的最近书签怎么隐藏? [打印本页]

作者: RealTao    时间: 2021-7-14 04:04
标题: 点右上角的三,再点书签,之后显示的最近书签怎么隐藏?
刚才一着急把最近书签删了不少,发现收藏的书签也同时减少了
作者: xuyuehang    时间: 2021-7-14 16:14
目前只能修改 chromecss
https://support.mozilla.org/zh-CN/questions/1222037
作者: RealTao    时间: 2021-7-15 08:34

没用啊,也重新启动了



@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[value="Recent History"],
#appMenu_historyMenu{display:none!important;}

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

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

作者: RealTao    时间: 2021-7-16 02:36
xuyuehang 发表于 2021-7-14 16:14
目前只能修改 chromecss
https://support.mozilla.org/zh-CN/questions/1222037

可以了,必须toolkit.legacyUserProfileCustomizations.stylesheets改为ture.




欢迎光临 火狐社区 (http://mozilla.com.cn/) Powered by Discuz! X3.1