<?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>beer planet &#187; block</title> <atom:link href="http://beerpla.net/tag/block/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Fri, 06 Jan 2012 08:50:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel='hub' href='http://beerpla.net/?pushpress=hub'/> <item><title>How To: Disable/Block External HTTP Requests In WordPress</title><link>http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/</link> <comments>http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/#comments</comments> <pubDate>Wed, 16 Nov 2011 18:57:43 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[block]]></category> <category><![CDATA[disable]]></category> <category><![CDATA[external]]></category> <category><![CDATA[http]]></category> <category><![CDATA[request]]></category> <category><![CDATA[WP_ACCESSIBLE_HOSTS]]></category> <category><![CDATA[WP_HTTP_BLOCK_EXTERNAL]]></category> <guid
isPermaLink="false">http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/</guid> <description><![CDATA[<p>One thing that&#039;s been continuously annoying me when doing WordPress development on the go is when something somewhere inside WordPress decides to send requests to external urls when I don&#039;t even have Internet connection or it&#039;s slow and flaky (tethering, slow Wi-Fi, etc). This results in random lag when loading pages, especially if I haven&#039;t opened my dev WordPress instance for a long time.</p><p>Turns out there&#039;s an easy and undocumented (other than in code) solution. To block external HTTP requests right in WordPress&#039;s core itself, open up wp-config.php and add <strong><em>WP_HTTP_BLOCK_EXTERNAL</em></strong> like so:</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
</pre></td><td
class="code"><pre>define('WP_HTTP_BLOCK_EXTERNAL', true);</pre></td></tr></table></div><p>Whenever this variable is present, external requests will be ignored, unless you specify your own comma-separated whitelist of domains using <strong><em>WP_ACCESSIBLE_HOSTS</em></strong> like...<div
class=clear></div> <a
href="http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p>One thing that&#039;s been continuously annoying me when doing WordPress development on the go is when something somewhere inside WordPress decides to send requests to external urls when I don&#039;t even have Internet connection or it&#039;s slow and flaky (tethering, slow Wi-Fi, etc). This results in random lag when loading pages, especially if I haven&#039;t opened my dev WordPress instance for a long time.</p><p>Turns out there&#039;s an easy and undocumented (other than in code) solution. To block external HTTP requests right in WordPress&#039;s core itself, open up wp-config.php and add <strong><em>WP_HTTP_BLOCK_EXTERNAL</em></strong> like so:</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
</pre></td><td
class="code"><pre>define('WP_HTTP_BLOCK_EXTERNAL', true);</pre></td></tr></table></div><p>Whenever this variable is present, external requests will be ignored, unless you specify your own comma-separated whitelist of domains using <strong><em>WP_ACCESSIBLE_HOSTS</em></strong> like so:</p><div
class="wp_syntax"><table><tr><td
class="line_numbers"><pre>1
</pre></td><td
class="code"><pre>define('WP_ACCESSIBLE_HOSTS', 'site1.com, site2.com');</pre></td></tr></table></div><pre></pre><p>You can examine relevant core code <a
href="http://svn.automattic.com/wordpress/trunk/wp-includes/class-http.php">here</a> and the relevant bug reports <a
href="http://core.trac.wordpress.org/ticket/8927">here</a> and <a
href="http://core.trac.wordpress.org/ticket/14636">here</a>.</p><p>Happy developing!</p><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=How+To%3A+Disable%2FBlock+External+HTTP+Requests+In+Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=How+To%3A+Disable%2FBlock+External+HTTP+Requests+In+Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=How+To%3A+Disable%2FBlock+External+HTTP+Requests+In+Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=How+To%3A+Disable%2FBlock+External+HTTP+Requests+In+Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=How+To%3A+Disable%2FBlock+External+HTTP+Requests+In+Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=How+To%3A+Disable%2FBlock+External+HTTP+Requests+In+Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=How+To%3A+Disable%2FBlock+External+HTTP+Requests+In+Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=How%20To%3A%20Disable%2FBlock%20External%20HTTP%20Requests%20In%20Wordpress&amp;link=http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/&amp;notes=One%20thing%20that%27s%20been%20continuously%20annoying%20me%20when%20doing%20Wordpress%20development%20on%20the%20go%20is%20when%20something%20somewhere%20inside%20Wordpress%20decides%20to%20send%20requests%20to%20external%20urls%20when%20I%20don%27t%20even%20have%20Internet%20connection%20or%20it%27s%20slow%20and%20flaky%20%28tethering%2C%20slow%20Wi-Fi%2C%20etc%29.%20This%20results%20in%20random%20lag%20&amp;short_link=http://bit.ly/sxcL9M&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2010/01/18/wordpress-developers-how-do-you-make-a-living-poll-discussion/" rel="bookmark" title="January 18, 2010">WordPress Developers &#8211; How Do You Make A Living [Poll + Discussion]?</a></li><li><a
href="http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/" rel="bookmark" title="June 20, 2009">How To Properly Set SVN svn:externals Property In SVN Command Line</a></li><li><a
href="http://beerpla.net/2010/06/10/how-to-display-just-the-http-response-code-in-cli-curl/" rel="bookmark" title="June 10, 2010">How To Display Just The HTTP Response Code In Command Line Curl</a></li><li><a
href="http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/" rel="bookmark" title="June 11, 2009">Proof That God Does Exist &#8211; You Can Finally Block Those Insanely Annoying Facebook Quizzes For Good</a></li><li><a
href="http://beerpla.net/2008/03/29/beer-planet-upgraded-to-wordpress-25/" rel="bookmark" title="March 29, 2008">Beer Planet Upgraded To WordPress 2.5</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2011%2F11%2F16%2Fhow-to-disableblock-external-http-requests-in-wordpress%2F&amp;title=How%20To%3A%20Disable%2FBlock%20External%20HTTP%20Requests%20In%20WordPress" id="wpa2a_2"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2011/11/16/how-to-disableblock-external-http-requests-in-wordpress/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Proof That God Does Exist &#8211; You Can Finally Block Those Insanely Annoying Facebook Quizzes For Good</title><link>http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/</link> <comments>http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/#comments</comments> <pubDate>Thu, 11 Jun 2009 15:45:00 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Awesomeness]]></category> <category><![CDATA[My Favorites]]></category> <category><![CDATA[Stuff]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[addon]]></category> <category><![CDATA[annoying]]></category> <category><![CDATA[block]]></category> <category><![CDATA[disable]]></category> <category><![CDATA[facebook]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[quiz]]></category> <category><![CDATA[script]]></category> <guid
isPermaLink="false">http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/</guid> <description><![CDATA[<h2>WTF</h2><p>I don&#039;t know about you, but I&#039;m incredibly sick of Facebook quizzes. Yeah, shit like this which occupies 90% of my news feed:</p><p><a
href="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image.png" class="lightview" rel="gallery['1029']" title="image"><img
style="display: block; float: none; margin-left: auto; margin-right: auto" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_thumb.png" width="525" height="279" /></a></p><p>And to make matters worse, Facebook provides no means to block these quizzes and rid your profile of them forever. The only thing you can do is block each individual quiz. But just like weeds in your backyard, when you block one, three more rise up in its place. I know I am not alone here &#8211; there are literally billions of people searching for a solution to the plague.</p><p>So, what does the tech community do when it is not happy?</p><ol><li>Runs to mommy, crying.</li><li>Drinks heavily, passes out, and comes to work</li></ol><p>...<div
class=clear></div> <a
href="http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<h2>WTF</h2><p>I don&#039;t know about you, but I&#039;m incredibly sick of Facebook quizzes. Yeah, shit like this which occupies 90% of my news feed:</p><p><a
href="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image.png" class="lightview" rel="gallery['1029']" title="image"><img
style="display: block; float: none; margin-left: auto; margin-right: auto" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_thumb.png" width="525" height="279" /></a></p><p>And to make matters worse, Facebook provides no means to block these quizzes and rid your profile of them forever. The only thing you can do is block each individual quiz. But just like weeds in your backyard, when you block one, three more rise up in its place. I know I am not alone here &#8211; there are literally billions of people searching for a solution to the plague.</p><p>So, what does the tech community do when it is not happy?</p><ol><li>Runs to mommy, crying.</li><li>Drinks heavily, passes out, and comes to work with a keyboard faceprint, dressed as Koolaid.</li><li>Ignores the problem and lives with it (pussy).</li><li>Takes the matters into its own hands and develops a solution.</li></ol><p>The correct answers are:</p><p
align="center">1. <a
href="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_3.png" class="lightview" rel="gallery['1029']" title="image"><img
style="display: inline" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_thumb_3.png" width="120" height="170" /></a> 2. <a
href="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_4.png" class="lightview" rel="gallery['1029']" title="image"><img
style="display: inline" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_thumb_4.png" width="128" height="170" /></a> and 4. <a
href="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_5.png" class="lightview" rel="gallery['1029']" title="image"><img
style="display: inline" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_thumb_5.png" width="170" height="170" /></a></p></p><p>Enter a true geek at heart by the name of <a
href="http://steeev.freehostia.com/" rel="nofollow" target="_blank">Steeev</a> with his Facebook Purity greasemonkey script that was created with the sole purpose of BLOCKING THE FUCKING QUIZZES. Go <strike>Steeve</strike> Steeev!</p><h2>Solution</h2><p>Installation is as easy as 1, 2, 3:</p><ol><li>Install <a
href="http://www.getfirefox.com/" rel="nofollow">Firefox</a> (you already have that, right?)</li><li>Install the <a
href="https://addons.mozilla.org/en-US/firefox/addon/748" rel="nofollow">Firefox greasemonkey extension</a></li><li>Install the <a
href="http://userscripts.org/scripts/show/44459" rel="nofollow" target="_blank">Facebook Purity script</a></li></ol><p>That&#039;s it. Now go to your Facebook page (make sure you access it via <a
href="http://www.facebook.com">www.facebook.com</a> or <a
href="http://www.new.facebook.com">www.new.facebook.com</a> and not YOURUNIVERSITY.facebook.com (like ucdavis.facebook.com)).</p><p>Check it out &#8211; all quizzes are gone, the script even tells you how many quizzes were blocked:</p><p><a
href="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_6.png" class="lightview" rel="gallery['1029']" title="image"><img
style="display: block; float: none; margin-left: auto; margin-right: auto" title="image" alt="image" src="http://beerpla.net/wp-content/uploads/GodDoesExistBlockThoseInsanelyAnnoyingFa_14DB7/image_thumb_6.png" width="289" height="55" /></a></p><p>Pure bliss. Rest quizless now, everyone.</p><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Proof+That+God+Does+Exist+-+You+Can+Finally+Block+Those+Insanely+Annoying+Facebook+Quizzes+For+Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Proof+That+God+Does+Exist+-+You+Can+Finally+Block+Those+Insanely+Annoying+Facebook+Quizzes+For+Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=Proof+That+God+Does+Exist+-+You+Can+Finally+Block+Those+Insanely+Annoying+Facebook+Quizzes+For+Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Proof+That+God+Does+Exist+-+You+Can+Finally+Block+Those+Insanely+Annoying+Facebook+Quizzes+For+Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Proof+That+God+Does+Exist+-+You+Can+Finally+Block+Those+Insanely+Annoying+Facebook+Quizzes+For+Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=Proof+That+God+Does+Exist+-+You+Can+Finally+Block+Those+Insanely+Annoying+Facebook+Quizzes+For+Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Proof+That+God+Does+Exist+-+You+Can+Finally+Block+Those+Insanely+Annoying+Facebook+Quizzes+For+Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Proof%20That%20God%20Does%20Exist%20-%20You%20Can%20Finally%20Block%20Those%20Insanely%20Annoying%20Facebook%20Quizzes%20For%20Good&amp;link=http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/&amp;notes=WTF%0D%0AI%20don%27t%20know%20about%20you%2C%20but%20I%27m%20incredibly%20sick%20of%20Facebook%20quizzes.%20Yeah%2C%20shit%20like%20this%20which%20occupies%2090%25%20of%20my%20news%20feed%3A%0D%0A%0D%0AAnd%20to%20make%20matters%20worse%2C%20Facebook%20provides%20no%20means%20to%20block%20these%20quizzes%20and%20rid%20your%20profile%20of%20them%20forever.%20The%20only%20thing%20you%20can%20do%20is%20block%20each%20individual%20&amp;short_link=http://bit.ly/97pyJg&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2009/10/24/are-you-a-stackoverflow-com-superuser-com-serverfault-com-fan-heres-a-greasemonkey-script-to-keep-track-of-your-accounts-on-all-of-them/" rel="bookmark" title="October 24, 2009">StackOverflow.com, SuperUser.com, ServerFault.com Fan? Here&#039;s A Greasemonkey Script To Keep Track Of All Your Accounts</a></li><li><a
href="http://beerpla.net/2009/12/20/enable-a-twitter-retweet-rt-button-that-lets-you-add-comments-before-retweeting/" rel="bookmark" title="December 20, 2009">Enable A Twitter Retweet (RT) Button That Lets You Add Comments Before Retweeting</a></li><li><a
href="http://beerpla.net/2009/03/17/twitter-autocomplete-auto-url-expansion-auto-url-shortener-auto-pagination-rt-button-nested-replies-inline-media-embed-search-tabs-and-more/" rel="bookmark" title="March 17, 2009">Twitter.com Autocomplete, Auto URL Expansion, Auto URL Shortener, RT Button, Nested Replies, Inline Media Embed, Search Tabs, And More</a></li><li><a
href="http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/" rel="bookmark" title="January 12, 2010">Are Your Youtube Video Embeds Missing The Full Screen Button? Here Is How To Fix It</a></li><li><a
href="http://beerpla.net/2010/01/11/web-dev-browser-breakdown-statscharts-from-plaxo-com-for-december-2009-and-thoughts/" rel="bookmark" title="January 11, 2010">[Web Dev] Browser Breakdown Stats+Charts From Plaxo.com For December 2009 And Thoughts</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2009%2F06%2F11%2Fproof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good%2F&amp;title=Proof%20That%20God%20Does%20Exist%20%26%238211%3B%20You%20Can%20Finally%20Block%20Those%20Insanely%20Annoying%20Facebook%20Quizzes%20For%20Good" id="wpa2a_4"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2009/06/11/proof-that-god-does-exist-you-can-finally-block-those-insanely-annoying-facebook-quizzes-for-good/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
