Evil Google Logo2

By zomato Last update Jan 30, 2006 — Installed 2,364 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 5 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Simon 1 Scriptwright

... some of the time.

 
Simon 1 Scriptwright

I changed your XPath slightly. I find this works better ;)

var logo = document.evaluate("//img[contains(@src,'/logos/')]", document, null, 0, null).iterateNext();

 
Trent The Thief User

In the Document.Evaluate statement, after

//img[@alt='Go to Google Home']

Add this for Google News:

| //img[@alt='']

Add this for Gmail:

| //img[@alt='Gmail']

If you're using one of the scripts to secure Gmail, don't forget to add https//*.google.*/* to make it work on the secure gmail pages.

 
LouCypher Scriptwright

I just changed the height and width in the original script to 148 and 200 to get the smaller logo ;)

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel