|
阅读:1778回复:3
[扩展] Show Keyword(恢复添加书签时的编辑关键字功能)
Show Keyword
Firefox 在ctrl+D 添加当前页面为书签的时候,取消了编辑关键字的功能,就不能直接为书签添加关键字了,添加好书签后右键选择编辑还是可以新增关键字。 这个扩展可以恢复此项功能。 |
|
|
|
1楼#
发布于:2014-08-26 19:16
CSS 不可以吗?
/* 添加书签时显示所有隐藏的 */
#editBMPanel_locationRow, /* 网址 */
#editBMPanel_feedLocationRow, /* 消息来源网址 */
#editBMPanel_siteLocationRow, /* 网站网址 */
#editBMPanel_keywordRow, /* 关键字 */
#editBMPanel_descriptionRow /* 说明 */ {
visibility:visible;
-moz-box-align:center;
} |
|
|
2楼#
发布于:2014-08-26 19:19
一直在用starClickMod.uc.js,才发现火狐取消了编辑关键字功能
|
|
|
3楼#
发布于:2014-08-27 11:20
一直用 Add Bookmark Here ² 扩展,也没发觉。
|
|