Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
It's funny.  Laugh.

Journal Thinboy00's Journal: Crazy fool calls Adblock+ users "Thieves" 4

[edit] I really should have made this a story, not a journal entry[/edit]

Danny Carlton writes on Adsense chat:

Here's my solution which you can see if you visit http://articlewagon.com/ with FireFox with Adblock Plus. Create a 1x1 transparent gif named "fake.adbrite.gif" and place it on your site in the topmost directory. Install the following code on every page of your site... Code:

<img src="/fake.adbrite.gif" id="fakeAd" /><!-- 1x1 pixel image -->
<script language="javascript">
function checkAdBlock() {
var img = document.getElementById('fakeAd');
if (img && (img.style.display == 'none' || img.style.visibility == 'hidden')) {
window.location = 'http://myDomain.com/thief.htm';
}
}

setTimeout('checkAdBlock()', 2000);
</script>

(Change "myDomain.com" to your URL) Create the following html page, name it thief.htm and also place it in the top most directory... Code:

<html>
<head>
<title>Stop Thief!!</title>
</head>
<body>
<p align="center"><font face="Century Gothic" size="4"><b>This site is monetized
by advertising.</b></font></p>
<p align="center"><font face="Century Gothic" size="4"><b>You are using Adblock
Plus, which takes resources and blocks ads.</b></font></p>
<p align="center"><font face="Century Gothic" size="4"><b>The ads are how this
site is paid for.</b></font></p>
<p align="center"><font face="Century Gothic" size="4"><b>Taking things without
paying for them is called stealing.</b></font></p>
<p align="center"><b><font face="Century Gothic" size="5">Thieves are not
welcome at this site.</font></b></p>
<p align="center"><font face="Century Gothic" size="4"><b>Don't like being
called a thief, stop using Adblock Plus.</b></font></p>
</body>
</html>

If enough people do this Adblock Plus will die a well deserved death.

This discussion has been archived. No new comments can be posted.

Crazy fool calls Adblock+ users "Thieves"

Comments Filter:
  • Of course, not everyone agreed with him:

    And, oddly enough, his rant actually won Firefox/AdBlock+ some converts.

    • ==>his rant actually won Firefox/AdBlock+ some converts

      tee hee add me to the list of converts I just got done installing NoScript and AdBlock +

      NoScript seems to be way cool and I expect AdBlock + will be too. and when I get it check out here a little: guess what: I'm going to pitch in and get MORE CONVERTS for AdBlock! ***GO FIREFOX***

      I was reading a clip on AdvertisingWorld one day ( ain't got a clue as to why ) but the fool was trying to clim the First Amendment guaranteed his right to send text me
      • The NoScript add on tool is cool but I still think we need to go 1 step farther:

        as the browser parses the HTML text as it comes to *anything* executable -- ActiveX, Flash, Java, ... it needs to search for a PGP SIGNATURE in the symbol table of the document header

        NO SIGNATURE? NO EXECUTE.

        the idea that anyone and everyone has permission to run anything and everything on everyone's computer needs to come to an ABRUPT END. if that doesn't happen the whole concept of MS/Windows and online commerce will need to
  • If whatever site your are visiting has such an employment (and assuming you don't have NoScript installed and blocking by default) It's a simple "Allow www.yourshittybadpr0nsite.com" in AdBlock

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...