<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>search &#8211; Everything is Broken</title>
	<atom:link href="https://play.datalude.com/blog/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>https://play.datalude.com/blog</link>
	<description>Efficiency vs. Inefficiency, in a no-holds barred fight.</description>
	<lastBuildDate>Thu, 23 Apr 2009 03:08:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Ubuntu Firefox&#039;s Tattletale Search Query</title>
		<link>https://play.datalude.com/blog/2009/04/ubuntu-firefoxs-tattletale-search-query/</link>
					<comments>https://play.datalude.com/blog/2009/04/ubuntu-firefoxs-tattletale-search-query/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 23 Apr 2009 02:52:40 +0000</pubDate>
				<category><![CDATA[General IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://play.datalude.com/blog/?p=131</guid>

					<description><![CDATA[Have you ever noticed that when you type a search term into the search box in the top right of your Firefox browser, that a load of junk gets added to the search term. For example, you search for 'banana' and you get something like this: http://www.google.com.ph/search?q=banana&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=com.ubuntu:en-US:unofficial&#038;client=firefox-a Well what you're effectively doing is giving Google ... <a title="Ubuntu Firefox&#039;s Tattletale Search Query" class="read-more" href="https://play.datalude.com/blog/2009/04/ubuntu-firefoxs-tattletale-search-query/" aria-label="Read more about Ubuntu Firefox&#039;s Tattletale Search Query">Read more</a>]]></description>
										<content:encoded><![CDATA[<p><a rel="attachment wp-att-133" href="http://play.datalude.com/blog/?attachment_id=133"><img decoding="async" class="alignright size-full wp-image-133" title="Search Simplification" src="http://play.datalude.com/blog/wp-content/uploads/2009/04/prismendoppelfernrohr_1905.jpg" alt="Search Simplification" width="136" height="150" /></a>Have you ever noticed that when you type a search term into the search box in the top right of your Firefox browser, that a load of junk gets added to the search term. For example, you search for 'banana' and you get something like this:</p>
<p>http://www.google.com.ph/search?q=banana&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=com.ubuntu:en-US:unofficial&#038;client=firefox-a</p>
<p>Well what you're effectively doing is giving Google a lot of information for free. Which irritates me. All I really need is this,</p>
<p>http://www.google.com.ph/search?q=banana</p>
<p>and if they really want to know more about me, then they're welcome to go digging through their logs.</p>
<p>OK its a minor irritation, but one that we can fix! I understand that Ubuntu does it as part of a deal with Google, but there's no reason why we can't take matters into our own hands and change the defaults.</p>
<p><span id="more-131"></span>So, the file you need to find is this one: /usr/lib/firefox-addons/searchplugins/google.xml, and you'll need to open it in an editor as root.  So:</p>
<pre>sudo gedit /usr/lib/firefox-addons/searchplugins/google.xml</pre>
<p>If you use another search engine as your default, then choose a different file, of course. With this file open in an editor,  remove the offending lines. In the case above, its</p>
<pre>  &lt;Param name="ie" value="utf-8"/&gt;
  &lt;Param name="oe" value="utf-8"/&gt;
  &lt;Param name="aq" value="t"/&gt;
  &lt;!-- Dynamic parameters --&gt;
  &lt;Param name="rls" value="{moz:distributionID}:{moz:locale}:{moz:official}"/&gt;
  &lt;MozParam name="client" condition="defaultEngine" trueValue="firefox-a" falseValue="firefox"/&gt;</pre>
<p>Save the file, restart Firefox, and we're good to go.  Now the problem is that whenever you upgrade Firefox, the problem reappears, so you might want to make a copy of the correct file, and write a script to replace it every time you upgrade.  I always manage to forget where the file is, so I'm blogging this for my own benefit as much as anyone elses &#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://play.datalude.com/blog/2009/04/ubuntu-firefoxs-tattletale-search-query/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
