<?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>OhRyan.ca &#187; ad blocking</title>
	<atom:link href="http://ohryan.ca/blog/tag/ad-blocking/feed/" rel="self" type="application/rss+xml" />
	<link>http://ohryan.ca/blog</link>
	<description>Canadian Tech News, Hacks &#38; How To</description>
	<lastBuildDate>Wed, 25 Jan 2012 06:46:37 +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>WhyFireFoxIsBlocked is wrong! Adblock Plus is 100% Detectable!</title>
		<link>http://ohryan.ca/blog/2007/08/20/whyfirefoxisblock-is-wrong-adblock-plus-is-100-detectable/</link>
		<comments>http://ohryan.ca/blog/2007/08/20/whyfirefoxisblock-is-wrong-adblock-plus-is-100-detectable/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 19:19:35 +0000</pubDate>
		<dc:creator>RyanN</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[ad blocking]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://ohryan.ca/blog/2007/08/20/whyfirefoxisblock-is-wrong-adblock-plus-is-100-detectable/</guid>
		<description><![CDATA[whyfirefoxisblocked.com does not know what they&#8217;re talking about. Ad Block Plus is 100% lame and 100% detectable. The following code detects ad block plus: index.html: &#60;script language="javascript"&#62; var disabled = false; &#60;/script&#62; &#60;script src="something.js?thisistotrickyou=http://a.as-us.falkag.net/... dat/njf/41/domain.com/ros_pop_tag.js"&#62;&#60;/script&#62; &#60;script language="javascript"&#62; if(!disabled){ // DO SOMETHING HERE, like a redirect alert("You Are Using Ad Block Plus or some other blocking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://whyfirefoxisblocked.com/index1.php">whyfirefoxisblocked.com</a> does not know what they&#8217;re talking about. Ad Block Plus is 100% lame and 100% detectable.</p>
<p>The following code detects ad block plus:</p>
<p>index.html:<code><br />
&lt;script language="javascript"&gt; var disabled = false; &lt;/script&gt;<br />
&lt;script src="something.js?thisistotrickyou=http://a.as-us.falkag.net/...<br />
dat/njf/41/domain.com/ros_pop_tag.js"&gt;&lt;/script&gt;<br />
&lt;script language="javascript"&gt;<br />
if(!disabled){<br />
// DO SOMETHING HERE, like a redirect<br />
alert("You Are Using Ad Block Plus or some other blocking software! Please don\'t, our site operates on ad revenue."); }<br />
&lt;/script&gt;<br />
</code></p>
<p>something.js:<code><br />
disabled = true;<br />
</code></p>
<p><a href="http://ohryan.ca/testbed/adblock/">Proof of concept</a></p>
<p>More research later.</p>
]]></content:encoded>
			<wfw:commentRss>http://ohryan.ca/blog/2007/08/20/whyfirefoxisblock-is-wrong-adblock-plus-is-100-detectable/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

