Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Search history problem!

  • 8 trả lời
  • 5 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi jeff5656

more options

The google search toolbar has history of your previous searches in a dropdown arrow, but this is an add-on and I hear google will stop supporting it. Firefox comes with it's own search window in the upper right, but curiously, does not have a way to look at your previous searches. Am I simply not seeing it?

The google search toolbar has history of your previous searches in a dropdown arrow, but this is an add-on and I hear google will stop supporting it. Firefox comes with it's own search window in the upper right, but curiously, does not have a way to look at your previous searches. Am I simply not seeing it?

Giải pháp được chọn

Add code to userChrome.css below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


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

/* Searchbar History */
#searchbar .autocomplete-history-dropmarker {
 -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker"); 
 display: -moz-box !important;
 -moz-appearance: toolbarbutton-dropdown !important;
}
Đọc câu trả lời này trong ngữ cảnh 👍 2

Tất cả các câu trả lời (8)

more options

-> click Firefox button and click Options -> Privacy -> History section -> Firefox will: select "Use Custom Settings for History" -> REMOVE Checkmark from Permanent Private Browsing mode -> place Checkmarks on:

1) Remember my Browsing History 2) Remember Download History 3) Remember Search and Form History 4) Accept Cookies from sites -> click Exceptions... button and click "Remove All Sites" 4a) Accept Third-party Cookies -> Keep Until : select They Expire

-> REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES

-> Click OK on Options window -> Restart Firefox

Check and tell if its working.

-> When you use Clear Recent History feature, make sure NOT to select Forms and Search History

-> See these articles to know How your Search History can be Deleted

-> If you use Privacy Cleanup Softwares like CCleaner, don't select Firefox in the Applications List. They might be responsible for Deleting Firefox Session and other History Settings.

more options

Actually: What I was asking was not how to get it to remember your history. I can't see my history! Unlike the google toolbar, there is no dropdown to see what you previous searches were. Is there a way to make the FF search bar have a dropdown button like google does? It just seems stupid to have TWO search bars - one int eh upper corner and one in the lower corner.

more options

The settings i provided in my previous post are to make sure that your Next/New Searches won't be Cleared/Deleted/Forgotton.

And there are 2 Search bar places (both at the top):

1) through Address bar

2) Firefox Search bar

jeff5656: one in the upper corner and one in the lower corner. Which Lower Corner Search bar are you referring to ?? Can you attach a Screenshots of it ??

Được chỉnh sửa bởi Hasan vào

more options

See the screen shot for what I'm looking for. I just want the built-in search box in firefox to have a dropdown so I can see the list of all my previous searches. The google search bar add-on does this, but google is no longer supporting it and since my firefox has a 1.47 GB memory leak (as of this writing) I want to get rid of any addons I don't need.

Được chỉnh sửa bởi jeff5656 vào

more options

The lower one is from the Google Toolbar that is installed in your Firefox. Uninstall Google Toolbar if you don't need it.

-> Troubleshooting extensions and themes

Check and tell if its working.

more options

Yes I realize that. The question was how do I add a drop down to the FF search box so I can see a list of my previous searches? THEN I can remove the Google Toolbar.

Được chỉnh sửa bởi jeff5656 vào

more options

Giải pháp được chọn

Add code to userChrome.css below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


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

/* Searchbar History */
#searchbar .autocomplete-history-dropmarker {
 -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker"); 
 display: -moz-box !important;
 -moz-appearance: toolbarbutton-dropdown !important;
}

Được chỉnh sửa bởi cor-el vào

more options

Thank you cor-el!! You solved it. Now why on EARTH would the FF developers not have that as the default? No one except a few tech geeks would ever know how to do that themselves...