function addEngine(name,ext,cat){ if ((typeof window.sidebar == “object”) && (typeof window.sidebar.addSearchEngine == “function”)) { window.sidebar.addSearchEngine( “http://chris.geekcollective.com/”+name+”.src”, “http://chris.geekcollective.com/”+name+”.”+ext, name, cat ); } else { ; }}
I've created a Firefox search plugin to easily search the Orlando Wiki from the Firefox search toolbar. I know the icon is lame, but I'm no designer.
Advertisement