Google Infinise

Style Google like go.infinise.com

Copyright: Joel Calado

Syndicate content

Tested with Opera version(s): 
9.6x
10.x
Your rating: None Average: 5 (2 votes)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Change Google image

This is a great site and a great user.js.

Is it possible to change the google image to one of my choosing.  Would be great if this is possible.

Simo

Data uri images

The script uses data uri images, which are contained in the script like this:
background: url(data:image/png;base64,lots of nasty characters here);

The very first (REALLY long) one is the main logo.

You can replace the data uri with your own data uri image - you can create data uris here: http://software.hixie.ch/utilities/cgi/data/data

"Anybody who tells me I can't use a program because it's not open source, go suck on RMS." -- Linus Torvalds

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.