Script Summary:
Modifies the Google homepage to imitate go.infinise.com giving the user the ability to click the Google logo or press the UP key and change the website they search (i.e. Bing, Wikipedia, Twitter and YouTube)
Version: 1.17
Copyright: 2009+, Marat Levit of mlCodes (www.mlevit.posterous.com)
License: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported; http://creativecommons.org/licenses/by-nc-sa/3.0/
Modifies the Google homepage to imitate go.infinise.com giving the user the ability to click the Google logo or press the UP key and change the website they search (i.e. Bing, Wikipedia, Twitter and YouTube)
Version: 1.17
Copyright: 2009+, Marat Levit of mlCodes (www.mlevit.posterous.com)
License: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported; http://creativecommons.org/licenses/by-nc-sa/3.0/
| Recently Updated Topics | Posts |
|---|---|
| Remember Search Term | 2 |
| Additional Sites | 4 |
| error in tutorial for curre... | 2 |
| Script not working properly... | 14 |
this script has 6 topics, 30 posts
| Review Summary | ||
|---|---|---|
| (3) | ||
| (0) | ||
| (0) | ||
| (0) | ||
| (0) | ||
this script has 3 reviews
UserVoice Forum
|
Modifies Google's homepage to create a multi search site page. Clicking on the Google logo or pressing the Up arrow key on your keyboard
will change the search site to Wikipedia. Clicking or pressing Up again will change to the next search site and so on until it once
again comes back to Google.
This allows users to simply search other sites without leaving the Google homepage. |
|
If you wish to add a new site yourself, please follow these instructions:
If you have any problems with the tutorial above, don't understand something or simply want to share something about it please don't hesitate to start a discussion. |
|
If you wish to not use any of the sites I have included in the script you may deactivate them by doing the following:
Go to either Tools > Greasemonkey > User Script Commands... or Right Click the Greasemonkey icon in the status bar > User Script Commands... and click on the search site you wish to turn off or on. The webpage will reload the menu should update to reflect these changes. If you visit this menu again you should now see "Off" instead of "On" if the search site was active and "On" instead of "Off" if the search site was inactive. |
Logo does not change on google.ru. The homepage differes to other Google homepages by using a div to display their logo by styling the div
using CSS background-image:url(/intl/en_com/images/logo_plain.png);.
As of right now, everything but the logo will change when clicking the logo; the search however will work.
| ||
| When typing into the Google search box with any one of the other search sites selected, Google's suggestions will drop down below the search box. Highlighting them using your keyboard and pressing the enter key will search for that term on the site you have selected. However, clicking the suggestion will search for that term using Google. |
| Fixed: Some coding errors.
Updated: When the user searches the search button use to receive focus as a workaround for google.com. Instead of that and due to Google's new minimalistic homepage, instead of changing focus to another object other than the search box, the focus is just removed from the search box without being given to another object on the screen. | ||
| Fixed: The below fix didn't work because I missed encasing one piece of code in a check statement. | ||
| Fixed: For users who have Google's new minimalistic homepage you would have noticed that the homepage does away with the search and I'm feeling lucky buttons. Therefore when the script tries to execute a couple of commands to change the button text it crashes. This has hopefully been fixed. Because I don't have that homepage and can't seem to get it working with a few well known workarounds I ask you not to install this upgrade (until I give it the all clear after testing) unless you are using Google's new homepage. | ||
| Fixed: Issue #26. Please refer to the issue number above for more information.
Added: Greasemonkey menu which contains options that allow the user to switch specific search sites on and off. The menu can be accessed from Tools > Greasemonkey > User Script Commands... or Right Click the Greasemonkey icon in the status bar > User Script Commands... The reason for this change is to allow users to quickly turn search sites on and off without having to modify the script code and by storing the users choice as a variable inside Firefox, these choices will remain valid when upgrading to newer versions of the script. | ||
| Fixed: Script now copies and stores the initial search button text and then reuses it when the user does a full rotation of search sites. The reason for this
is due to international Google homepages having the search button text in their home language.
Added: Bing search. Bing has been added due to a request from a user. If you wish to rearrange the order in which the sites appear in, you may edit the code and move around the five lines that create the search site. Added: Constants. I have implemented the use of constants throughout the code. This will allow for easier script modification in the future. Added: A new script license: Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported Added: More @include and @exclude pages to make sure the script works only on Google search homepages. Script no longer works on google.com/reader or any other pages. If you do find the script works on some Google pages it shouldn't please let me know in the discussion boards. Updated: "Adding a site" tutorial above. Minor changes to spelling, grammar and layout. Updated: "Deactivating a site" tutorial to match the changes made in "Adding a site" tutorial. | ||
| Fixed: Google changed its code for its Special Doodles. A different type of check was implemented to look for links around the logo that are normally associated with Google's Special Doodles. This check should now be more accurate at capturing these surrounding links. | ||
| Added: Two commented lines to the script to match the new tutorial for adding sites. No functional changes/additions. | ||
| Fixed: Pressing the ENTER key did not search the selected website on google.com. The problem has not entirely been determined
but a workaround has been created that sets the cursor focus onto the Search button before searching the selected site.
The loss of focus on the search box seems to do the trick.
Added: Pressing the UP key on the keyboard while the cursor is inside the search box will change the search site. This can only be done while the search box is empty. This is to allow the user to navigate through Google suggestions list once the have started inputting their search query. | ||
| Fixed: Issue with google.com preventing Wikipedia logo from showing up. This was due to the country specific radio buttons (search options)
not being present on google.com. The script now has a check for these search options.
Added: Higher quality GIF logos. Exact dimensions as the Google logo 276 x 110 pixels with a smaller GIF image size. | ||
| Fixed: Issue #28. Please refer to the issue number above for more information. | ||
| Fixed: Now caters for special Google Doodles. When Google displays a special Doodle (i.e. for Mothers Day, Halloween etc)
they enclose the normal logo in a link. This link disrupts the way Google Homepage Reloaded Works. This has now hopefully been fixed.
Updated: The code for adding new search sites has been updated to be more generic allowing users to easily add their own sites. A tutorial on how to do this will be up on this site soon. Added: After clicking the logo and selecting your search site, Google Homepage Reloaded will automatically set keyboard focus back onto the searchbox. Added: A way to deactivate certain search sites. | ||
| Added: Initial release. Currently with 3 search engines (Wikipedia, Twitter and YouTube). May not work properly on all Google homepages (i.e. google.ru). |





