Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How do I get the old search box back again - follow up question

  • 2 답장
  • 1 이 문제를 만남
  • 25 보기
  • 최종 답변자: Randy

more options

I'm also noticing this green "+" sign next to the search bar - how do I get rid of that? Thanks.

I'm also noticing this green "+" sign next to the search bar - how do I get rid of that? Thanks.

모든 댓글 (2)

more options

If the website offers a search engine then you will notice a green plus next to the search engine icon and an "Add..." item in the search engine menu that opens if you click this button.

See my post here:


userChrome.css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.searchbar-search-button {
  list-style-image: url("chrome://browser/skin/search-indicator.png") !important;
}

If you want to revert changes made to the search bar and have the standalone search engine manager window then you can toggle this pref to false with a middle-click on the about:config page.

  • browser.search.showOneOffButtons = false

Close and restart Firefox to make the change effective.

more options

Hello -

Thank you very much for your reply and assistance.

Randy