@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Change the binding on the textbox inside the searchbar in order to use my * specially crafted version that allows you to search with xpclucene. * This is for Firefox 1.5 only. */ #searchbar > .searchbar-textbox { -moz-binding: url("chrome://xpclucene/content/searchbar.xml#xpcl-searchbar-textbox"); }