<?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: Fun with Cascading Style Sheet and the rel=&#8221;nofollow&#8221; tag</title>
	<atom:link href="http://standardmischief.com/blog/2006/05/05/fun-with-cascading-style-sheet-and-the-renofollow-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://standardmischief.com/blog/2006/05/05/fun-with-cascading-style-sheet-and-the-renofollow-tag/</link>
	<description>Life. Liberty. Pursuit of Happiness.</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:55:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Phil Welch</title>
		<link>http://standardmischief.com/blog/2006/05/05/fun-with-cascading-style-sheet-and-the-renofollow-tag/comment-page-1/#comment-569</link>
		<dc:creator>Phil Welch</dc:creator>
		<pubDate>Sun, 14 May 2006 11:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://standardmischief.com/?p=98#comment-569</guid>
		<description>I just use the CSS provided at http://www.floppymoose.com/. It&#039;s pretty smart, but understandably not perfect.</description>
		<content:encoded><![CDATA[<p>I just use the CSS provided at <a href="http://www.floppymoose.com/" rel="nofollow">http://www.floppymoose.com/</a>. It&#8217;s pretty smart, but understandably not perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Standard Mischief</title>
		<link>http://standardmischief.com/blog/2006/05/05/fun-with-cascading-style-sheet-and-the-renofollow-tag/comment-page-1/#comment-498</link>
		<dc:creator>Standard Mischief</dc:creator>
		<pubDate>Fri, 05 May 2006 21:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://standardmischief.com/?p=98#comment-498</guid>
		<description>Thanks for the info. I think I&#039;ve seen this strategy before:

http://www.mozilla.org/support/firefox/adblock

So if I&#039;m right, you use the cascading style sheet to block any images that are a certain industry standard size, right?

I block ads by using a plug-in (extension) program for Firefox called Adblock. Then I use a RegEx list for adblocking. The list I use is called Filterset.G, and I have another extension to automatically update that.

Furthermore I have the following extra lines in my CSS:

&lt;code&gt;div[id=&quot;mouselayer&quot;],
div[id=&quot;adstrip&quot;],
div[id*=&quot;advert&quot;],
div[id=&quot;dropin&quot;],
div[id=&quot;dwindow&quot;],
div[id=&quot;dcv_EchangeLay&quot;],
div[id=&quot;mntl&quot;],
div[id*=&quot;popup&quot;],
div[id=&quot;quack&quot;],
div[id=&quot;splashLayer&quot;],
div[id*=&quot;sponsor&quot;],
div[id=&quot;yschsec&quot;],
div[class=&quot;ovt&quot;],
div[id=&quot;fadeinbox&quot;]{
        display: none !important;&lt;/code&gt; }

They seem to block some kinds of ads that Adblock misses. I added the first line to block ads from the public proxy at &lt;strong&gt;anony mo use.org&lt;/strong&gt; (take out extra spaces). Makes it so much nicer to use.

the extension Adblock is cool also because I can click on it and see a list of all the elements that a web page called. It helps to extract deep links to video and audio files, and lets you see what web-counters the site you are visiting is using.

Thanks for the Safari info.</description>
		<content:encoded><![CDATA[<p>Thanks for the info. I think I&#8217;ve seen this strategy before:</p>
<p><a href="http://www.mozilla.org/support/firefox/adblock" rel="nofollow">http://www.mozilla.org/support/firefox/adblock</a></p>
<p>So if I&#8217;m right, you use the cascading style sheet to block any images that are a certain industry standard size, right?</p>
<p>I block ads by using a plug-in (extension) program for Firefox called Adblock. Then I use a RegEx list for adblocking. The list I use is called Filterset.G, and I have another extension to automatically update that.</p>
<p>Furthermore I have the following extra lines in my CSS:</p>
<p><code>div[id="mouselayer"],<br />
div[id="adstrip"],<br />
div[id*="advert"],<br />
div[id="dropin"],<br />
div[id="dwindow"],<br />
div[id="dcv_EchangeLay"],<br />
div[id="mntl"],<br />
div[id*="popup"],<br />
div[id="quack"],<br />
div[id="splashLayer"],<br />
div[id*="sponsor"],<br />
div[id="yschsec"],<br />
div[class="ovt"],<br />
div[id="fadeinbox"]{<br />
        display: none !important;</code> }</p>
<p>They seem to block some kinds of ads that Adblock misses. I added the first line to block ads from the public proxy at <strong>anony mo use.org</strong> (take out extra spaces). Makes it so much nicer to use.</p>
<p>the extension Adblock is cool also because I can click on it and see a list of all the elements that a web page called. It helps to extract deep links to video and audio files, and lets you see what web-counters the site you are visiting is using.</p>
<p>Thanks for the Safari info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Welch</title>
		<link>http://standardmischief.com/blog/2006/05/05/fun-with-cascading-style-sheet-and-the-renofollow-tag/comment-page-1/#comment-496</link>
		<dc:creator>Phil Welch</dc:creator>
		<pubDate>Fri, 05 May 2006 19:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://standardmischief.com/?p=98#comment-496</guid>
		<description>By which I mean banner ad filtering, but it&#039;s just as bad as spam anyway :)</description>
		<content:encoded><![CDATA[<p>By which I mean banner ad filtering, but it&#8217;s just as bad as spam anyway <img src='http://standardmischief.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Welch</title>
		<link>http://standardmischief.com/blog/2006/05/05/fun-with-cascading-style-sheet-and-the-renofollow-tag/comment-page-1/#comment-495</link>
		<dc:creator>Phil Welch</dc:creator>
		<pubDate>Fri, 05 May 2006 19:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://standardmischief.com/?p=98#comment-495</guid>
		<description>UserContent.css files are also compatible with Safari, the web browser included with Mac OS X. I use one for spam filtering.</description>
		<content:encoded><![CDATA[<p>UserContent.css files are also compatible with Safari, the web browser included with Mac OS X. I use one for spam filtering.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

