<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on google - add quotes | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/116080</link>
    <description>Recent comments on userscript: google - add quotes</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Here&amp;#39;s the Best Solution for adding quotes, replied by drhouse</title>
      <description>&lt;p&gt;I've been using the following method to selectively add quotes to google searches for many months now and it would be impossible to ever go back.&lt;/p&gt;

&lt;p&gt;Get Autohotkey (&lt;a href=&quot;http://www.autohotkey.com/&quot;&gt;http://www.autohotkey.com/&lt;/a&gt;), a free simple scripting program, and paste the following in a new file and save as 'quoter.ahk'&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
$NumpadAdd:: ; Google autoquote
Send, ^c
;Sleep 10
Send, {&quot;}
;Sleep 10
Send, ^v
;Sleep 10
Send, {&quot;}
return
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Double click 'quoter.ahk' and it will sit in your bottom statusbar tray. Now, when using google.com, simply highlight-select the word or words you want to be encased in quotation marks and press the Numkey Add key. If anyone wants, I can make an .exe of the script to simplify having it.&lt;/p&gt;

&lt;p&gt;I also created a Firefox addon that should still work that nearly does the same thing:
&lt;br /&gt;nQuote - &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/nquote/&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 09 Feb 2013 09:14:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:122464:481543</guid>
      <author>drhouse</author>
      <link>http://userscripts.org/posts/481543</link>
    </item>
    <item>
      <title>doesn&amp;#39;t work with https ?, replied by Lonni J Friedman</title>
      <description>&lt;p&gt;Awesome, thanks!&lt;/p&gt;</description>
      <pubDate>Tue, 08 Nov 2011 20:11:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:92718:399838</guid>
      <author>Lonni J Friedman</author>
      <link>http://userscripts.org/posts/399838</link>
    </item>
    <item>
      <title>doesn&amp;#39;t work with https ?, replied by electrotype</title>
      <description>&lt;p&gt;Fixed, now works on https.&lt;/p&gt;

&lt;p&gt;Thanks for the info.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Nov 2011 20:07:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:92718:399837</guid>
      <author>electrotype</author>
      <link>http://userscripts.org/posts/399837</link>
    </item>
    <item>
      <title>doesn&amp;#39;t work with https ?, replied by Lonni J Friedman</title>
      <description>&lt;p&gt;As far as I can tell, this script doesn't work with the encrypted google search interface ( &lt;a href=&quot;https://www.google.com&quot;&gt;https://www.google.com&lt;/a&gt; ) ?&lt;/p&gt;</description>
      <pubDate>Sun, 06 Nov 2011 01:15:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:92718:398875</guid>
      <author>Lonni J Friedman</author>
      <link>http://userscripts.org/posts/398875</link>
    </item>
  </channel>
</rss>
