<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google Search Filter | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/12643</link>
    <description>Recent comments on userscript: Google Search Filter</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>wildcards?, replied by Good To Too</title>
      <description>&lt;p&gt;thanks for the heads up.. I would have merrily continue along with this blissfully unaware of the userscript date and lack of smk attribution&lt;/p&gt;

&lt;p&gt;:}&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2009 14:21:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19816:91010</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/91010</link>
    </item>
    <item>
      <title>wildcards?, replied by smk</title>
      <description>&lt;p&gt;it is recommended that you switch to my script which is now updated:
&lt;br /&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/39996&quot;&gt;http://userscripts.org/scripts/show/39996&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2009 12:15:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19816:90997</guid>
      <author>smk</author>
      <link>http://userscripts.org/posts/90997</link>
    </item>
    <item>
      <title>wildcards?, replied by Good To Too</title>
      <description>&lt;p&gt;awesome!  truth by consensus banished&lt;/p&gt;

&lt;p&gt;*.wiki*edia.org/&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2009 09:35:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19816:90991</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/90991</link>
    </item>
    <item>
      <title>wildcards?, replied by smk</title>
      <description>&lt;p&gt;It does
&lt;br /&gt;do you think this script isn't updated that often, as I think I may well as post my many-functions-added&amp;amp;updated script here
&lt;br /&gt;the reason i haven't yet is because i don't want to 'copy' scripts, only if some significant changes have applied&lt;/p&gt;</description>
      <pubDate>Thu, 01 Jan 2009 14:39:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19816:87316</guid>
      <author>smk</author>
      <link>http://userscripts.org/posts/87316</link>
    </item>
    <item>
      <title>wildcards?, replied by Good To Too</title>
      <description>&lt;p&gt;or at least:&lt;/p&gt;

&lt;p&gt;*.highest-good.com&lt;/p&gt;

&lt;p&gt;(not that I would block that site)&lt;/p&gt;</description>
      <pubDate>Thu, 01 Jan 2009 10:53:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19816:87293</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/87293</link>
    </item>
    <item>
      <title>wildcards?, replied by Good To Too</title>
      <description>&lt;p&gt;Does this yet support &lt;/p&gt;

&lt;p&gt;*.domain.tld&lt;/p&gt;

&lt;p&gt;(tld as used in greasemonkey)&lt;/p&gt;</description>
      <pubDate>Thu, 01 Jan 2009 10:53:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19816:87292</guid>
      <author>Good To Too</author>
      <link>http://userscripts.org/posts/87292</link>
    </item>
    <item>
      <title>problems, replied by smk</title>
      <description>&lt;p&gt;ah well
&lt;br /&gt;too long no updates
&lt;br /&gt;guess i'll have to include a version of my own
&lt;br /&gt;&lt;hr /&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:45:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19298:85432</guid>
      <author>smk</author>
      <link>http://userscripts.org/posts/85432</link>
    </item>
    <item>
      <title>problems, replied by smk</title>
      <description>&lt;p&gt;There's quite a few updates to google, and this script does not work very well
&lt;br /&gt;I love using this, and have updated it (my version) to accomodate changes
&lt;br /&gt;please update the script&lt;/p&gt;

&lt;p&gt;btw. as the script is quite big, I need to be sure it's still active to post my script here&lt;/p&gt;</description>
      <pubDate>Sun, 21 Dec 2008 09:46:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19298:85192</guid>
      <author>smk</author>
      <link>http://userscripts.org/posts/85192</link>
    </item>
    <item>
      <title>Archived Comments, replied by spoodge</title>
      <description>&lt;p&gt;Brilliant script!....only I can't get this working in firefox 3.03, is it compatible ?&lt;/p&gt;

&lt;p&gt;tia&lt;/p&gt;</description>
      <pubDate>Wed, 12 Nov 2008 15:07:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69547</guid>
      <author>spoodge</author>
      <link>http://userscripts.org/posts/69547</link>
    </item>
    <item>
      <title>Archived Comments, replied by chfaure</title>
      <description>&lt;p&gt;Proposed changes for * support in filter :
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;// SearchFilter Class :
&lt;br /&gt;   createRegExp: function(filter){
&lt;br /&gt;      return new RegExp(&quot;^https?:\/\/&quot; + filter.replace(/\./g, &quot;\.&quot;).replace(/\*/g,&quot;[^\/]*&quot;) + &quot;\/&quot;, &quot;i&quot;);
&lt;br /&gt;    },&lt;/p&gt;

&lt;p&gt;&lt;/code&gt;
&lt;br /&gt;Proposed modification for firefox 3.0 support and more visible config filter box
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;// in EditFilter.init method :
&lt;br /&gt;      var place = document.createElement(&quot;div&quot;);
&lt;br /&gt;	  document.getElementById(&quot;gbar&quot;).appendChild(place);
&lt;br /&gt;      place.style.position = &quot;absolute&quot;;
&lt;br /&gt;      place.style.top   = &quot;5px&quot;;
&lt;br /&gt;      place.style.right = &quot;5px&quot;;
&lt;br /&gt;	  place.style.margin = &quot;0 auto&quot;;
&lt;br /&gt;	  place.style.background = &quot;#00FEFE&quot;;
&lt;br /&gt;	  place.innerHTML += &quot;&amp;nbsp;&amp;nbsp;&quot;;&lt;/p&gt;

&lt;p&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And at last for french support :
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;    fr: {
&lt;br /&gt;      config     : &quot;Conf. Filtres URL&quot;,
&lt;br /&gt;      add        : &quot;Ajouter&quot;,
&lt;br /&gt;      edit       : &quot;Editer&quot;,
&lt;br /&gt;      remove     : &quot;Effacer&quot;,
&lt;br /&gt;      reset      : &quot;R&#224;Z&quot;,
&lt;br /&gt;      mode       : &quot;Filtrer le r&#233;sultat&quot;,
&lt;br /&gt;      ok         : &quot;Valider&quot;,
&lt;br /&gt;      cancel     : &quot;Annuler&quot;,
&lt;br /&gt;      block      : &quot;-Bloquer-&quot;,
&lt;br /&gt;      blocked    : &quot;Bloqu&#233; !&quot;,
&lt;br /&gt;      addPrefix  : &quot;Ajouter '&quot;,
&lt;br /&gt;      addSuffix  : &quot;' aux filtres?&quot;,
&lt;br /&gt;      addedPrefix: &quot;'&quot;,
&lt;br /&gt;      addedSuffix: &quot;' est ajout&#233;  aux filtres.&quot;,
&lt;br /&gt;      notEdited  : &quot;Non &#233;dit&#233;.&quot;,
&lt;br /&gt;      notFound   : &quot;Pas trouv&#233;.&quot;,
&lt;br /&gt;      init       : &quot;Voulez vous vraiment r&#233;initialiser vos filtres?&quot;,
&lt;br /&gt;    },&lt;/p&gt;

&lt;p&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 01 Aug 2008 09:07:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69548</guid>
      <author>chfaure</author>
      <link>http://userscripts.org/posts/69548</link>
    </item>
    <item>
      <title>Archived Comments, replied by Syockit</title>
      <description>&lt;p&gt;To Hatastix:
&lt;br /&gt;The filter uses Regexp convention. Please find a reference somewhere online.
&lt;br /&gt;For example, to achieve the one you mentioned, just add in this:
&lt;br /&gt;&quot;.*\.qarchive.org&quot;&lt;/p&gt;

&lt;p&gt;To Shinya:
&lt;br /&gt;Why block Hatena? You get to learn so many subcultural things from it! Very useful when watching Niconico Video. For example, what does (ry mean? If you check Hatena, you will already know that it means (&#20197;&#19979;&#30053;)!&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jul 2008 11:55:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69549</guid>
      <author>Syockit</author>
      <link>http://userscripts.org/posts/69549</link>
    </item>
    <item>
      <title>Archived Comments, replied by Uldor</title>
      <description>&lt;p&gt;Good script. I remember having looked for such an option in Google before. Thank you for creating it.&lt;/p&gt;

&lt;p&gt;I suggest adding same support to Google images. I sometimes have pictures from one website cluttering a whole page or two of Google Images (due to my search hitting a keyword in a string of pictures on the webpage). It would be good to block it from coming up.&lt;/p&gt;</description>
      <pubDate>Sun, 18 May 2008 14:40:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69550</guid>
      <author>Uldor</author>
      <link>http://userscripts.org/posts/69550</link>
    </item>
    <item>
      <title>Archived Comments, replied by HatastiX</title>
      <description>&lt;p&gt;Please consider adding wildcard support either&lt;/p&gt;

&lt;p&gt;.qarchive.org
&lt;br /&gt;or
&lt;br /&gt;*.qarchive.org&lt;/p&gt;

&lt;p&gt;to block that SPAMming domain and all subdomains&lt;/p&gt;</description>
      <pubDate>Mon, 03 Mar 2008 06:50:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69551</guid>
      <author>HatastiX</author>
      <link>http://userscripts.org/posts/69551</link>
    </item>
    <item>
      <title>Archived Comments, replied by Minion Collector</title>
      <description>&lt;p&gt;also it would be fantastic if there were an easy way to import some SpamAssassin rules... to eliminate obviously spammy domains composed of mostly letters and such.&lt;/p&gt;

&lt;p&gt;there would need to be a way to specify both the domain pattern and some spammy keywords like viagra, lottory, and other ilk.  I realize that it a little beyond the scope of this userscript, but would make an interesting addon or entirely new junk filter userscript :D&lt;/p&gt;</description>
      <pubDate>Sun, 04 Nov 2007 13:02:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69552</guid>
      <author>Minion Collector</author>
      <link>http://userscripts.org/posts/69552</link>
    </item>
    <item>
      <title>Archived Comments, replied by Minion Collector</title>
      <description>&lt;p&gt;nifty!  now I can more easily banish wiki*ia from my web experience.  :D&lt;/p&gt;

&lt;p&gt;I hope you will release a similar userscript for web searching with yahoo.com ;)  ... and then maybe live.com search too...&lt;/p&gt;

&lt;p&gt;thanks!&lt;/p&gt;</description>
      <pubDate>Sun, 04 Nov 2007 12:43:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69553</guid>
      <author>Minion Collector</author>
      <link>http://userscripts.org/posts/69553</link>
    </item>
    <item>
      <title>Archived Comments, replied by Shinya</title>
      <description>&lt;p&gt;Please do AutoPagerize to the top of the scripts list on Greasemonkey.&lt;/p&gt;

&lt;p&gt;This script doesn't operate on the added filter immediately. It's next time.&lt;/p&gt;</description>
      <pubDate>Tue, 02 Oct 2007 11:14:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69554</guid>
      <author>Shinya</author>
      <link>http://userscripts.org/posts/69554</link>
    </item>
    <item>
      <title>Archived Comments, replied by wooh</title>
      <description>&lt;p&gt;great, i like it!
&lt;br /&gt;just a small bug: doesn't filter second page in combination with Autopagerize.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Oct 2007 15:55:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69555</guid>
      <author>wooh</author>
      <link>http://userscripts.org/posts/69555</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:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16295:69546</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/69546</link>
    </item>
  </channel>
</rss>
