firefox search plugin

in
Subscribe to firefox search plugin 1 post, 1 voice

HeaDCase Scriptwright
FirefoxWindows

To have this in the Firefox search plugin, edit
.mozilla/firefox/yourprofile.name/searchplugins/google.xml
and add this line:

  <os:Param name="nfpr" value="1"/>

in the <os:url> block. It should look something like this:
...
<SearchForm>http://www.google.com/</SearchForm>
<os:Url type="text/html" method="GET" template="http://www.google.com/search">
  <os:Param name="nfpr" value="1"/>
  <os:Param name="q" value="{searchTerms}"/>
</os:Url>
</SearchPlugin>
</os:url>