<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on GoogleX | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/609</link>
    <description>Recent comments on userscript: GoogleX</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by RandyP @ Fri, 21 Dec 2007 11:44:09 -0600</title>
      <description>&lt;p&gt;Revised &quot;GoogleX2&quot; fixes both problems: 1) The search box now works; and 2) the OSX-style toolbar now appears when one is logged into Google. Userscripts link: &lt;a href=&quot;http://userscripts.org/scripts/show/16974&quot;&gt;http://userscripts.org/scripts/show/16974&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 Dec 2007 11:44:09 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73978</guid>
      <author>RandyP</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by dantullis @ Fri, 26 Oct 2007 16:07:09 -0500</title>
      <description>&lt;p&gt;ok, i give up, apparently you cant paste code as text or in the code blocks  :-(&lt;/p&gt;

&lt;p&gt;good luck&lt;/p&gt;</description>
      <pubDate>Fri, 26 Oct 2007 16:07:09 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73979</guid>
      <author>dantullis</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by dantullis @ Fri, 26 Oct 2007 16:05:05 -0500</title>
      <description>ok, the code blocks did not work right...so 


change line 192 to this:

thetables+='&lt;a href=&quot;http://images.google.com&quot;&gt;&lt;img src=&quot;'+tempimg[2]+'&quot; height=&quot;35&quot; alt=&quot;Images&quot; width=&quot;35&quot; /&gt;&lt;/a&gt;';

and add this line after line 207:

thetables+='&amp;lt;form&gt;&lt;table&gt;&lt;tr&gt;&lt;td width=&quot;25%&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;lt;input /&gt;&amp;lt;input title=&quot;Google Search&quot; /&gt;&lt;br /&gt;&amp;lt;input /&gt;&amp;lt;input /&gt;&lt;/td&gt;&lt;td width=&quot;25%&quot;&gt;&amp;lt;font&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;/advanced_search?hl=en&quot;&gt;Advanced Search&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;/preferences?hl=en&quot;&gt;Preferences&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;/language_tools?hl=en&quot;&gt;Language Tools&lt;/a&gt;&amp;lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&amp;lt;/form&gt;';</description>
      <pubDate>Fri, 26 Oct 2007 16:05:05 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73980</guid>
      <author>dantullis</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by dantullis @ Fri, 26 Oct 2007 16:02:40 -0500</title>
      <description>&lt;p&gt;Also, modify line 192 to look like this&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;thetables+='&lt;a href=&quot;http://images.google.com&quot;&gt;&lt;img src=&quot;'+tempimg[2]+'&quot; height=&quot;35&quot; alt=&quot;Images&quot; width=&quot;35&quot; /&gt;&lt;/a&gt;';
&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 26 Oct 2007 16:02:40 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73981</guid>
      <author>dantullis</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by dantullis @ Thu, 25 Oct 2007 15:46:04 -0500</title>
      <description>I got it to work by adding a new line of the following just after line 207:

&lt;code&gt;thetables+='&amp;lt;form&gt;&lt;table&gt;&lt;tr&gt;&lt;td width=&quot;25%&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&amp;lt;input /&gt;&amp;lt;input title=&quot;Google Search&quot; /&gt;&lt;br /&gt;&amp;lt;input /&gt;&amp;lt;input /&gt;&lt;/td&gt;&lt;td width=&quot;25%&quot;&gt;&amp;lt;font&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;/advanced_search?hl=en&quot;&gt;Advanced Search&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;/preferences?hl=en&quot;&gt;Preferences&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;/language_tools?hl=en&quot;&gt;Language Tools&lt;/a&gt;&amp;lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&amp;lt;/form&gt;';&lt;code&gt;&lt;/code&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 25 Oct 2007 15:46:04 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73982</guid>
      <author>dantullis</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by JAYSMYHERO @ Tue, 24 Jul 2007 03:55:52 -0500</title>
      <description>&lt;p&gt;This Does Not Work
&lt;br /&gt;The Search Box Does Not Show!&lt;/p&gt;

&lt;p&gt;&#8776; MCS STAFF&#8776;
&lt;br /&gt;&lt;a href=&quot;http://www.myspace.com/jaysmyhero&quot;&gt;http://www.myspace.com/jaysmyhero&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 24 Jul 2007 03:55:52 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73983</guid>
      <author>JAYSMYHERO</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by pihl @ Fri, 02 Mar 2007 13:12:09 -0600</title>
      <description>&lt;p&gt;Everything works great for me except the google logo isn't appearing (have tried to clear my cache).
&lt;br /&gt;Everything else seems to work as it is intended.&lt;/p&gt;

&lt;p&gt;Good job (or should i say &quot;good port&quot;?) with the userscript Bobo12 :)&lt;/p&gt;</description>
      <pubDate>Fri, 02 Mar 2007 13:12:09 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73984</guid>
      <author>pihl</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jason Robicheau @ Tue, 07 Nov 2006 20:02:05 -0600</title>
      <description>&lt;p&gt;Thank you for your help, Anuj. I have Platypus installed in Firefox. However, I am not aware of how to alter the source of the extension to make the changes that you recommended. Could you [or someone else] explain for a beginner how to accomplish this?&lt;/p&gt;</description>
      <pubDate>Tue, 07 Nov 2006 20:02:05 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73985</guid>
      <author>Jason Robicheau</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Anuj @ Wed, 11 Oct 2006 19:46:35 -0500</title>
      <description>&lt;p&gt;I've figured out a temporary fix to the issue of the text box disappearing when you are logged in. On line 223, 
&lt;br /&gt;  		emplacement.replaceChild(thediv, document.getElementsByTagName('table')[1]);&lt;/p&gt;

&lt;p&gt;just replace the 1 in the brackets with a 0. The text box should show up now.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Oct 2006 19:46:35 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73986</guid>
      <author>Anuj</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jason Robicheau @ Fri, 06 Oct 2006 22:41:45 -0500</title>
      <description>&lt;p&gt;Since 10/06/06 the search box has disappeared when this script is active. Please fix if possible.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Oct 2006 22:41:45 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73987</guid>
      <author>Jason Robicheau</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by AYHJA @ Thu, 23 Feb 2006 21:33:33 -0600</title>
      <description>&lt;p&gt;Looks like my homepage... :D&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.AYHJA.com/&quot;&gt;http://www.AYHJA.com/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 23 Feb 2006 21:33:33 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73988</guid>
      <author>AYHJA</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andrew 2 @ Mon, 20 Feb 2006 09:35:16 -0600</title>
      <description>&lt;p&gt;This is great, but the more button doesn't work.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Feb 2006 09:35:16 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73989</guid>
      <author>Andrew 2</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jim MacDonald @ Thu, 12 Jan 2006 03:10:23 -0600</title>
      <description>&lt;p&gt;I concur with NTICompass it doesn't worked unless I am logged in. and I do have customise google installed... and I would also like this to work on the personal page.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jan 2006 03:10:23 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73990</guid>
      <author>Jim MacDonald</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by NTICompass @ Tue, 10 Jan 2006 15:28:42 -0600</title>
      <description>&lt;p&gt;Sorry, for the double post........
&lt;br /&gt;I do have CustomizeGoogle installed, too&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jan 2006 15:28:42 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73991</guid>
      <author>NTICompass</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by NTICompass @ Tue, 10 Jan 2006 15:18:36 -0600</title>
      <description>&lt;p&gt;This script doesn't work&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jan 2006 15:18:36 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73992</guid>
      <author>NTICompass</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by David Celis @ Fri, 09 Dec 2005 13:46:28 -0600</title>
      <description>&lt;p&gt;Could you make this work on the personalized homepage (&lt;a href=&quot;http://www.google.com/ig&quot;&gt;http://www.google.com/ig&lt;/a&gt;)?&lt;/p&gt;</description>
      <pubDate>Fri, 09 Dec 2005 13:46:28 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73993</guid>
      <author>David Celis</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by abdiel @ Tue, 08 Nov 2005 09:44:56 -0600</title>
      <description>&lt;p&gt;Love it!!! It doesn't works sometimes. To make it work I have to refresh the page &amp;lt;google&gt;.&amp;lt;/google&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 08 Nov 2005 09:44:56 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73994</guid>
      <author>abdiel</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by TRIFORCE89 @ Thu, 27 Oct 2005 16:56:19 -0500</title>
      <description>&lt;p&gt;Any progress on the next version?&lt;/p&gt;</description>
      <pubDate>Thu, 27 Oct 2005 16:56:19 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73995</guid>
      <author>TRIFORCE89</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Steve Darken @ Thu, 06 Oct 2005 10:20:55 -0500</title>
      <description>&lt;p&gt;Nice script but don't work with Firefox 1.5 beta 2 build branch + GM 0.6.2...&lt;/p&gt;</description>
      <pubDate>Thu, 06 Oct 2005 10:20:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73996</guid>
      <author>Steve Darken</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Michael Bierman @ Sat, 01 Oct 2005 17:23:22 -0500</title>
      <description>&lt;p&gt;I also noticed that when I'm on the google desktop page, the icons don't grow and shrink.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Oct 2005 17:23:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73997</guid>
      <author>Michael Bierman</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Michael Bierman @ Sat, 01 Oct 2005 17:17:55 -0500</title>
      <description>&lt;p&gt;Sorry, by &quot;Google Desktop seems to work sometimes but not others.&quot; I mean the link and icon only appear sometimes.  Usually Scholar appears instead.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Oct 2005 17:17:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73998</guid>
      <author>Michael Bierman</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Michael Bierman @ Sat, 01 Oct 2005 17:09:57 -0500</title>
      <description>&lt;p&gt;I seem to be having several probelms with GoogleX:&lt;/p&gt;

&lt;p&gt;1. It only works if I'm &quot;logged on&quot; to google.
&lt;br /&gt;2. It doesn't work on the Google Personalized Home page.
&lt;br /&gt;3. Google Desktop seems to work sometimes but not others.  I haven't been able to track down why the change. &lt;/p&gt;

&lt;p&gt;I have these problems with GM .35 (or whatever the old one was) and  0.5.3.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Oct 2005 17:09:57 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:73999</guid>
      <author>Michael Bierman</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adam Coffman @ Wed, 21 Sep 2005 11:29:54 -0500</title>
      <description>&lt;p&gt;I see that it is a known bug on your homepage, but my icons will never animate on the first try. Everytime I boot up firefox or hit home the icons are stationary (no labels or anything) However when I hit refresh they work fine until next time i return to google.com I have tried this will all other scripts disabled and it still does it. Do you have a general timeframe for another release?&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2005 11:29:54 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:74000</guid>
      <author>Adam Coffman</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by Robert Brown @ Sat, 17 Sep 2005 04:32:41 -0500</title>
      <description>&lt;p&gt;Works great on my primary machine.  I love it.  But I cannot get it to work on my secondary machine.  Greasemonkey scripts for other things work fine but Googlex does not on that machine. Still trying to figure it out.&lt;/p&gt;</description>
      <pubDate>Sat, 17 Sep 2005 04:32:41 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:74001</guid>
      <author>Robert Brown</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
    <item>
      <title>Archived Comments, replied by kwayle @ Tue, 06 Sep 2005 23:30:22 -0500</title>
      <description>&lt;p&gt;I found that &quot;popup window fixer&quot; prevented the menu from working properly, disabling it on google pages works fine though :)&lt;/p&gt;</description>
      <pubDate>Tue, 06 Sep 2005 23:30:22 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:17066:74002</guid>
      <author>kwayle</author>
      <link>http://userscripts.org/topics/17066</link>
    </item>
  </channel>
</rss>
