Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
GoogleMonkeyR
Google - Multiple columns of results, Remove "Sponsored Links", Number results, Auto-load more results, Remove web search dialogues, Open external links in a new tab, self updating and all configurable from a simple user dialogue.
Welcome to GoogleMonkeyR :: v1.0.6
Features
- Allows you to select 1,2,3 and 4 columns of Google results. You can now use more of your screen space with less scrolling (based on the original concept of Two Column Google by Jeffrey Sharkey)
- A background hue to your search results. Now configurable from the user dialoge with a simple color picker! glooble
- Remove the Google "Sponsored Links". Like you need Google telling you where to buy stuff!
- Result numbering. When looking at loads of results you can use this feature to quickly identify where you are and what relevance they may have (especially useful when we come to Auto-loading more results!)
- Auto-load more results. Seen else where on userscripts.org. This version of the scripts code has been streamlined to allow almost seamless result fetching when you approach the bottom of the screen. Never have to load the next page by hand! (based on the Definitive Google Auto Pager by Paweł Kubisz)
- Remove the web search dialogues from your Google pages. If you use the Google Toolbar for Firefox why waste your valuable screen space when you can hide the extraneous elements away.
- Make external Google links open in a new window/tab. Now this is configurable in your Google preferences but not with the distinction between when your searching and when your using iGoogle. Well now you can!
- Disable Google tracking your search results. Every time you click a link in your search results, the click gets reported back to Google for their statisticians to ponder over. If you are signed in to a Google account this click will be recorded in your search history. This function allows you to disable this reporting to Google completely or add an extra "Trackless" link to each of your search results
And all of this can be configured through one simple screen.
- Simply click on the GoogleMonkeyR link at the top right of the page and pick your preferences.
The original idea/concept for this wonderful preferences screen came from the Rllmuk User Ignore List script written by Jonathan Buchanan (his web site). Reading his code made me stop and look at how i wrote my own code... and then think about going back to school. Hats off!
New in v1.0.6 - 19 Apr 2008
- Bug fix: Corrected the display of the preferences screen in Firefox 3
- Bug fix: Corrected the removal of web search dialogs (after an update on google)
- Bug fix: Natural numbering of 2nd, 3rd, 4th... pages of results.
Thanks to theMoJo for the natural numbering sample code!
For a full history of changes click here
as ever... If you notice any problems with the script or want a feature, please leave a comment
Has this script changed your life? Then feel free to add to the programming/beer fund! 
|
|
What a wonderfully imaginative, useful script! One of the best! Thanks very much! |
|
|
oh! and also maybe make the numbers have some symbols on them... like.. "#23." or "23.-" That way when you are search-typing it won't get caught by other numbers in the page. The only thing needed is, for the number, to be a link and have some symbols. It's not needed to add any other additional function to search the number because all of this is already implemented in firefox. |
|
|
Thank you for this wonderful script! I have an improvement idea, maybe it could be possible to make the numbers of the results to be also a link to the page? This way, I can use the built-in search-as-you-type functionality ... it would be very neat if typing "23 -ENTER-" opened the result number 23 without needing to use the mouse at all. |
|
|
Hi mungushume I would like to say thank for this great script.
Bye |
|
|
Very Good Script but for now I will still use the CustomizeGoogle extension for FF. The reason is, your script hasn't the "Auto-load more results" implemented for IMAGES results.
|
|
|
To start off, I thank you for making such a great script. Second, I would like to point out a fairly simple change I made to your code just now. in the build Result Table function, I changed if(hue.length==0) { hue = "#FFFFFF"; }
to if(hue.length==0) { hue = "transparent"; }
This may seem to have little effect initially, but the reason for changing this was so that this script would not conflict with the Google Stylish theme "dark blue redesign (vC)" [http://userstyles.org/styles/843]. Additionally, when I think of "No Color," I think of transparency [as opposed to white :) ] You may or may not choose to incorporate this "fix" of sorts. At first I simply broke the flooble functionality and changed
But felt that was too rash, and changed the script as described above. Additionally, I resized the result bubbles to have a margin-top and margin-bottom of "0em" . Perhaps this could be a UserScript command? All in all, it was amusing to look through the code, if only for a couple of minutes. |
|
|
@theMoJo
|
|
|
I really like your script. I made a little change to it, maybe you want to add it to your version.
In the buildResultTable function I added to the if(div)-block this line to determine the first result Number :
this.firstStart = document.evaluate ("//table[@class='t bt']//b", document, null,XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.innerHTML;
and in resultsToTable-function I changed in the if(this.numResults)-block the calculation of the result number to:
"" + (i + this.startNumber + parseInt(this.firstStart)) + " " I have tested it with the German and English version of Google and couldn't find any problems. |
|
|
@Santiago Riveros
|
|
|
when i click on the googlemonkeyr link to open the preferences windows, only half of it appears on screen, cant make any changes. I'm running firefox v3b3 |
|
|
Very nice script.
|
|
|
Awesome script, just one tip: Apparently the reloaded results(10+) don't come up with the site thumbnails provided by Better Search. It's something minor that could be improved. Kudos on the great job. |
|
|
@bobielawlintine
|
|
|
First, great script (pref dialog is v nice implementation). Second, and this is totally lame request but, any way to insert a "." period after the result number? For that matter, de-bold the text? |
|
|
sorry my fault. conflicting scripts |
|
|
The prefrence link at the top right has dissappeared so I cant make any changes.
|
|
|
@S3bast1an
|
|
|
Great Script ...
Its not useful for me, because it widens the space between the search results, so more scrolling for me :( |
|
|
Beautiful work. Too bad it's not compatible with Advanced Google Keys (http://userscripts.org/scripts/show/5711), which is a huge productivity booster (not to mention a very popular script). An option to configure the color for the search results rounded boxes would also be nice. I'd go for something a little brighter myself, I agree with herdana - the color is a little too intrusive. |
|
|
Hey I changed the background colour of mine to #fafae6 - personally think it makes a world of difference. Check it out. Great script by the way, love it. |
|
|
Hi there! Great script. Just one little gripe though, I guess it could come down to the fact that I only just downloaded Greasemonkey and didnt know how to customize it, but the script didnt work for the www.google.com.au url. Was a little enfuriating as it didnt occur to me it was that for a little while. :P But apart from that, seems like an excellent script! Keep it up! |
|
|
The problem with the width of the page has been a constant one since the very start of this project. Basically the multiple column feature takes each of the divs of the returned results and moves it into a table cell (a td). The width of the div is determied by its contents and the fact that some lines of text/links contain the tag nobr.
Anyone who thinks they can make it better? Go to it! This is a community after all!
|
|
|
Hi, this is a really fantastic and handy script. I'm just wondering why when you select 3 columns sometimes it loads scrollbars and other times it doesnt. Would there be anyway to make sure you never get horizontal scrollbars? Apart from this issue I love the script. |
|
|
this script simply rox! but i'd love it even more if it had an option to highlight the keywords within search results. i'm not using Google toolbars or whatsoever, and i really miss that option. |
|
|
It's www.google.de |
You could comment on this script if you were logged in.

