搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

how can I see all the searches I have made in the search bar?

  • 8 个回答
  • 1 人有此问题
  • 16 次查看
  • 最后回复者为 cor-el

more options

Hi, I have found info. on how to delete searches etc, but not how to view all previous searches I have made from the search bar.. I would appreciate any help, Thanks rmhc.

Hi, I have found info. on how to delete searches etc, but not how to view all previous searches I have made from the search bar.. I would appreciate any help, Thanks rmhc.

所有回复 (8)

more options

You can add code to the userChrome.css file below the default @namespace line to have a drop marker on the search bar just like you have at the at the right end of the location bar.


@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;
}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • Paste the code in the userChrome.css file in the editor window
  • Make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

由cor-el于修改

more options

Hi Cor-el, I have created a 'chrome' folder in the <xxxxxxxx>.default profile folder, but I am unable to proceed. I cannot create the <userChrome.css> file in the <chrome> folder, for some reason. This all seems rather complicated to me! Tell your buddies to include the dropdown in the search bar window. I hope you can help me, Richard.

more options

Create userChrome.css file with a text editor. Do not use a word processor.

more options

Hi finitarry, I was using Notepad and could not get it to work, I must have been doing something dumb I guess. What I am trying to do is put a dropdown on the Search Bar. Can you help, Thanks rmhc.

more options

Can you post the content of the userChrome.css file?

Did you verify that it is a CSS file and not a TEXT file with a hidden .txt file extension?

more options

Hi cor-el, I created the <chrome> folder in <xxxxxxxx default> and the 'userChrome.css' file is in 'chrome' but there is nothing in it. I also installed 'chromEdit Plus' and it also shows 'userChrome.css' to be empty. Stick with me and we will get it! Richard.

more options

If you have ChromEdit Plus, you can paste the content recommended by cor-el into the userChrome.css file with that extension.

more options

Make sure that the userChrome.css file is saved as a plain text file and not formatted like a rich text document.