<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google Dark Extended | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/4211</link>
    <description>Recent comments on userscript: Google Dark Extended</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by surplus</title>
      <description>&lt;p&gt;Unsafe and uses .com rather than current tld.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Feb 2007 18:58:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35725</guid>
      <author>surplus</author>
      <link>http://userscripts.org/posts/35725</link>
    </item>
    <item>
      <title>Archived Comments, replied by thuvap</title>
      <description>&lt;p&gt;There are many images in the script which are externally linked - which also means that EVERY single link that goes to that external page carries in its header HTTP_REFERRER. This means his site receives the full address of the google page you're at, something which is not all that hard to log (along with all the other usefull data that could be used to track you).  The script writer is almost certianly not doing this, but even so I wouldn't trust my even best friend with that capability.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:02:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35726</guid>
      <author>thuvap</author>
      <link>http://userscripts.org/posts/35726</link>
    </item>
    <item>
      <title>Archived Comments, replied by thuvap</title>
      <description>&lt;p&gt;*sigh*
&lt;br /&gt;Or, rather than all that link bullshit, you can fix it to include the image in the script as a Data URI.&lt;/p&gt;

&lt;p&gt;Data URI - i.e. the entire image in text (likely base 64) which Firefox can read and interpret as a file&lt;/p&gt;

&lt;p&gt;Here is how you make a Data URI: &lt;a href=&quot;http://software.hixie.ch/utilities/cgi/data/data&quot;&gt;http://software.hixie.ch/utilities/cgi/data/data&lt;/a&gt;
&lt;br /&gt;Put &lt;a href=&quot;http://07designs.com/GDark/img/logo.jpg&quot;&gt;http://07designs.com/GDark/img/logo.jpg&lt;/a&gt; in the HTTP URI input field (or load a pic of your own choosing by browsing - up to you, but should probably just use the black theme one).  You'll get a giant link, just right-click and click select Copy Link Location.
&lt;br /&gt;You'll paste that &quot;link&quot; in the code you're going to add to the script (which is a the Data URI - i.e. the entire image in text (likely base 64) which Firefox can read and interpret as a file&lt;/p&gt;

&lt;p&gt;add this to the source of the dark extended script after the commented part:&lt;/p&gt;

&lt;p&gt;var darklogo;
&lt;br /&gt;darklogo = document.createElement('img');
&lt;br /&gt;darklogo.src = &quot;(PASTE HERE)&quot;;&lt;/p&gt;

&lt;p&gt;and then replace all the 
&lt;br /&gt;'http://userscripts.corhol.com/google-dark/logo.jpg' 
&lt;br /&gt;references with darklogo (no quotes around it, it's a variable in the script at this point)&lt;/p&gt;

&lt;p&gt;Upon looking at the actual source - CHRIST, it seems there was an effort made to make this script bloody dependent upon an external resource, I'm going to have to remake it with nothing but Data URI's sometime so that it will be entirely independent (i.e. not a single thing needs to be grabbed off the web, why make so many connections for no reason as well as waste that bandwidth again and again).  The script itself will be somewhat larger in filesize to fit the pictures inside of it as text, but that's infinitely superior to external linking.  I'll likely include  this theme in the massive google customizer I'm making which combines at least 30-40 of the more popular Google scripts as well as a few of my own, but adds a configuration ability to tune it all to what you want and enable/disable features to your hearts desire.  This will then be compiled into a .xui Firefox extension so it can have a custom options GUI like all the other Firefox settings, but that won't add anything really except a nicer way to config stuff and the ability to load it without even having GreaseMonkey installed.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Feb 2007 10:19:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35727</guid>
      <author>thuvap</author>
      <link>http://userscripts.org/posts/35727</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tom Spear</title>
      <description>CORRECTION:  Instead of searching for 'Google logo'
&lt;br /&gt;&lt;br /&gt;
search for &lt;a href=&quot;http://userscripts.corhol.com/google-dark/logo.jpg&quot;&gt;http://userscripts.corhol.com/google-dark/logo.jpg&lt;/a&gt;

and replace all instances with &lt;a href=&quot;http://07designs.com/GDark/img/logo.jpg&quot;&gt;http://07designs.com/GDark/img/logo.jpg&lt;/a&gt;</description>
      <pubDate>Wed, 01 Nov 2006 22:18:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35728</guid>
      <author>Tom Spear</author>
      <link>http://userscripts.org/posts/35728</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tom Spear</title>
      <description>&lt;p&gt;He would fix it if his homepage wasn't down.  the best way to fix it is to use the logo from the original script.. Just edit this script and search for 'Google logo'.  Then find the line that says &lt;/p&gt;

&lt;p&gt;document.getElementsByTagName('img')[1].src = &lt;/p&gt;

&lt;p&gt;and change the url to &lt;a href=&quot;http://07designs.com/GDark/img/logo.jpg&quot;&gt;http://07designs.com/GDark/img/logo.jpg&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 01 Nov 2006 22:06:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35729</guid>
      <author>Tom Spear</author>
      <link>http://userscripts.org/posts/35729</link>
    </item>
    <item>
      <title>Archived Comments, replied by DARKSIDE</title>
      <description>&lt;p&gt;NIIIce, just the logo.....hope you can fix that..:)&lt;/p&gt;</description>
      <pubDate>Thu, 10 Aug 2006 15:39:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35730</guid>
      <author>DARKSIDE</author>
      <link>http://userscripts.org/posts/35730</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kyle Wilson 2</title>
      <description>&lt;p&gt;Neat idea but needs some work... Google logo, for example, doesn't show up on the google.com homepage!?!&lt;/p&gt;</description>
      <pubDate>Sun, 30 Jul 2006 16:48:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35731</guid>
      <author>Kyle Wilson 2</author>
      <link>http://userscripts.org/posts/35731</link>
    </item>
    <item>
      <title>Archived Comments, replied by Arvid</title>
      <description>&lt;p&gt;very slick looking! gonna use it for a while. cred to the original author too. thanks!&lt;/p&gt;</description>
      <pubDate>Tue, 13 Jun 2006 18:15:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35732</guid>
      <author>Arvid</author>
      <link>http://userscripts.org/posts/35732</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12481:35724</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/35724</link>
    </item>
  </channel>
</rss>
