删掉多余右键菜单选项后怎么把剩下的线也给删掉
firefox吧
全部回复
仅看楼主
level 12
霞叶 楼主
按修改userChrome.css的教程去掉了多余设置,但教程都没提到怎么删除线条[喷]或是直接改成去线留白也好啊
2024年01月07日 06点01分 1
level 1
有好多忘记备注了,自己一个试 不然就隐藏所有,不然你就找xxxxxx-sep 基本上这个开头是那条线的 [滑稽]
/*menupopup menuseparator{ display:none !important; }/*隐藏所有横线*/
#context-sep-navigation{display: none;} /* 4个按钮下面的横线*/
#context-sep-open{display: none;}
#context-sep-setbackground{display: none;}
#context-sep-selectall {display: none;}
#frame-sep{display: none;}
#context-sep-redo{display: none;}
#inspect-separator{display: none;}
#context-media-eme-separator{display: none;}/*隐藏检查那条横线*/
[class="textbox-contextmenu"] > menuseparator { display:none !important; }*//*隐藏地址栏右键 撤销复制横线*/
2024年01月17日 14点01分 3
1