<?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: Remove Text Ads from&#160;GMail</title>
	<atom:link href="http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail</link>
	<description>News that matters for Web Developers</description>
	<lastBuildDate>Sun, 15 Aug 2010 03:49:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nm</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-487784</link>
		<dc:creator>nm</dc:creator>
		<pubDate>Sat, 01 Mar 2008 03:25:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-487784</guid>
		<description>here&#039;s how i do it... create a signature with the word death or dead in it - which block ads.. then make the font of the text white on white. no ads will show in messages.</description>
		<content:encoded><![CDATA[<p>here&#8217;s how i do it&#8230; create a signature with the word death or dead in it &#8211; which block ads.. then make the font of the text white on white. no ads will show in messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-212813</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 24 Jun 2007 07:19:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-212813</guid>
		<description>Hi, nice. I just thought of this too, but for me the following was sufficent:

install AdBlock Plus
define two rules:
google.com#div(id=ra)
google.com#div(class=rhh)

or in a stylesheet:
div#ra, div.rhh {
  display: none!important;
}</description>
		<content:encoded><![CDATA[<p>Hi, nice. I just thought of this too, but for me the following was sufficent:</p>
<p>install AdBlock Plus<br />
define two rules:<br />
google.com#div(id=ra)<br />
google.com#div(class=rhh)</p>
<p>or in a stylesheet:<br />
div#ra, div.rhh {<br />
  display: none!important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nudemen</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-190384</link>
		<dc:creator>nudemen</dc:creator>
		<pubDate>Thu, 14 Jun 2007 21:24:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-190384</guid>
		<description>nudemen!!!
http://nudemen.ifastnet.com</description>
		<content:encoded><![CDATA[<p>nudemen!!!<br />
<a href="http://nudemen.ifastnet.com" rel="nofollow">http://nudemen.ifastnet.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-145583</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 12 Apr 2007 14:41:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-145583</guid>
		<description>hi nice site.</description>
		<content:encoded><![CDATA[<p>hi nice site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pepe</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-116924</link>
		<dc:creator>Pepe</dc:creator>
		<pubDate>Wed, 14 Mar 2007 17:46:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-116924</guid>
		<description>The last one works, but also get rid of the &quot;Print&quot; &quot;Show all&quot; &quot;Show none&quot; &quot;Forward all&quot; options, I think that they are more useful than the level of annoyance of the ads
Sorry because of my bad English.</description>
		<content:encoded><![CDATA[<p>The last one works, but also get rid of the &#8220;Print&#8221; &#8220;Show all&#8221; &#8220;Show none&#8221; &#8220;Forward all&#8221; options, I think that they are more useful than the level of annoyance of the ads<br />
Sorry because of my bad English.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dep</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-94818</link>
		<dc:creator>dep</dc:creator>
		<pubDate>Sun, 11 Feb 2007 15:11:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-94818</guid>
		<description>Actually, after messing around a little bit more, I figured out how to expand the viewing area with the ads removed...

Use the &lt;a href=&quot;http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=https%3A%2F%2Faddons.mozilla.org%2Ffirefox%2F2108%2F&amp;ei=DDLPRc6RHaaQpwL-ja3DAw&amp;usg=__-VmbcEzSTCmwgcaj8NYTRTvDIWM=&amp;sig2=7RsdfMvtAmh55IdSM52FHg&quot;&gt;stylish&lt;/a&gt; extension and then the following code....


@-moz-document url-prefix(http://mail.google.com/) {
body, html {
overflow-x:hidden!important;
}
#rh, #rh .c
{
display:none!important;
}
#msg_0 {
width:820px!important;
}
#mb_0 div, .msg textarea  {
width:800px!important;
}
}</description>
		<content:encoded><![CDATA[<p>Actually, after messing around a little bit more, I figured out how to expand the viewing area with the ads removed&#8230;</p>
<p>Use the <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=https%3A%2F%2Faddons.mozilla.org%2Ffirefox%2F2108%2F&amp;ei=DDLPRc6RHaaQpwL-ja3DAw&amp;usg=__-VmbcEzSTCmwgcaj8NYTRTvDIWM=&amp;sig2=7RsdfMvtAmh55IdSM52FHg">stylish</a> extension and then the following code&#8230;.</p>
<p>@-moz-document url-prefix(http://mail.google.com/) {<br />
body, html {<br />
overflow-x:hidden!important;<br />
}<br />
#rh, #rh .c<br />
{<br />
display:none!important;<br />
}<br />
#msg_0 {<br />
width:820px!important;<br />
}<br />
#mb_0 div, .msg textarea  {<br />
width:800px!important;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dep</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-94810</link>
		<dc:creator>dep</dc:creator>
		<pubDate>Sun, 11 Feb 2007 15:02:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-94810</guid>
		<description>You can also download the firefox extension Stylish and then create a gmail rule with the following code:

@-moz-document url-prefix(http://mail.google.com/) {
#rh, #rh .c
{
display:none!important;
}
}</description>
		<content:encoded><![CDATA[<p>You can also download the firefox extension Stylish and then create a gmail rule with the following code:</p>
<p>@-moz-document url-prefix(http://mail.google.com/) {<br />
#rh, #rh .c<br />
{<br />
display:none!important;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Computer Forums</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-71828</link>
		<dc:creator>Computer Forums</dc:creator>
		<pubDate>Mon, 08 Jan 2007 21:44:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-71828</guid>
		<description>I&#039;ve been using this for a while and it works well.
http://www.compuforums.org/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using this for a while and it works well.<br />
<a href="http://www.compuforums.org/" rel="nofollow">http://www.compuforums.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShakaZ</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-45599</link>
		<dc:creator>ShakaZ</dc:creator>
		<pubDate>Sat, 25 Nov 2006 18:23:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-45599</guid>
		<description>Hello,

i was about to apply this solution to remove those adds, but as the article suggests it will probably work for a limited time only and i&#039;m not sure if this hack won&#039;t prevent useful information from displaying on other websites.

So i tried removing it with the RIP extension (Remove It Permanently) and it works fine... if you right-click at the right place you can remove the whole frame in one easy step (choose the &#039;remove from this webpage&#039; option so you don&#039;t have to worry about it any more)
This method seems more adequate to me as it will be much easier to revert or modify should google change their ads-code</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>i was about to apply this solution to remove those adds, but as the article suggests it will probably work for a limited time only and i&#8217;m not sure if this hack won&#8217;t prevent useful information from displaying on other websites.</p>
<p>So i tried removing it with the RIP extension (Remove It Permanently) and it works fine&#8230; if you right-click at the right place you can remove the whole frame in one easy step (choose the &#8216;remove from this webpage&#8217; option so you don&#8217;t have to worry about it any more)<br />
This method seems more adequate to me as it will be much easier to revert or modify should google change their ads-code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenfun</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-11510</link>
		<dc:creator>kenfun</dc:creator>
		<pubDate>Thu, 20 Jul 2006 13:54:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-11510</guid>
		<description>I enjoyed the site (seriously ) and I understand that perhaps at the moment self promotion is bad and may seem superficial, but nevertheless I cannot resist the temptation of inviting you over to my site to take a look at one thingie and to say what you think . Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I enjoyed the site (seriously ) and I understand that perhaps at the moment self promotion is bad and may seem superficial, but nevertheless I cannot resist the temptation of inviting you over to my site to take a look at one thingie and to say what you think . Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-5674</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Thu, 08 Jun 2006 11:49:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-5674</guid>
		<description>Great new site about hairy &lt;a href=&quot;http://www.xxxhairy.info/hairypussypictur.html&quot; rel=&quot;nofollow&quot;&gt;hairy pussy pictures atk&lt;/a&gt;. Millions pics and movies t2}!</description>
		<content:encoded><![CDATA[<p>Great new site about hairy <a href="http://www.xxxhairy.info/hairypussypictur.html" rel="nofollow">hairy pussy pictures atk</a>. Millions pics and movies t2}!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PRAKASH MEVADA</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-4887</link>
		<dc:creator>PRAKASH MEVADA</dc:creator>
		<pubDate>Wed, 24 May 2006 17:14:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-4887</guid>
		<description>Home based Internet research Jobs

We are now hiring home based workers to complete simple online research assignments.

No selling – no recruiting – no adplacing

For details visit

http://www.typeinternational.com/idevaffiliate/idevaffiliate.php?id=4691_33_3_69</description>
		<content:encoded><![CDATA[<p>Home based Internet research Jobs</p>
<p>We are now hiring home based workers to complete simple online research assignments.</p>
<p>No selling – no recruiting – no adplacing</p>
<p>For details visit</p>
<p><a href="http://www.typeinternational.com/idevaffiliate/idevaffiliate.php?id=4691_33_3_69" rel="nofollow">http://www.typeinternational.com/idevaffiliate/idevaffiliate.php?id=4691_33_3_69</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ghanshyam patel</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-3654</link>
		<dc:creator>ghanshyam patel</dc:creator>
		<pubDate>Sat, 22 Apr 2006 13:22:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-3654</guid>
		<description>As a work at home combo member you will earn an income from 5 different positions.

Start earning an income from home today

http://www.typeinternational.com/idevaffiliate/idevaffiliate.php?id=4141_60_3_95</description>
		<content:encoded><![CDATA[<p>As a work at home combo member you will earn an income from 5 different positions.</p>
<p>Start earning an income from home today</p>
<p><a href="http://www.typeinternational.com/idevaffiliate/idevaffiliate.php?id=4141_60_3_95" rel="nofollow">http://www.typeinternational.com/idevaffiliate/idevaffiliate.php?id=4141_60_3_95</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: western music radio programs. Paulo Coutinho</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-3634</link>
		<dc:creator>western music radio programs. Paulo Coutinho</dc:creator>
		<pubDate>Fri, 21 Apr 2006 17:59:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-3634</guid>
		<description>&lt;strong&gt;western music radio programs...&lt;/strong&gt;

Western music radio pr......</description>
		<content:encoded><![CDATA[<p><strong>western music radio programs&#8230;</strong></p>
<p>Western music radio pr&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tahir</title>
		<link>http://www.digitalmediaminute.com/article/1063/remove-text-ads-from-gmail/comment-page-1#comment-3621</link>
		<dc:creator>Tahir</dc:creator>
		<pubDate>Thu, 20 Apr 2006 15:08:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-3621</guid>
		<description>Try using &#039;customizegoogle&#039;.
Adds anouther dimension to google. Amazing.

http://www.customizegoogle.com/</description>
		<content:encoded><![CDATA[<p>Try using &#8216;customizegoogle&#8217;.<br />
Adds anouther dimension to google. Amazing.</p>
<p><a href="http://www.customizegoogle.com/" rel="nofollow">http://www.customizegoogle.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.191 seconds -->
