<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: AdBlock Detection Script Demonstration</title>
	<atom:link href="http://www.adblock.org/2004/07/adblock_detection_demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adblock.org/2004/07/adblock_detection_demo/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 19 Aug 2010 12:59:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Werbeblocker &#8211; AdBlocker Technologien &#171; Umlaut</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-16269</link>
		<dc:creator>Werbeblocker &#8211; AdBlocker Technologien &#171; Umlaut</dc:creator>
		<pubDate>Thu, 19 Aug 2010 12:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-16269</guid>
		<description>[...] Die AdBlocker temporär zu umgehen wäre grundsätzlich möglich (zb Ändern von URLs, Server Side Includes der Ads), ist aber bei grösseren Werbenetzwerken schwierig und kommt schlussendlich einem Katz und Mausspiel zwischen Adblocker und Werbenetzwerk gleich. Einige Seiten versuchen AdBlocker zu detektieren und zeigen dem Endbenutzer dann einen Warnhinweis an, appellieren an seine Loyalität den Werbeblocker abzuschalten(zb bei tvshack hab ich das mal beobachtet). Eine Beschreibung der Vorgangsweise der Erkennung von installierten Werbeblockern findet sich bei thepcspy (Javascript Test auf Höhe eines iFrame, in das eine Google Werbung geladen wird. Wenn = 0, dann Werbeblocker),  eine Demo der Detection und Warnhinweis findet sich unter adblock.org [...]</description>
		<content:encoded><![CDATA[<p>[...] Die AdBlocker temporär zu umgehen wäre grundsätzlich möglich (zb Ändern von URLs, Server Side Includes der Ads), ist aber bei grösseren Werbenetzwerken schwierig und kommt schlussendlich einem Katz und Mausspiel zwischen Adblocker und Werbenetzwerk gleich. Einige Seiten versuchen AdBlocker zu detektieren und zeigen dem Endbenutzer dann einen Warnhinweis an, appellieren an seine Loyalität den Werbeblocker abzuschalten(zb bei tvshack hab ich das mal beobachtet). Eine Beschreibung der Vorgangsweise der Erkennung von installierten Werbeblockern findet sich bei thepcspy (Javascript Test auf Höhe eines iFrame, in das eine Google Werbung geladen wird. Wenn = 0, dann Werbeblocker),  eine Demo der Detection und Warnhinweis findet sich unter adblock.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-16044</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 28 Jul 2010 11:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-16044</guid>
		<description>Sorry, here is a htmlentities encoded version of the snippet

&lt;div  id=&quot;blockedalt&quot; style=&quot;display:none; height:90px; width:728px; background:white;&quot;&gt;
&lt;p style=&quot;padding:10px; font-weight:bold&quot;&gt;Please disable your adblocker and support our site&lt;/p&gt;&lt;/div&gt;

&lt;script&gt;
var div = document.getElementById(&#039;topbanner&#039;);
if(div.getElementsByTagName(&#039;IFRAME&#039;)[0] == null){
    document.getElementById(&#039;blockedalt&#039;).style.display = &quot;block&quot;;
}	
&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, here is a htmlentities encoded version of the snippet</p>
<p>&lt;div  id=&quot;blockedalt&quot; style=&quot;display:none; height:90px; width:728px; background:white;&quot;&gt;<br />
&lt;p style=&quot;padding:10px; font-weight:bold&quot;&gt;Please disable your adblocker and support our site&lt;/p&gt;&lt;/div&gt;</p>
<p>&lt;script&gt;<br />
var div = document.getElementById(&#8216;topbanner&#8217;);<br />
if(div.getElementsByTagName(&#8216;IFRAME&#8217;)[0] == null){<br />
    document.getElementById(&#8216;blockedalt&#8217;).style.display = &quot;block&quot;;<br />
}<br />
&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-16043</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 28 Jul 2010 11:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-16043</guid>
		<description>I have devised a script snippet that will work perfectly

Just put this inside the DIV / Wrapper of your adds below the add-call script  and adjust  the css/message to suit yourself

[code]

Please disable your adblocker and support our site

var div = document.getElementById(&#039;topbanner&#039;);
if(div.getElementsByTagName(&#039;IFRAME&#039;)[0] == null){
    document.getElementById(&#039;blockedalt&#039;).style.display = &quot;block&quot;;
}
[/code]</description>
		<content:encoded><![CDATA[<p>I have devised a script snippet that will work perfectly</p>
<p>Just put this inside the DIV / Wrapper of your adds below the add-call script  and adjust  the css/message to suit yourself</p>
<p>[code]</p>
<p>Please disable your adblocker and support our site</p>
<p>var div = document.getElementById('topbanner');<br />
if(div.getElementsByTagName('IFRAME')[0] == null){<br />
    document.getElementById('blockedalt').style.display = "block";<br />
}<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-8592</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 23 Nov 2006 19:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-8592</guid>
		<description>This isn&#039;t a test page.  With the test variable set to always display the message, it&#039;s impossible to tell if it&#039;s really detecting adblocking software.  At this point, it&#039;s more a &quot;javascript enabled&quot; detector.</description>
		<content:encoded><![CDATA[<p>This isn&#8217;t a test page.  With the test variable set to always display the message, it&#8217;s impossible to tell if it&#8217;s really detecting adblocking software.  At this point, it&#8217;s more a &#8220;javascript enabled&#8221; detector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tassoman</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-764</link>
		<dc:creator>Tassoman</dc:creator>
		<pubDate>Fri, 19 May 2006 10:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-764</guid>
		<description>Your script doesn&#039;t work on firefox throws thats errors:

&lt;code&gt;Errore: syntax error
File sorgente: http://www.adblock.org/2004/07/adblock_detection_demo/
Riga: 86
Codice sorgente:

&lt;/code&gt;

&lt;code&gt;Errore: AdBlockTest is not defined
File sorgente: http://www.adblock.org/adblock.js
Riga: 59&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Your script doesn&#8217;t work on firefox throws thats errors:</p>
<p><code>Errore: syntax error<br />
File sorgente: <a href="http://www.adblock.org/2004/07/adblock_detection_demo/" rel="nofollow">http://www.adblock.org/2004/07/adblock_detection_demo/</a><br />
Riga: 86<br />
Codice sorgente:</p>
<p></code></p>
<p><code>Errore: AdBlockTest is not defined<br />
File sorgente: <a href="http://www.adblock.org/adblock.js" rel="nofollow">http://www.adblock.org/adblock.js</a><br />
Riga: 59</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syron</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-609</link>
		<dc:creator>Syron</dc:creator>
		<pubDate>Sat, 29 Apr 2006 03:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-609</guid>
		<description>You&#039;re free to set up your websites however you want, but once code gets to my end, I&#039;ll display it however I want. I block intrusive ads like doubleclick, but I choose to allow stuff like googlesyndication. If your ads are like the ones on this website, I&#039;ll see them. If you or they annoy me, then I block them. I also don&#039;t use filter sets, so if I&#039;m browsing random websites for information, I&#039;m more likely to see ads.</description>
		<content:encoded><![CDATA[<p>You&#8217;re free to set up your websites however you want, but once code gets to my end, I&#8217;ll display it however I want. I block intrusive ads like doubleclick, but I choose to allow stuff like googlesyndication. If your ads are like the ones on this website, I&#8217;ll see them. If you or they annoy me, then I block them. I also don&#8217;t use filter sets, so if I&#8217;m browsing random websites for information, I&#8217;m more likely to see ads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritter</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-263</link>
		<dc:creator>Ritter</dc:creator>
		<pubDate>Fri, 17 Feb 2006 21:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-263</guid>
		<description>This code sample doesn&#039;t work,.. banner.gif (the bait) does not get blocked, however the script detects that it does.  This false alarm doesn&#039;t prove functional for a production site trying to reclaim its advertising viewership.</description>
		<content:encoded><![CDATA[<p>This code sample doesn&#8217;t work,.. banner.gif (the bait) does not get blocked, however the script detects that it does.  This false alarm doesn&#8217;t prove functional for a production site trying to reclaim its advertising viewership.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Boyd</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-9</link>
		<dc:creator>John Boyd</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-9</guid>
		<description>Thank you for your efforts on this issue. 

Seems odd that your post has been up since July and yet no-one has mentioned that the spelling &quot;recieve&quot; is incorrect on your pop-up.</description>
		<content:encoded><![CDATA[<p>Thank you for your efforts on this issue. </p>
<p>Seems odd that your post has been up since July and yet no-one has mentioned that the spelling &#8220;recieve&#8221; is incorrect on your pop-up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-50</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-50</guid>
		<description>It claims I&#039;m running Adblock software in both Firefox and IE. This is only true for Firefox. Perhaps it&#039;s a bug?</description>
		<content:encoded><![CDATA[<p>It claims I&#8217;m running Adblock software in both Firefox and IE. This is only true for Firefox. Perhaps it&#8217;s a bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Davis</title>
		<link>http://www.adblock.org/2004/07/adblock_detection_demo/comment-page-1/#comment-54</link>
		<dc:creator>Rob Davis</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.adblock.org/blog/2004/07/adblock_detection_demo/#comment-54</guid>
		<description>I noticed that the window still appears even if I have Adblock disabled when I load the page.</description>
		<content:encoded><![CDATA[<p>I noticed that the window still appears even if I have Adblock disabled when I load the page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
