<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp" />
  <link rel="self" type="application/atom+xml" href="http://blog.tmcnet.com/blog/tom-keating/atom.xml" />
  <id>tag:blog.tmcnet.com,2013:/blog/tom-keating//4/tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-</id>
  <updated>2013-02-22T21:05:03Z</updated>
  <title>Comments for Website blocks Firefox users due to Ad Blocker</title>
  <subtitle>VoIP &amp; Gadgets blog - Latest news in VoIP &amp; gadgets, wireless, mobile phones, reviews, &amp; opinions</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.38</generator>
  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452</id>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.tmcnet.com/mt/mt-atom.cgi/weblog/blog_id=4/entry_id=33452" title="Website blocks Firefox users due to Ad Blocker" />
    <published>2007-08-24T14:45:44Z</published>
    <updated>2008-04-10T21:35:11Z</updated>
    <title>Website blocks Firefox users due to Ad Blocker</title>
    <summary>According to InfoWorld, a blogger is blocking Firefox users from visiting his site in protest of the 2nd most popular Firefox plugin called AdBlock Plus, which strips banner advertisements from websites. His rationale is that when you use an advertisement...</summary>
    <author>
      <name>Tom Keating</name>
      <uri>http://blog.tmcnet.com/blog/tom-keating/</uri>
    </author>
    
    <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://blog.tmcnet.com/blog/tom-keating/">
      <![CDATA[<a href="http://www.infoworld.com/article/07/08/23/Firefox-ad-blocker-extension-causes-angst_1.html"><img align="right" alt="Firefox Blocked" src="http://blog.tmcnet.com/blog/tom-keating/images/firefox-blocked.jpg" />According to InfoWorld</a>, a blogger is blocking Firefox users from visiting his site in protest of the 2nd most popular Firefox plugin called <a href="http://adblockplus.org/en/">AdBlock Plus</a>, which strips banner advertisements from websites. His rationale is that when you use an advertisement blocker you are stealing. <br />
<br />
According to InfoWorld, he stated, &quot;Accessing the content while blocking the ads therefore would be no less than stealing,&quot; wrote Danny Carlton, a Web site designer and author, who runs both sites. JackLewis.net is his personal blog site. &quot;Millions of hard working people are being robbed of their time and effort by this type of software,&quot; he added in a posting on the Why Firefox is Blocked Web site.<br />
<br />
When you go to <span class="artText"><a href="http://jacklewis.net/weblog/">http://jacklewis.net/weblog/</a></span> using Firefox you are redirected to <a href="http://whyfirefoxisblocked.com/index1.php">http://whyfirefoxisblocked.com/index1.php</a>. I figured he was blocking Firefox simply by the user agent string, which tells the remote web server which browser you are using. Knowing there are several popular plugins to <a href="http://addons.mozilla.org/firefox/addon/59">change your Firefox user agent</a> quickly on the fly, I figured this guy must be an idiot for trying to block Firefox users.<br />
<br />
I changed my user agent in Firefox to Internet Explorer 7.0's user agent and went back to his page. I was <strong>still redirected</strong> to the whyfirefoxisblocked.com page. Hmmmm. Interesting - he's not detecting user agent strings to block Firefox. That is the most common way to block a specific browser.<br />
<br />
Curious, I did some more digging.&nbsp;I talked with Vahid Hashemian, TMC's webmaster and developer about this.&nbsp; We looked at the HTML source code and Vahid immediately saw the problem. In his HTML he has this code: <br />
<blockquote>&lt;script&gt;<br />
if(!document.all){window.location='http://whyfirefoxisblocked.com/';}<br />
&lt;/script&gt;</blockquote><br />
<br />
Internet Explorer and even Opera returns a value for <strong>document.all</strong>, however Firefox does not. Since the '!' means &quot;not&quot; and Firefox does &quot;not&quot; return a value, it redirects the browser to http://whyfirefoxisblocked.com/. So then Vahid and I got to thinking. How could we get past this code? I knew there were plenty of plugins that let you block certain strings of HTML code. So in theory, you could replace this string of HTML with &quot;null&quot;. <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> is one of the most popular Firefox plugins that is very extensible. Using some simple Javascript code in Greasemonkey you can <em>easily</em> strip out this code.<br />
<br />
You may wonder why I would go through all that trouble just to access someone's website using Firefox. I guess you could say it's part ego and part fun. He tried to stop me from doing something, so human nature is to find ways around it. It's the challenge of it all. Well, I'm off to read Jack's blog using Firefox - minus all the banner ads. Ahhh, such sweet satisfaction! <img src="http://blog.tmcnet.com/mtstatic/FCKeditor/emoticons/teeth_smile.gif" alt="" />]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:28697</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c28697" />
    <title>Comment from Doug on 2007-08-26</title>
    <author>
        <name>Doug</name>
        <uri>http://www.astawerks.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.astawerks.com">
        <![CDATA[<p>That is weak.  IE has no featured and no pluggins.  There are so many features that firefox comes with out the box.  IE is just not good.</p>

<p><br />
Jb<br />
<a href="http://www.astawerks.com"> Astawerks VoIP Hardware Sales</a><br />
</p>]]>
    </content>
    <published>2007-08-26T18:55:10Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:28716</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c28716" />
    <title>Comment from snuffi on 2007-08-27</title>
    <author>
        <name>snuffi</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The line of argument - in my opinion - is flawed. Arguing that not watching someone's ads is stealing cannot be meant seriously. What happens next? Some TV Station sueing my for grabbing a beer while they broadcast their ads (free TV is paid for by ads, so every viewer MUST watch alle the ads or they'd be stealing).<br />
What about ads in magazines? Am I stealing because I flip to the next page without even realizing what company that ad was for?</p>

<p>And if someone starts arguing now that Internet is different because I use automated means to suppress ads then I have to reply that they also use automation to maximize their effect via pop-ups, etc. In a magazine I just flip a page, if the website uses means to get more ads into my face then I will use means to prevent them from doing just that... </p>]]>
    </content>
    <published>2007-08-27T10:14:02Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:28764</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c28764" />
    <title>Comment from chaz on 2007-08-28</title>
    <author>
        <name>chaz</name>
        <uri>http://wibiki.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://wibiki.com">
        <![CDATA[<p>We agree, people have a right to block ads.Period.We at wibiki have created a server-side adblocker and have imbedded a social community in the ad space.Our motto is "make ad space your space".Check it out and tell us what yo think, KEEP BLOCKING becuase USERS RULE!!!</p>]]>
    </content>
    <published>2007-08-28T20:04:03Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:28765</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c28765" />
    <title>Comment from Zach Wise on 2007-08-28</title>
    <author>
        <name>Zach Wise</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This is the beauty of capitalism and freedom of speech.  If the owner of the site wants to block Firefox, fine.  But he'll have to suffer the consequences.  If a site that I want to visit is going to block me because I use a particular browser, that's fine, I'll just take my business/audience elsewhere.</p>]]>
    </content>
    <published>2007-08-28T21:24:38Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:28886</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c28886" />
    <title>Comment from helmus on 2007-09-01</title>
    <author>
        <name>helmus</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hello guys,<br />
What code should i use in greasemonkey in order to remove the redirect?</p>]]>
    </content>
    <published>2007-09-01T17:23:58Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:29163</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c29163" />
    <title>Comment from jl on 2007-09-11</title>
    <author>
        <name>jl</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>lynx still works. game on.</p>]]>
    </content>
    <published>2007-09-12T00:15:59Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:29185</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c29185" />
    <title>Comment from Thomas K on 2007-09-12</title>
    <author>
        <name>Thomas K</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>It seems that he's now reverted to an even simpler system, merely changing the user agent string now works.</p>

<p>Reading through the website, it's fairly obvious that Mr Carlton (aka Jack Lewis) is not the brightest of people. In between some rather dumb entries on his blog, we find a chapter of his novel...</p>

<p>To be fair, it could be worse. The spelling and grammar are alright, and it didn't go into the evangelical rant against modern society that I was half expecting. But a quick read of that chapter does not suggest that this man should spend his life writing novels.</p>]]>
    </content>
    <published>2007-09-12T12:41:23Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:38988</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c38988" />
    <title>Comment from zubair on 2008-08-23</title>
    <author>
        <name>zubair</name>
        <uri>http://HTTP://WWW.IDESIDHUN.COM/live</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://HTTP://WWW.IDESIDHUN.COM/live">
        <![CDATA[<p>Thank you<br />
for the html code to block firefox users<br />
I been looking for it for long time.<br />
Thank you<br />
firefox just sucks</p>]]>
    </content>
    <published>2008-08-23T21:30:27Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:39775</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c39775" />
    <title>Comment from SneakyWho_am_i on 2008-10-06</title>
    <author>
        <name>SneakyWho_am_i</name>
        <uri>http://imvucode.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://imvucode.com">
        <![CDATA[<p>In firefox:<br />
- we don't have to go through proprietary objects like activex just to do a simple thing like xmlhttp request -- on the contrary, we do it like every other browser out there except IE.<br />
(IE does not support AJAX properly even though Microsoft invented the now standardized technique)<br />
- we've never had to write page after page of code to load external programs just to display images properly. In fact no image-capable browser that I know of has ever forced web designers to do this.. Except IE. (IE6 requires external programs to load PNG images properly)<br />
- We don't have to set long, drawn-out values on proprietary properties to do simple things like lowering the opacity of elements. No? No, we can just set opacity in very well documented CSS, like any other browser -- except IE of course. (CSS filters are not part of any standard, it would be nice if IE's opacity filter could be aliased through the proper way)<br />
- It's OK to set gamma in PNGs, they will still be displayed using the correct shading on web pages -- same as any other browser -- Oh, except IE (which will apply PNG gamma and not allow gamma to be set on the document, so that gamma in PNGs breaks the page presentation)<br />
- We can already use a good part of HTML5, including canvas, without plugins -- same as every other modern, graphical browser -- oh, except IE (which has to load the excanvas plugin from google/mozilla in order to use this functionality)<br />
- we have just as many vendor-specific properties as anyone else, and of course they're prefixed as the w3c recommends -- just like every other browser -- oh, except IE, which instead pollutes the css namespace with garbage as a joke<br />
- we can view XHTML documents as XML, just like every other browser - oh, except Internet Explorer, how about that? (xhtml served as text/html is not xhtml, just invalid html)<br />
- we can include html tags in our .txt files and serve them as text/plain, without the browser interpreting them incorrectly as HTML -- same as any other browser -- except IE<br />
- we've been able to use pseudo-classes with all of the appropriate elements -- odd that IE6 was at the time the only browser to not support these properly even though it was a Microsoft invention<br />
- we can use pseudo classes such as :before and :after, and don't need to clutter our page with a lot of unnecessary markup -- same as all other browsers except IE, which is oblivious to them and feels we should have to mix presentation with behaviour with layout. It should be noted that Opera and I think Safari have far better support for generated content than what Firefox has, but at least we have the basics. Internet Explorer, why are you stuck in the nineties?</p>

<p>Zubair, I don't mean to disagree, Firefox in many respects has some catching up to do with Safari and Opera, and it's fair to say in light of those that it sucks.</p>

<p>But if you're blocking Firefox because "it sucks", then I hope you're also blocking seriously deficient browsers like Internet Explorer 6, Internet Explorer 7, and internet Explorer 8 -- which suck a lot more than what Firefox does.</p>

<p>Internet Explorer is crippled in so many ways that as web designers we spend more time trying to make it behave than what we do writing normal code for normal browsers. These are not web design problems, they are simple problems that can easily be solved by a programmer in Redmond - however, after a decade, most of these buga still exist in IE7 and IE8 - and none of them have been solved in IE6.</p>

<p>We should not have to waste so much energy making up for Washington programmers' inadequacies - and in fact, if we do it by choice, then we are foolish for doing so as it only encourages others to use such a bad browser.</p>]]>
    </content>
    <published>2008-10-06T08:08:25Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:40683</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c40683" />
    <title>Comment from CompCentral on 2008-11-18</title>
    <author>
        <name>CompCentral</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>From my experience it's just the opposite.  Most of the code I write does not work properly in Firefox but it works as expected in IE.  Firefox is horrible if you are trying to secure and lockdown a site.  For instance, I am creating an online test taking site using javascript/php/mysql that uses javascript to disallow certain things to thwart cheating but using Firefox renders most of this inneffective.  I have no choice but to disable Firefox completely using the above code as well as a group policy hash block in active directory.</p>

<p>Does anyone know of any other ways to effectively block Firefox and plugins such as the one mentioned?</p>]]>
    </content>
    <published>2008-11-19T04:33:21Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:44340</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c44340" />
    <title>Comment from Bob on 2009-05-05</title>
    <author>
        <name>Bob</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>"Does anyone know of any other ways to effectively block Firefox and plugins such as the one mentioned?"</p>

<p>Yea, program using W3C standards instead of using IExplore specifi Javascript. If you think it's FF that is broken:</p>

<p><a href="http://en.wikipedia.org/wiki/Acid3#Desktop_browsers">http://en.wikipedia.org/wiki/Acid3#Desktop_browsers</a></p>

<p>Even the built-in KDE browser (equivalent of the Internet Explorer) score 6 times in the Javascript compliance.</p>]]>
    </content>
    <published>2009-05-06T03:26:18Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:44446</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c44446" />
    <title>Comment from Mr Logic on 2009-05-11</title>
    <author>
        <name>Mr Logic</name>
        <uri>http://www.firefoxsucks.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.firefoxsucks.com">
        <![CDATA[<p>Your examples doesn't make any sence. If you want to view TV without ads, you need to BUY the movie.</p>

<p>Maybe you flip the page in the magazine. But you DID see there was an ad, and subconsiouncly you always read what's there. </p>

<p>The same for sites, it is not like you are actually reading the acts, but you just notice them subcounsiouncly.</p>

<p>These sites are kind enough to publish their content for free, trying to pay back their costs with ad revenue. </p>

<p>But then some childish logicly moron comes by, using an ad blocker and says: "I have a right to block ads", well in that case I guess you actually never thought about it and just said it was logical because it was in your advantage.</p>

<p>And yes, you can be sued by TV companies if you block their ads.</p>]]>
    </content>
    <published>2009-05-11T13:22:38Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:46044</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c46044" />
    <title>Comment from Zulummar on 2009-07-26</title>
    <author>
        <name>Zulummar</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@Mr Logic:  Let's start poking holes for you...</p>

<p>"If you want to view TV without ads, you need to BUY the movie"<br />
Well, TV isn't always movies.  What about DVRs where you skip through the ads and don't even see them?  Those have been deemed perfectly legal.  What about taping shows on VCRs and fast forwarding through the commercials?  That was deemed perfectly legal, AND upheld as a RIGHT the consumer had.</p>

<p>"But you DID see there was an ad" - correct<br />
"and sunconsciously you always read what's there" - absolutely, 100%, unequivocably FALSE.  That's the whole subliminal messaging theory, which has been debunked time and time again.  You may glimpse the ad, you may even see it long enough to know what company it's for, or what type of product it's for, or even what specific product it's for... depending on the type of ad... but subconsciously reading the whole ad is a crock and a farse, it does not happen.</p>

<p>"These sites are kind enough to publish their content for fee, trying to pay back their costs with ad revenue"<br />
Some, yes, are just trying to recoup some costs with ad revenue.  Some are companies (like geocities way back when) giving people free sites for blogs and crap, and then littering up their pages with ads.  They're in the business of giving away "free" websites to get people to publish content for them, to attract visitors to drown with tons of ads for revenue.  Some are people who got a free site and HAVE NO COSTS, and are putting ads up to make money off their blog or whatever.</p>

<p>I doubt anyone, other than maybe you, is naive enough to believe that any free site out there with ads is just someone doing something out of the kindness of their heart and trying to recoup some of their costs.</p>

<p>Yes, it is certainly their right to put ads up, or whatever they want, up on their pages.  However, there have also been PLENTY of cases of malicious coded flash, javascript, etc. ads that get placed on ad networks cause the ad company doesn't screen them, then they get displayed to unsuspecting users, the malicious code runs, and now the viewer has problems.  So, YES, it is MY EFFING RIGHT to block ANY content that comes in to MY equipment.</p>

<p>If people want to make money off their websites, they can make them subscription websites if they don't like people blocking their ads.  Period.  My Computers, My network, My screen, yes, I have every right to block ANYTHING I don't bloody well want being delivered or rendered.<br />
</p>]]>
    </content>
    <published>2009-07-27T03:57:48Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:47442</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c47442" />
    <title>Comment from chrisl on 2009-09-09</title>
    <author>
        <name>chrisl</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>These sites are kind enough to publish their content for free, trying to pay back their costs with ad revenue. <br />
These sites are kind enough<br />
These sites are KIND enough</p>

<p>did I heard mr logic nominating sites filled with doubleclick's popup-ads for a humanitarian award??<br />
lmao jeez what a moron.</p>

<p>lemme tell you something, kid.<br />
you CAN'T sell web content. period<br />
in the past that has been tried, it never works (well maybe, just on porn sites)<br />
if you want people to visit your site, it has to be open for everyone with no charge.<br />
they are not 'kind', they just can't sell it, they just don't have an option.<br />
except bombing your with ads<br />
and no, you can't be sued for blocking TV ads LOCALLY.<br />
if you go to the tv studio and do sothing to their equiptment in oder to block their ads from their signal, hell yeah, you'll get on jail<br />
but if you block them locally (that is, only on your tv set)<br />
no, they can't do anything<br />
when you watch tv and theres a tv commercial, and you change the channel, guess what are you doing? you are blocking their ads on you screen!!!<br />
you may say 'im not blocking them, im just not seeing them' exactly!<br />
thats what adblock does, the ads are there, you just dont see them</p>

<p>mr ilogic, when you dont see all the ads in a tv show you are watching, you are stealing, so, sit like a dork and enjoy a nice session of brain washing marketing ;)</p>]]>
    </content>
    <published>2009-09-09T08:50:19Z</published>
  </entry>

  <entry>
    <id>tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452-comment:48057</id>
    <thr:in-reply-to ref="tag:blog.tmcnet.com,2007:/blog/tom-keating//4.33452" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp"/>
    <link rel="alternate" type="text/html" href="http://blog.tmcnet.com/blog/tom-keating/news/website-blocks-firefox-users-due-to-ad-blocker.asp#c48057" />
    <title>Comment from Joeychgo on 2009-10-05</title>
    <author>
        <name>Joeychgo</name>
        <uri>http://www.vbulletin-faq.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.vbulletin-faq.com">
        <![CDATA[<p>Just something I would like to point out...</p>

<p>There are many people who have popular websites that are free to the user. Especially enthusiast websites like automobile forums and other vBulletin and Wordpress installations.</p>

<p>I myself ow 3 dedicated servers which house several enthusiast forums.</p>

<p>How do you think they pay for the associated costs? How do you think I paid for my servers and the monthly datacenter fees?</p>

<p>   Advertisements.</p>

<p>If this kind of plugin were to become popular enough to prevent most advertisements from reaching the end user then guess what... Alot of free content will go away or no longer be free.</p>

<p>I notice there are plenty of ads on this Blog.  Whats good for the goose isnt good for the gander? Using this kinf of plugin is shortsided and selfish.</p>]]>
    </content>
    <published>2009-10-06T03:12:55Z</published>
  </entry>

</feed>
