<?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>Loss of Privacy &#187; douchebags</title>
	<atom:link href="http://www.lossofprivacy.com/index.php/tag/douchebags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lossofprivacy.com</link>
	<description>Keeping you informed on recent losses to privacy and civil rights worldwide.</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Remove the Diggbar</title>
		<link>http://www.lossofprivacy.com/index.php/2009/04/how-to-remove-the-diggbar/</link>
		<comments>http://www.lossofprivacy.com/index.php/2009/04/how-to-remove-the-diggbar/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 11:39:50 +0000</pubDate>
		<dc:creator>Irene</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[diggbar]]></category>
		<category><![CDATA[douchebags]]></category>

		<guid isPermaLink="false">http://www.lossofprivacy.com/?p=1075</guid>
		<description><![CDATA[Digg now has an annoying “diggbar” that remains at the top of a page no matter what link you click that takes you away from digg.  This reminds me of about.com and half the sites that existed in the 1990s.  It&#8217;s annoying, unnecessary, and pointless. Although it&#8217;s technically called a toolbar, it&#8217;s really a frame, [...]]]></description>
			<content:encoded><![CDATA[
<p>Digg now has an annoying “diggbar” that remains at the top of a page no matter what link you click that takes you away from digg.  This reminds me of about.com and half the sites that existed in the 1990s.  It&#8217;s annoying, unnecessary, and pointless.</p>
<p>Although it&#8217;s technically called a toolbar, it&#8217;s really a frame, which can be removed following the directions below.  There are two ways to remove the digg bar.</p>
<p>The first, involves javascript.  This tip comes from <a href="http://www.bloggingtips.com/2009/04/07/how-to-remove-the-digg-bar-from-your-blog/" target="_blank">BloggingTips</a> where they state that <a href="http://www.bloggingtips.com/2009/04/07/framing-is-on-the-rise-and-its-bad-news/" target="_blank">framing</a> is, unfortunately, on the rise.</p>
<blockquote><p>To remove this toolbar you need to use what is called a Frame Breaker. All you need to do is add the following code to the HEAD section of your header template (i.e. before the &lt;/head&gt; tag) :</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>if (top !== self) top.location.href = self.location.href;</p>
<p>&lt;/script&gt;</p>
<p>When you add this to your blog the visitor will still see the Digg Toolbar for a second or so and then it will be removed (So for the visitor to go back to Digg they would have to click the back button twice).</p></blockquote>
<p>Daring Fireball&#8217;s John Gruber is so mad that he&#8217;s released his own <a href="http://daringfireball.net/2009/04/how_to_block_the_diggbar" target="_blank">code</a> so everyone can get rid of the the diggbar.  Since his site is mostly PHP based, his code is as well.</p>
<blockquote><p>&lt;?php<br />
if (preg_match(&#8216;#http://digg.com/\w{1,8}/*(\?.*)?$#&#8217;,<br />
$_SERVER['HTTP_REFERER']) ) {<br />
echo &#8220;&lt;p&gt;Special message for Digg users here.&lt;/p&gt;&#8221;;<br />
exit;<br />
}<br />
?&gt;</p></blockquote>
<p>If you use Firefox, there&#8217;s a handy <a href="http://userscripts.org/scripts/show/45795" target="_blank">Greasemonkey script</a> to remove the diggbar.</p>
<p>If you are at Digg, you can also remove it by going to My Profile → Settings → <a href="http://digg.com/settings/viewing" target="_blank">Viewing Preferences</a> and change the “show diggbar” to “never show diggbar for external links.”</p>
<div class="topsy_widget_data topsy_theme_silver" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.lossofprivacy.com%252Findex.php%252F2009%252F04%252Fhow-to-remove-the-diggbar%252F%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22How%20to%20Remove%20the%20Diggbar%22%20%7D);"></div>

<p><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.lossofprivacy.com%2Findex.php%2F2009%2F04%2Fhow-to-remove-the-diggbar%2F&amp;linkname=How%20to%20Remove%20the%20Diggbar" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.lossofprivacy.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.lossofprivacy.com%2Findex.php%2F2009%2F04%2Fhow-to-remove-the-diggbar%2F&amp;linkname=How%20to%20Remove%20the%20Diggbar" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.lossofprivacy.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.lossofprivacy.com%2Findex.php%2F2009%2F04%2Fhow-to-remove-the-diggbar%2F&amp;title=How%20to%20Remove%20the%20Diggbar" id="wpa2a_2"><img src="http://www.lossofprivacy.com/wp-content/plugins/add-to-any/share_16_16.png" width="16" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.lossofprivacy.com/index.php/2009/04/how-to-remove-the-diggbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

