<?xml version="1.0" encoding="UTF-8"?>
<post>
  <body>right now, because the script is told to run on:
&lt;code&gt;http://www.google.*/

when you go to pages like:
http://www.google.com/intl/en/contact/

you can get page load errors because &lt;code&gt;&amp;safe=off&lt;/code&gt; gets added to the url there when you don't need it.

here is how i think i've made it better:

change line 15 to this:
&lt;code&gt;homeTest = /(^http\:\/\/www\.google\.\w+\.?\w*\/webhp)|(^http\:\/\/images\.google\.\w+\.?\w*\/imghp)|(^http\:\/\/www\.google\.\w+\.?\w*\/$)/i;

then have the includes be:

&lt;pre&gt;http://images.google.*/images?*q=*
http://www.google.tld/
http://www.google.*/webhp*
http://images.google.*/imghp*&lt;/pre&gt;

and have this as the exclude:
&lt;code&gt;http://*.google.*/*&amp;safe=off*

also, if you do it this way, you don't need to exclude reader, notebook, etc. because this takes care of those.</body>
  <body-html>&lt;p&gt;right now, because the script is told to run on:
&lt;br /&gt;&lt;code&gt;http://www.google.*/&lt;/p&gt;

&lt;p&gt;when you go to pages like:
&lt;br /&gt;http://www.google.com/intl/en/contact/&lt;/p&gt;

&lt;p&gt;you can get page load errors because &lt;code&gt;&amp;amp;safe=off&lt;/code&gt; gets added to the url there when you don't need it.&lt;/p&gt;

&lt;p&gt;here is how i think i've made it better:&lt;/p&gt;

&lt;p&gt;change line 15 to this:
&lt;br /&gt;&lt;code&gt;homeTest = /(^http\:\/\/www\.google\.\w+\.?\w*\/webhp)|(^http\:\/\/images\.google\.\w+\.?\w*\/imghp)|(^http\:\/\/www\.google\.\w+\.?\w*\/$)/i;&lt;/p&gt;

&lt;p&gt;then have the includes be:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;http://images.google.*/images?*q=*
http://www.google.tld/
http://www.google.*/webhp*
http://images.google.*/imghp*&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;and have this as the exclude:
&lt;br /&gt;&lt;code&gt;http://*.google.*/*&amp;amp;safe=off*&lt;/p&gt;

&lt;p&gt;also, if you do it this way, you don't need to exclude reader, notebook, etc. because this takes care of those.&lt;/code&gt;&lt;/code&gt;&lt;/code&gt;&lt;/p&gt;</body-html>
  <created-at type="datetime">2009-03-19T23:10:45Z</created-at>
  <forumable-id type="integer">30145</forumable-id>
  <forumable-type>Script</forumable-type>
  <id type="integer">104009</id>
  <topic-id type="integer">23485</topic-id>
  <updated-at type="datetime">2009-03-19T23:15:23Z</updated-at>
  <user-agent nil="true"></user-agent>
  <user-id type="integer">69115</user-id>
</post>
