Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
i dont get it can some1 help? how do i use this script? |
|
|
Yeah. The only difference is your site is slow and has these obnoxious and irrelevant 'your advertisement here' spaces on it and installing this little script is a lot easier. Why don't you get a life and stop spamming. |
|
|
ok...got it to work now....but can you make it work on the google firefox start page?? |
|
|
Question answered(just go to the main google site{google.com}) |
|
|
It does not work on listed sites(they don't exist). So do you just go to google.com? |
|
|
Excellent, works exactly as stated. Nice and simple to use :) |
|
|
This is B.S. ....Can't get it to work at all!!!! |
|
|
Hi, this is a great script!
|
|
|
btw.. could you edit it so it wil also work on the google images logo?? |
|
|
verry funny script! |
|
|
Thanks simon!
|
|
|
Congratulations Carlos.
way to go Carlos :) |
|
|
It's 621 KB now (from 954 KB). Thanks : ) |
|
|
hahahahaha great :D |
|
|
Neat script. You might think about adding a few more @includes. For instance, when I click "classic home" from the personalized homepage, it sends me to http://www.google.com/webhp, which isn't included currently. |
|
|
This is brilliant, thank you. |
|
|
Page ate the last one up! Here's the code from Google.ie. Its also the same for Google.es and might have something to do with multiple languages available on both pages (Ireland has English and Irish and Spain has CatalĂ , galego and euskara). div align=left style="background:url(/intl/en_com/images/logo_plain.png) no-repeat;height:110px;width:276px" title="Google" |
|
|
works for google.de
|
|
|
Seems that on the Google Ireland page (and maybe other localisations) the google logo is a div background image that the script doesn't pick up with the "if (imglist[i].getAttribute("alt")=="Google")". Here is the code for the logo on the localised page:
Can the script be modified to include this? |
|
|
Can't get this to work on google.ie. It will work on google.com for me. |
|
|
Also please use base-64 encoding for image data:URI to reduce the script size (currently 954 KB!) |
|
|
very cool! but no ! @ # $ etc. try "Yahoo!" |
|
|
Cool Script |
|
|
I love it :D Oh, BTW, you can set the default value like this: var t = GM_getValue('title', 'Google');
var c = GM_getValue('color', '123142');and remove these lines if (typeof t == "undefined") t = "Google"; if (typeof c == "undefined") c = "123142"; |