400 the Cat Asked: 2023-08-13 10:54:19 +0800 CST2023-08-13 10:54:19 +0800 CST 2023-08-13 10:54:19 +0800 CST firefox:从右键菜单中删除“在新选项卡中打开链接” 772 如何从右键菜单中删除“在新选项卡中打开链接”? 这篇文章建议添加以下代码userChrome.css: #context_openANewTab, #context_openANewTab + menuseparator { display: none !important; } 但没有效果 firefox 1 个回答 Voted Best Answer MC10 2023-08-13T11:31:41+08:002023-08-13T11:31:41+08:00 该元素的 id 现在是context-openlinkintab。 更新userChrome.css为: #context-openlinkintab { display: none !important; }
该元素的 id 现在是
context-openlinkintab
。更新
userChrome.css
为: