通过 Google 快速搜索,可以发现很多网站都说要将其添加到userChrome.css
:
#go-button-stack, .search-go-button-stack {
display: none !important;
}
删除搜索栏中的放大镜,但在 Linux 上的 Iceweasel 17 和 Firefox 25 上,这不起作用。我能找到的所有网站都提到这是 Firefox 2 和 3 的解决方案,但有没有办法在最近的版本中删除这个图标?
答案1
这适用于 Firefox 25:
.search-go-button {
display: none !important;
}