<?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: Howto: Create AdBlock Resistant Ads</title>
	<atom:link href="http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/</link>
	<description>技术任意</description>
	<lastBuildDate>Fri, 04 Dec 2009 04:36:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HoboBen</title>
		<link>http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/comment-page-1/#comment-3000</link>
		<dc:creator>HoboBen</dc:creator>
		<pubDate>Fri, 14 Sep 2007 15:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/#comment-3000</guid>
		<description>&lt;p&gt;Yahoo mail uses slightly random advert names sometimes, so one thing I use is this AdBlock Helper Addon:
https://addons.mozilla.org/en-US/firefox/addon/4364&lt;/p&gt;

&lt;p&gt;If all your ads were in a div or images/links with a certain CSS id, class or style (basically, every element formatted in any way does!) then they can be hidden separately.&lt;/p&gt;

&lt;p&gt;Which is nice :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yahoo mail uses slightly random advert names sometimes, so one thing I use is this AdBlock Helper Addon:
<a href="https://addons.mozilla.org/en-US/firefox/addon/4364" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/4364</a></p>

<p>If all your ads were in a div or images/links with a certain CSS id, class or style (basically, every element formatted in any way does!) then they can be hidden separately.</p>

<p>Which is nice :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 小罗</title>
		<link>http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/comment-page-1/#comment-2999</link>
		<dc:creator>小罗</dc:creator>
		<pubDate>Fri, 14 Sep 2007 15:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/#comment-2999</guid>
		<description>&lt;p&gt;&quot;The website can’t override that.&quot;&lt;/p&gt;

&lt;p&gt;Actually, I don&#039;t know about that. I haven&#039;t looked into it, but I would assume the local CSS sheet would just set display:none or something. With Javascript you could setup a timer to check divs on the page, see if that it was set to no-show, and unset it.&lt;/p&gt;

&lt;p&gt;Just guessing - I haven&#039;t played much with that from the client side of things. Sound like an interesting thing to look at though ^_^.&lt;/p&gt;

&lt;p&gt;Also, again that&#039;s the client using the div ID and overriding the style. If you keep the div ID random it&#039;d be harder to hide (especially inline with an article or something)&lt;/p&gt;

&lt;p&gt;(of course, if they have adblock on and javascript off there is not much you could do about it aside from this kind of thing that would reshow the ad / change the div id on next page load)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;The website can’t override that.&#8221;</p>

<p>Actually, I don&#8217;t know about that. I haven&#8217;t looked into it, but I would assume the local CSS sheet would just set display:none or something. With Javascript you could setup a timer to check divs on the page, see if that it was set to no-show, and unset it.</p>

<p>Just guessing &#8211; I haven&#8217;t played much with that from the client side of things. Sound like an interesting thing to look at though ^_^.</p>

<p>Also, again that&#8217;s the client using the div ID and overriding the style. If you keep the div ID random it&#8217;d be harder to hide (especially inline with an article or something)</p>

<p>(of course, if they have adblock on and javascript off there is not much you could do about it aside from this kind of thing that would reshow the ad / change the div id on next page load)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Gibson</title>
		<link>http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/comment-page-1/#comment-2998</link>
		<dc:creator>Doug Gibson</dc:creator>
		<pubDate>Fri, 14 Sep 2007 14:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/#comment-2998</guid>
		<description>&lt;p&gt;I&#039;m still confused if there&#039;s actually a way to determine if your ads have been blocked in the first place. If so, you can take alternative steps from warning/blocking the user to re-serving the ad from a different location, etc.&lt;/p&gt;

&lt;p&gt;Ad-block should just make an alternative mechanism that looks at your DOM and generates a user-defined stylesheet to hide the ads. The website can&#039;t override that. But then I can think of counters to that in the case that the ad is not neatly inside an IDed or classed element...so yeah, turns into an arms race.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m still confused if there&#8217;s actually a way to determine if your ads have been blocked in the first place. If so, you can take alternative steps from warning/blocking the user to re-serving the ad from a different location, etc.</p>

<p>Ad-block should just make an alternative mechanism that looks at your DOM and generates a user-defined stylesheet to hide the ads. The website can&#8217;t override that. But then I can think of counters to that in the case that the ad is not neatly inside an IDed or classed element&#8230;so yeah, turns into an arms race.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Ready</title>
		<link>http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/comment-page-1/#comment-2997</link>
		<dc:creator>Christian Ready</dc:creator>
		<pubDate>Fri, 14 Sep 2007 13:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/#comment-2997</guid>
		<description>&lt;p&gt;Yeah, but you have to admit having AdBlock is essential if you were planning to read anything at the Sys-Con website :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, but you have to admit having AdBlock is essential if you were planning to read anything at the Sys-Con website :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rankin</title>
		<link>http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/comment-page-1/#comment-2995</link>
		<dc:creator>Mike Rankin</dc:creator>
		<pubDate>Fri, 14 Sep 2007 10:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/09/14/howto-create-adblock-resistant-ads/#comment-2995</guid>
		<description>&lt;p&gt;Let me guess, you work for Sys-con.  Seriously, if your ads are so annoying that you have to go to these lengths, you&#039;re probably going to be driving people away from your content.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Let me guess, you work for Sys-con.  Seriously, if your ads are so annoying that you have to go to these lengths, you&#8217;re probably going to be driving people away from your content.</p>]]></content:encoded>
	</item>
</channel>
</rss>
