<?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: Hide Inline Offers on Citi Card Activity</title>
	<atom:link href="http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/</link>
	<description></description>
	<lastBuildDate>Fri, 01 Jul 2011 12:51:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Paul</title>
		<link>http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136300</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 11 Feb 2009 14:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=803#comment-136300</guid>
		<description>Many people who use Firefox have the AdBlock Plus add-on installed. Install the Adblock Plus Element Hiding Helper and you can select the frame containing said advertisement. 
There are several elements so it might be tricky, but you want the TD frame.
Example: accountonline.com#TD(colspan=2)

And most importantly: CALL AND COMPLAIN!!! Do you want a future where all you see are advertisements everywhere you look? You can give them your soul and your family and it&#039;ll never be enough..</description>
		<content:encoded><![CDATA[<p>Many people who use Firefox have the AdBlock Plus add-on installed. Install the Adblock Plus Element Hiding Helper and you can select the frame containing said advertisement.<br />
There are several elements so it might be tricky, but you want the TD frame.<br />
Example: accountonline.com#TD(colspan=2)</p>
<p>And most importantly: CALL AND COMPLAIN!!! Do you want a future where all you see are advertisements everywhere you look? You can give them your soul and your family and it&#8217;ll never be enough..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Thomas</title>
		<link>http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136241</link>
		<dc:creator>Dave Thomas</dc:creator>
		<pubDate>Tue, 10 Feb 2009 23:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=803#comment-136241</guid>
		<description>Appreciate the Greasemonkey script. Found them really annoying, then came across a Lifehacker post which linked to you and your solution. Thanks very much!</description>
		<content:encoded><![CDATA[<p>Appreciate the Greasemonkey script. Found them really annoying, then came across a Lifehacker post which linked to you and your solution. Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence</title>
		<link>http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136220</link>
		<dc:creator>Laurence</dc:creator>
		<pubDate>Tue, 10 Feb 2009 19:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=803#comment-136220</guid>
		<description>I had noticed these and tried to ignore them...  Pretty cool work around.  Thanks :)</description>
		<content:encoded><![CDATA[<p>I had noticed these and tried to ignore them&#8230;  Pretty cool work around.  Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P Zimmerman</title>
		<link>http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136210</link>
		<dc:creator>P Zimmerman</dc:creator>
		<pubDate>Tue, 10 Feb 2009 17:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=803#comment-136210</guid>
		<description>Here&#039;s another idea: call their 1-800 number telling them its unwelcome spam.

And when I say call them, I mean  repeatedly.  If you&#039;ve got a spare half hour, try 20 or so times.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s another idea: call their 1-800 number telling them its unwelcome spam.</p>
<p>And when I say call them, I mean  repeatedly.  If you&#8217;ve got a spare half hour, try 20 or so times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136199</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 10 Feb 2009 14:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=803#comment-136199</guid>
		<description>thanks, this is great.  hate these ads.</description>
		<content:encoded><![CDATA[<p>thanks, this is great.  hate these ads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Brundage</title>
		<link>http://mikenaberezny.com/2008/12/27/hide-inline-offers-on-citi-card-activity/comment-page-1/#comment-136198</link>
		<dc:creator>Matthew Brundage</dc:creator>
		<pubDate>Tue, 10 Feb 2009 14:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=803#comment-136198</guid>
		<description>For those without Greasemonkey, an alternative solution would be to use the &quot;Stylish&quot; Firefox extension and add custom CSS. The same effect can be obtained -- and with just a few simple lines, too:
&lt;code&gt;
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(&quot;www.accountonline.com&quot;) {
tr.promo-message {display:none !important;}
}
&lt;/code&gt;

*Note: this code is untested, so the actual implementation may be slightly different from this example.</description>
		<content:encoded><![CDATA[<p>For those without Greasemonkey, an alternative solution would be to use the &#8220;Stylish&#8221; Firefox extension and add custom CSS. The same effect can be obtained &#8212; and with just a few simple lines, too:<br />
<code><br />
@namespace url(http://www.w3.org/1999/xhtml);<br />
@-moz-document domain("www.accountonline.com") {<br />
tr.promo-message {display:none !important;}<br />
}<br />
</code></p>
<p>*Note: this code is untested, so the actual implementation may be slightly different from this example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

