More about iBrowse

Tagged

Well, now isn't this nice.

I was contacted yesterday asking for permission to use my U_I for iBrowse in a port of Chimera to Hawiaan. Sweet.

And here is an update to the interface:

iBrowse-itis really a .png

And lets see... oh yeah I have created a hack for Chimera that allows one click seaching of google from the toolbar. Code follows:

HomePageDefault = "http://www.mozilla.org";

SearchPageDefault = "javascript:void(q=prompt('insert%20text%20here',''));

if(q)void(location.href='http://www.google.com/search?client=googlet&q='+escape(q))";

StartPageDefault = "about:blank";

ThrobberPageDefault = "http://www.mozilla.org";

FeedbackPageDefault = "http://www.mozilla.org/projects/chimera/";

InfoPageDefault = "http://www.mozilla.org/projects/chimera/";

Replace the contents of your WebsiteDefaults.strings, file located at Chimera -> Contents -> Resources -> WebsiteDefaults.strings with the above code and bam! Whenever you press the search icon in your toolbar a sheet is drawn asking for search terms. Enter the terms and bam! The results are displayed in your browser.