Website blocks Firefox users due to Ad Blocker

Tom Keating : VoIP & Gadgets Blog
Tom Keating
CTO
| VoIP & Gadgets blog - Latest news in VoIP & gadgets, wireless, mobile phones, reviews, & opinions

Website blocks Firefox users due to Ad Blocker

Firefox BlockedAccording 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 blocker you are stealing.

According to InfoWorld, he stated, "Accessing the content while blocking the ads therefore would be no less than stealing," wrote Danny Carlton, a Web site designer and author, who runs both sites. JackLewis.net is his personal blog site. "Millions of hard working people are being robbed of their time and effort by this type of software," he added in a posting on the Why Firefox is Blocked Web site.

When you go to http://jacklewis.net/weblog/ using Firefox you are redirected to http://whyfirefoxisblocked.com/index1.php. 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 change your Firefox user agent quickly on the fly, I figured this guy must be an idiot for trying to block Firefox users.

I changed my user agent in Firefox to Internet Explorer 7.0's user agent and went back to his page. I was still redirected 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.

Curious, I did some more digging. I talked with Vahid Hashemian, TMC's webmaster and developer about this.  We looked at the HTML source code and Vahid immediately saw the problem. In his HTML he has this code:
<script>
if(!document.all){window.location='http://whyfirefoxisblocked.com/';}
</script>


Internet Explorer and even Opera returns a value for document.all, however Firefox does not. Since the '!' means "not" and Firefox does "not" 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 "null". Greasemonkey is one of the most popular Firefox plugins that is very extensible. Using some simple Javascript code in Greasemonkey you can easily strip out this code.

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!


Related Articles to 'Website blocks Firefox users due to Ad Blocker'
facebook-sponsored-ads-adblock-plus.png
firefox-drop-down-back-history-list.jpg
whistle-phone.jpg

Featured Videos
Featured Events