<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on GoogleMonkeyR | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/9310</link>
    <description>Recent comments on userscript: GoogleMonkeyR</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>How to disable vertical outlining of search results in column view?, replied by Cerberus&#8482;</title>
      <description>&lt;p&gt;Thanks for your quick reply! If it was a lot of work to implement, I understand why you chose this layout. By the way, there also is the &quot;Multi-Column Google Search&quot; script, which does have two columns without the spacing issue; but it does not have all the other cool features and neat look of tha Monkey. Here it is; unfortunately I don't understand much of CSS scripting so I can't point out what exactly is the line or lines that does it:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;// ==UserScript==
&lt;br /&gt;// @name          Multi-Column Google Search
&lt;br /&gt;// @namespace     http://userstyles.org
&lt;br /&gt;// @description	  NEW version : http://userstyles.org/styles/647
&lt;br /&gt;// @author        pawelkl
&lt;br /&gt;// @homepage      http://userstyles.org/styles/3730
&lt;br /&gt;// @include       http://google.com/search*
&lt;br /&gt;// @include       http://google.pl/search*
&lt;br /&gt;// @include       http://www.google.com/search*
&lt;br /&gt;// @include       http://www.google.pl/search*
&lt;br /&gt;// ==/UserScript==&lt;/p&gt;

&lt;p&gt;(function() {
&lt;br /&gt;var css = &quot;@namespace url(http://www.w3.org/1999/xhtml); div[id=res]{ /* Replace this with next line if you want exact number of columns */ -moz-column-count: 2; /*-moz-column-width: 500px !important;*/ -moz-column-gap: 10px !important; } div[id=navbar][class=n]{ bottom: 2px !important; padding: 1em !important; border: 1px solid #f00 !important; position: fixed !important; background: white !important; } table[border=\&quot;0\&quot;][cellpadding=\&quot;2\&quot;][cellspacing=\&quot;0\&quot;][width=\&quot;100%\&quot;],font[size=\&quot;-1\&quot;][class=p],br {display:none !important;} h2[class=r],span[class=a] {display:block !important;}&quot;;
&lt;br /&gt;if (typeof GM_addStyle != &quot;undefined&quot;) {
&lt;br /&gt;	GM_addStyle(css);
&lt;br /&gt;} else if (typeof addStyle != &quot;undefined&quot;) {
&lt;br /&gt;	addStyle(css);
&lt;br /&gt;} else {
&lt;br /&gt;	var heads = document.getElementsByTagName(&quot;head&quot;);
&lt;br /&gt;	if (heads.length &gt; 0) {
&lt;br /&gt;		var node = document.createElement(&quot;style&quot;);
&lt;br /&gt;		node.type = &quot;text/css&quot;;
&lt;br /&gt;		node.appendChild(document.createTextNode(css));
&lt;br /&gt;		heads[0].appendChild(node); 
&lt;br /&gt;	}
&lt;br /&gt;}
&lt;br /&gt;})();
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 01:44:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38675:189682</guid>
      <author>Cerberus&#8482;</author>
      <link>http://userscripts.org/posts/189682</link>
    </item>
    <item>
      <title>non-Firefox support?, replied by gehav</title>
      <description>&lt;p&gt;Thanks a lot, mungushume! I just followed your instructions and now I can use your nice script not only in my Firefox installation but also in Opera!&lt;/p&gt;

&lt;p&gt;Of course it would be nice if you change your mind and could provide possible future updates for Opera also :-)&lt;/p&gt;</description>
      <pubDate>Sun, 08 Nov 2009 20:31:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34498:188414</guid>
      <author>gehav</author>
      <link>http://userscripts.org/posts/188414</link>
    </item>
    <item>
      <title>Column width, replied by mungushume</title>
      <description>&lt;p&gt;@Cerberus&#8482;
&lt;br /&gt;Not really sure what you're getting at here but line 465 implements the css code that determines how the results are displayed (up to a point). Playing with the values in here may get you what you want?!
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:11:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37082:186735</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/186735</link>
    </item>
    <item>
      <title>How to disable vertical outlining of search results in column view?, replied by mungushume</title>
      <description>&lt;p&gt;@Cerberus&#8482;
&lt;br /&gt;Results are loaded into a table hence the spacing they get I.E. tallest cell denotes row height.
&lt;br /&gt;No getting around this easily
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:06:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38675:186732</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/186732</link>
    </item>
    <item>
      <title>non-Firefox support?, replied by mungushume</title>
      <description>&lt;p&gt;@auscompgeek 
&lt;br /&gt;It works fine for me on aagmfunctions.js v1.3.1 and opera v10.01&lt;/p&gt;

&lt;p&gt;I guess it could be other scripts interfering or something else entirely. I don't really use opera so wouldn't know where to start looking on a user specific bug. i suggest you look at the error console and the developer plugin to track this problem down further.
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2009 19:04:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34498:186731</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/186731</link>
    </item>
    <item>
      <title>non-Firefox support?, replied by auscompgeek</title>
      <description>&lt;p&gt;Err... yeah, clicking on the GoogleMonkeyR preferences link just greys out the page...&lt;/p&gt;</description>
      <pubDate>Mon, 02 Nov 2009 03:40:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34498:185942</guid>
      <author>auscompgeek</author>
      <link>http://userscripts.org/posts/185942</link>
    </item>
    <item>
      <title>How to disable vertical outlining of search results in column view?, replied by Cerberus&#8482;</title>
      <description>&lt;p&gt;Brilliant script!
&lt;br /&gt;Q: I have my GoogleMonkey set to columns, and search results like this:
&lt;br /&gt;1  6
&lt;br /&gt;2  7
&lt;br /&gt;3  8
&lt;br /&gt;4  9
&lt;br /&gt;5  10
&lt;br /&gt;The results are vertically outlined: 1 and 5 start at the same hight, as do 2 and 6, et cetera. But when 1 is taller than 5, some space will be empty between 5 and 6 (see screenshot for extreme example of the space-wasting effect). Is there a way to disable vertical outlining? How could I edit the script to do it?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://img97.imageshack.us/i/googlemonkeycolumns.jpg/&quot;&gt;&lt;img src=&quot;http://img97.imageshack.us/img97/4618/googlemonkeycolumns.th.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 01 Nov 2009 16:04:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:38675:185821</guid>
      <author>Cerberus&#8482;</author>
      <link>http://userscripts.org/posts/185821</link>
    </item>
    <item>
      <title>Privacy is an inherent human right!, replied by Cerberus&#8482;</title>
      <description>&lt;p&gt;I wonder why people use this Google toolbar at all. Using a bookmark with keyword is much better - unless I missed some advantage.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Nov 2009 15:43:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37004:185813</guid>
      <author>Cerberus&#8482;</author>
      <link>http://userscripts.org/posts/185813</link>
    </item>
    <item>
      <title>Column width, replied by Cerberus&#8482;</title>
      <description>&lt;p&gt;This is the best script for Google, and I've tried a lot.
&lt;br /&gt;Q: I'd like the search results to be a bit wider to save screen real estate: can I edit the script to accomplish that? I have tried changing getnumcol values a bit but it made no difference. This might however be due to interference with other scripts.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Nov 2009 15:40:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37082:185812</guid>
      <author>Cerberus&#8482;</author>
      <link>http://userscripts.org/posts/185812</link>
    </item>
    <item>
      <title>Column width, replied by mungushume</title>
      <description>&lt;p&gt;@albo
&lt;br /&gt;Change line 460 of the script from &lt;code&gt;if(UIL.Config.getNumCol()&amp;lt;5)&lt;/code&gt; to &lt;code&gt;if(UIL.Config.getNumCol()&amp;gt;1)&lt;/code&gt;
&lt;br /&gt;That should give you the required result width
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 17:08:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37082:178543</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/178543</link>
    </item>
    <item>
      <title>Privacy is an inherent human right!, replied by mungushume</title>
      <description>&lt;p&gt;What you're redirecting is an asynchronous call from the google toolbar to the loop back device.
&lt;br /&gt;How exactly would this slow down a page load in FF? It has nothing to do with the load time of the DOM and/or content.
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 17:01:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37004:178539</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/178539</link>
    </item>
    <item>
      <title>non-Firefox support?, replied by mungushume</title>
      <description>&lt;p&gt;@auscompgeek 
&lt;br /&gt;There a quite a few things that were causing it to fail, auto update code being part of it
&lt;br /&gt;Check out the file comparison to see what the others are&lt;/p&gt;

&lt;p&gt;aagmfunctions.js gives access to all the necessary GM_ functions. Why would i need to define them? You can change the defaults in the script.&lt;/p&gt;

&lt;p&gt;preferences dialogue failing???
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 16:56:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34498:178537</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/178537</link>
    </item>
    <item>
      <title>Privacy is an inherent human right!, replied by auscompgeek</title>
      <description>&lt;p&gt;Some people run a web host on the loopback interface, and redirecting queries to the httpd running on the loopback interface would cause pages to load slower...
&lt;br /&gt;Use an invalid IP such as 255.255.255.0 as the IP to redirect to instead.
&lt;br /&gt;Firefox will detect the IP as invalid and won't try to load anything!&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 04:21:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37004:178402</guid>
      <author>auscompgeek</author>
      <link>http://userscripts.org/posts/178402</link>
    </item>
    <item>
      <title>non-Firefox support?, replied by auscompgeek</title>
      <description>&lt;p&gt;Ah, so the auto-update code was causing it to fail...&lt;/p&gt;

&lt;p&gt;I already had aagmfunctions.js installed...&lt;/p&gt;

&lt;p&gt;Could you define GM_... functions if they don't exist please? Add sensible defaults please (2 columns, number results, remove click tracking, auto load(?)...)&lt;/p&gt;

&lt;p&gt;Wait a minute... the preferences dialog is failing...&lt;/p&gt;</description>
      <pubDate>Mon, 12 Oct 2009 04:12:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34498:178399</guid>
      <author>auscompgeek</author>
      <link>http://userscripts.org/posts/178399</link>
    </item>
    <item>
      <title>Column width, replied by albo</title>
      <description>&lt;p&gt;Hi There,&lt;/p&gt;

&lt;p&gt;Would it be possible to add a setting to retain the original google results column width?  When in one column mode, googlemonkeyr stretches the column width out, which makes the results more difficult to run down with your eyes.&lt;/p&gt;

&lt;p&gt;thanks!&lt;/p&gt;</description>
      <pubDate>Sun, 11 Oct 2009 21:25:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37082:178311</guid>
      <author>albo</author>
      <link>http://userscripts.org/posts/178311</link>
    </item>
    <item>
      <title>Some Features not working anymore, replied by gauravbaadshah</title>
      <description>&lt;p&gt;Hi
&lt;br /&gt;Thanx for the update.
&lt;br /&gt;However, the preferences reset again every time I visit the Google search page after a browser restart.&lt;/p&gt;</description>
      <pubDate>Sun, 11 Oct 2009 08:36:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:35956:178179</guid>
      <author>gauravbaadshah</author>
      <link>http://userscripts.org/posts/178179</link>
    </item>
    <item>
      <title>Privacy is an inherent human right!, replied by mungushume</title>
      <description>&lt;p&gt;&lt;h3&gt;Privacy is an inherent human right! Keep it!&lt;/h3&gt;
&lt;br /&gt;The Google toolbar reports every page you visit back to &lt;a href=&quot;http://toolbarqueries.google.tld&quot;&gt;http://toolbarqueries.google.tld&lt;/a&gt; where tld is is your google localisation i.e. in England it is co.uk
&lt;br /&gt;The Windows operating system contains a file called 'hosts' that will force redirection of domain names
&lt;br /&gt;The ip address 127.0.0.1 is called a loopback address and points to your own machine&lt;/p&gt;

&lt;p&gt;This means that if in your hosts file you specify that toolbarqueries.google.tld should point to 127.0.0.1 the information which would report back to google gets sent no where&lt;/p&gt;

&lt;p&gt;&lt;h4&gt;Here are some instructions on how to modify your hosts file&lt;/h4&gt;&lt;/p&gt;

&lt;p&gt;Open the hosts file
&lt;br /&gt;1, Go to the Start menu and choose Run. Type the following in the Run dialogue box:
&lt;br /&gt;  For Windows NT and 2000: C:\winnt\system32\drivers\etc
&lt;br /&gt;  For Windows XP / VISTA: C:\windows\system32\drivers\etc
&lt;br /&gt;  
&lt;br /&gt;2, Click the OK button&lt;/p&gt;

&lt;p&gt;3, Find the file called 'Hosts' and double&#8211;click it. If prompted, specify that you would like to choose a program to open the file with from a list of programs. Choose 'Notepad' from the list of available programs.&lt;/p&gt;

&lt;p&gt;4, Add the following lines to the hosts file&lt;/p&gt;

&lt;p&gt;127.0.0.1	toolbarqueries.google.com
&lt;br /&gt;127.0.0.1	toolbarqueries.google.co.uk&lt;/p&gt;

&lt;p&gt;if you use a different localisation then add that as well, save the file and restart your browser&lt;/p&gt;

&lt;p&gt;&lt;h3&gt;Privacy is an inherent human right! Keep it!&lt;/h3&gt;&lt;/p&gt;

&lt;p&gt;Feel free to add your own comments&lt;/p&gt;</description>
      <pubDate>Sat, 10 Oct 2009 13:38:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:37004:177964</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/177964</link>
    </item>
    <item>
      <title>Version 1.3 will not work with google.co.uk, replied by Crisoco44</title>
      <description>&lt;p&gt;I have installed 1.3.1 but have to report that the same issue arises.
&lt;br /&gt;I always thought that my machine was reasonably powerful! It is certainly well above the average users specification.
&lt;br /&gt;Always seems to freeze when hitting the search button after entering a search word. There may be other factors involved but I do not know what they are.
&lt;br /&gt;Back to 1.2 again I am afraid for the timebeing.
&lt;br /&gt;I perhaps could try it with a very basic profile which I have set up. Later when I have time I will give this a try and report back.
&lt;br /&gt;Thank you for trying to sort it out.&lt;/p&gt;

&lt;p&gt;---------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;EDIT: I have checked out a basic Firefox profile with just GoogleMonkeyR installed and it works fine.
&lt;br /&gt;There is some inconsistency when the Google Filter Color script is enabled so it is not conclusive that this is causing the issue.
&lt;br /&gt;I was unable to determine what add-ons or scripts may have been causing this issue.&lt;/p&gt;

&lt;p&gt;THIS IS MY WORKAROUND: 1.3.0 or 1.3.1
&lt;br /&gt;I have done away with the Google home page and I now load Google using Tab Mix Plus in a new tab with this address  ......
&lt;br /&gt;&lt;a href=&quot;http://www.google.co.uk/search?hl=en&amp;amp;q=+&amp;amp;btnG=Search&amp;amp;meta&quot;&gt;http://www.google.co.uk/search?hl=en&amp;amp;q=+&amp;amp;btnG=S...&lt;/a&gt;=
&lt;br /&gt;This simply loads Google to a page with just the &quot;search&quot; box which has a space in the search box but without the &quot;I'm Feeling Lucky&quot; box.
&lt;br /&gt;Typing a search word after the space loads that search as normal with GoogleMonkeyR loaded. It also has none of the freezing that occurs when loading &lt;a href=&quot;http://www.google.co.uk&quot;&gt;http://www.google.co.uk&lt;/a&gt;
&lt;br /&gt;The only disadvantage of course is that you lose the drop down search options as you type the word in the search box.
&lt;br /&gt;This also allows me to have the script Google Filter Color enabled so that I can also change the page background color as well as the results background color.&lt;/p&gt;

&lt;p&gt;---------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;EDIT 16-Oct-09&lt;/p&gt;

&lt;p&gt;I have found that the above link with GoogleMonkeyR loaded causes Google Maps to freeze so if you are using this workaround it is necessary to directly open Maps with the following direct link and not use the button in the top left corner of the Google page .....
&lt;br /&gt;&lt;a href=&quot;http://maps.google.co.uk/maps&quot;&gt;http://maps.google.co.uk/maps&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Regards,
&lt;br /&gt;David&lt;/p&gt;</description>
      <pubDate>Sat, 10 Oct 2009 12:51:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36908:177960</guid>
      <author>Crisoco44</author>
      <link>http://userscripts.org/posts/177960</link>
    </item>
    <item>
      <title>Version 1.3 will not work with google.co.uk, replied by mungushume</title>
      <description>&lt;p&gt;@Crisoco44
&lt;br /&gt;After doing a little more testing i've identified an infinite loop that occurs with /webhp? home pages. I'm guessing the machine you're using is not the most powerful?! The loop is buffered with a delay of 100ms so most machines would cope fine. An updated version of the script can be found at the link below. Could you please install this and report your results?
&lt;br /&gt;Cheers
&lt;br /&gt;mh&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://google.monkeyr.com/ff/script/1.3.1/googlemonkeyr.user.js&quot;&gt;http://google.monkeyr.com/ff/script/1.3.1/googl...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Oct 2009 11:42:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36908:177945</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/177945</link>
    </item>
    <item>
      <title>Version 1.3 will not work with google.co.uk, replied by Crisoco44</title>
      <description>&lt;p&gt;Hello mungushume.&lt;/p&gt;

&lt;p&gt;Here are my results .......&lt;/p&gt;

&lt;p&gt;Please answer the following
&lt;br /&gt;1, are you logged into a google account?
&lt;br /&gt;    NO
&lt;br /&gt;2, do you have the google toolbar installed (not the ff built in search, the addon)?
&lt;br /&gt;    NO Google Toolbar Installed.
&lt;br /&gt;3, version of ff?
&lt;br /&gt;    3.5.3&lt;/p&gt;

&lt;p&gt;So the problem is you can't actually type into the search dialogue???
&lt;br /&gt;    NO! I CAN TYPE IN THE SEARCH BOX. IT WILL NOT PRODUCE RESULTS.
&lt;br /&gt;Very odd
&lt;br /&gt;1, load the page which is causing the problem
&lt;br /&gt;2, right click the GreaseMonkey icon at the bottom right of your browser. Left click GoogleMonkeyR to remove the tick next to it.
&lt;br /&gt;3, repeat step 2 for all other scripts that are trying to run on that url.
&lt;br /&gt;4, Refresh the page and see if the problem still exists.
&lt;br /&gt;5, If it works ok. re-enable GoogleMonkeyR and try again.
&lt;br /&gt;6, post results&lt;/p&gt;

&lt;p&gt;DISABLING the script &#8220;Google Search &#8211; un-S-U-P-E-R-sized&#8221; clears the problem with GoogleMonkeyR enabled.&lt;/p&gt;

&lt;p&gt;DISABLING &#8220;GoogleMonkeyR&#8221; and leaving &#8220;Google Search &#8211; un-S-U-P-E-R-sized&#8221; enabled also clears the problem.&lt;/p&gt;

&lt;p&gt;The problem seems to be some incompatibility between the scripts &#8220;GoogleMonkeyR&#8221; version 1.3 only  and &#8220;Google Search &#8211; un-S-U-P-E-R-sized&#8221;.&lt;/p&gt;

&lt;p&gt;Incidentally it is very odd that when I hit &quot;search&quot; after entering a search word nothing happens but pressing F5 to refresh the page actually produces results for that word in GoogleMonkeyR. (with all scripts enabled). It also very strange that hitting &quot;I'm Feeling Lucky&quot; does actually search.&lt;/p&gt;

&lt;p&gt;STRANGE&gt; Sometimes its all working OK after refreshing the screen and then its back as it was again. Seems to be very temperamental. &lt;/p&gt;

&lt;p&gt;EDIT: I have had to put back version 1.2 because the new version caused Firefox to crash once. Also I did further tests and found that the super size script is not affecting the problem. If I disable all my other scripts and just leave Monkey enabled then 1.3 will cause clicking the Google 'search' to not respond. I do not have that problem in version 1.2 or before and I am also able to use 'SUPER' script to revert back to the proper size of search box.
&lt;br /&gt;I know that Monkey will not load in the first Google page of results but like I said I shall have to put up with that for now.&lt;/p&gt;

&lt;p&gt;Regards,
&lt;br /&gt;David&lt;/p&gt;</description>
      <pubDate>Fri, 09 Oct 2009 19:03:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36908:177717</guid>
      <author>Crisoco44</author>
      <link>http://userscripts.org/posts/177717</link>
    </item>
    <item>
      <title>Version 1.3 will not work with google.co.uk, replied by mungushume</title>
      <description>&lt;p&gt;@Crisoco44&lt;/p&gt;

&lt;p&gt;Please answer the following
&lt;br /&gt;1, are you logged into a google account?
&lt;br /&gt;2, do you have the google toolbar installed (not the ff built in search, the addon)?
&lt;br /&gt;3, version of ff?&lt;/p&gt;

&lt;p&gt;So the problem is you can't actually type into the search dialogue???
&lt;br /&gt;Very odd
&lt;br /&gt;1, load the page which is causing the problem
&lt;br /&gt;2, right click the GreaseMonkey icon at the bottom right of your browser. Left click GoogleMonkeyR to remove the tick next to it.
&lt;br /&gt;3, repeat step 2 for all other scripts that are trying to run on that url.
&lt;br /&gt;4, Refresh the page and see if the problem still exists.
&lt;br /&gt;5, If it works ok. re-enable GoogleMonkeyR and try again.
&lt;br /&gt;6, post results&lt;/p&gt;

&lt;p&gt;mh&lt;/p&gt;</description>
      <pubDate>Fri, 09 Oct 2009 16:54:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36908:177683</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/177683</link>
    </item>
    <item>
      <title>Version 1.3 will not work with google.co.uk, replied by Crisoco44</title>
      <description>&lt;p&gt;Hello mungushume.
&lt;br /&gt;I thought I could see what the problem was.
&lt;br /&gt;If I open a new tab with &lt;a href=&quot;http://www.google.co.uk&quot;&gt;http://www.google.co.uk&lt;/a&gt; and press enter then all is OK.
&lt;br /&gt;I had a new tab url set up to make version 1.2 work with the Google search box. It was
&lt;br /&gt;&lt;a href=&quot;http://www.google.co.uk/webhp?hl=en&amp;amp;tab=iw&quot;&gt;http://www.google.co.uk/webhp?hl=en&amp;amp;tab=iw&lt;/a&gt;
&lt;br /&gt;The search page looks exactly the same but it will not work with version 1.3
&lt;br /&gt;Further testing I find I still cannot get it to work even when starting with &lt;a href=&quot;http://www.google.co.uk&quot;&gt;http://www.google.co.uk&lt;/a&gt;
&lt;br /&gt;Copy and paste or type in the search box will not respond at all.
&lt;br /&gt;I cannot understand it!
&lt;br /&gt;Later when I have time I will try switching off the SUPER size script to see if that solves it.
&lt;br /&gt;Refreshing the google search page seems to help.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Oct 2009 15:49:50 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36908:177641</guid>
      <author>Crisoco44</author>
      <link>http://userscripts.org/posts/177641</link>
    </item>
    <item>
      <title>Version 1.3 will not work with google.co.uk, replied by mungushume</title>
      <description>&lt;p&gt;@Crisoco44
&lt;br /&gt;Can you confirm this is what you're doing?
&lt;br /&gt;1, Open a new tab in ff
&lt;br /&gt;2, type &lt;a href=&quot;http://www.google.co.uk&quot;&gt;http://www.google.co.uk&lt;/a&gt; in the url bar. press enter
&lt;br /&gt;3, type a query in the the search box. press enter
&lt;br /&gt;4, nothing happens?&lt;/p&gt;

&lt;p&gt;Is that what your doing? if not give me a step by step on what you are doing
&lt;br /&gt;also 
&lt;br /&gt;1, are you logged into a google account?
&lt;br /&gt;2, do you have the google toolbar installed (not the ff built in search, the addon)?
&lt;br /&gt;3, version of ff?
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:53:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36908:177595</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/177595</link>
    </item>
    <item>
      <title>non-Firefox support?, replied by mungushume</title>
      <description>&lt;p&gt;@auscompgeek    &lt;/p&gt;

&lt;p&gt;Right...
&lt;br /&gt;Opera support is a bit tricky as this script uses specific GM_ functions that do not exist in Opera
&lt;br /&gt;Here is a quick how to for use in Opera&lt;/p&gt;

&lt;p&gt;1, Go &lt;a href=&quot;http://www.howtocreate.co.uk/operaStuff/userJavaScript.html&quot;&gt;http://www.howtocreate.co.uk/operaStuff/userJav...&lt;/a&gt; search for &quot;Emulate GM functions&quot;. install this script in Opera.&lt;/p&gt;

&lt;p&gt;2, Go &lt;a href=&quot;http://google.monkeyr.com/opera/script/1.3.0/googlemonkeyropera.user.js&quot;&gt;http://google.monkeyr.com/opera/script/1.3.0/go...&lt;/a&gt; install this script in Opera.&lt;/p&gt;

&lt;p&gt;As Opera does not allow cross site requests (cross site scripting) auto update and regular update are disabled.&lt;/p&gt;

&lt;p&gt;To see the differences in the scripts go to &lt;a href=&quot;http://pastebin.org/pastebin.php?diff=41189&quot;&gt;http://pastebin.org/pastebin.php?diff=41189&lt;/a&gt; &quot;old version&quot; is v1.3.0 for ff, &quot;new version&quot; is a modded version for Opera and &quot;both versions&quot; will show you the differences between the two.&lt;/p&gt;

&lt;p&gt;I don't intend to keep an up-to-date Opera version for future revisions of the script so noting where changes have been made would be beneficial to anyone wanting to use Opera!
&lt;br /&gt;mh&lt;/p&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:28:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:34498:177584</guid>
      <author>mungushume</author>
      <link>http://userscripts.org/posts/177584</link>
    </item>
    <item>
      <title>Version 1.3 will not work with google.co.uk, replied by Crisoco44</title>
      <description>&lt;p&gt;Have upgraded from version 1.2 to version 1.3 but when I now apply a search from a clean Google.co.uk search box (bookmark) then nothing happens at all. Will work when I am already in GoogleMonkeyR but not when loading google.co.uk from a new tab bookmark.
&lt;br /&gt;I don't know if the script &quot;Google Search - un-S-U-P-E-R-sized&quot; is causing a conflict with version 1.3 but it means I now have to re-install version 1.2 again and suffer having to click back and forth between images and web to get GoogleMonkeyR to work.
&lt;br /&gt;I cannot work with the new larger text that Google has implemented so it means that script will have to stay.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:10:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:36908:177578</guid>
      <author>Crisoco44</author>
      <link>http://userscripts.org/posts/177578</link>
    </item>
  </channel>
</rss>
