Browsers War

Motivations :

How

Be paid for adding Google+Mozilla's banners

First, Sign up at : http://rzr.online.fr/gfxbnr/468x60/adsense.htm

Then select the Mozilla firefox announcer program and you'll get up to 1 USD per download.

What will be displayed : http://rzr.online.fr/gfxbnr/468x60/mozilla.htm

Because there is no need to annoy LibreSoftware users then you can show thoses ads for IE suckers with this javascript test :

<script>


 var ad_on=
  '<' + 'script type="text/javascript">' + '<' +'!--\n'
   + 'google_ad_client = "pub-0171279274404002";  /// TODO replace with your google codes\n'
   + 'google_ad_width = 468; \n'
   + 'google_ad_height = 60; \n'
   + 'google_ad_format = "468x60_as_rimg"; \n'
   + 'google_cpa_choice = "CAAQj6eVzgEaCIxA5niBniDSKOm293M"; \n'
   + '//--'+'>\n'
   + '<' + 'script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">\n'
   + '\n';

  if ( navigator.userAgent.lastIndexOf("MSIE") != -1 ) {
    document.writeln( ad_on);
  }

</script>

Just copy :


 <script src="http://rzr.online.fr/w/scripts/ad.js"></script>

Explorer Destroyer

If you Want to be a bit more agressive ? You can use thoses templates :

You can automate this easly on your PHP Website :

cat << EOF >> index.php

 <script><!--
 google_ad_client = "pub-0171279274404002"; // replace this with yours if needed
 //->
 </script>
 <?php
 include("00index.htm"); // change with your page
 include("http://rzr.online.fr/lib/explorerdestroyer/level_1_script.html");
 ?>

EOF

On IE :

On Mozilla :

And Finally this also work with classic banners (adsense) , with this script : http://rzr.online.fr/w/scripts/ad.js Other hack to to override :
 /etc/hosts
 127.0.0.1 pagead2.googlesyndication.com
 127.0.0.1 pagead1.googlesyndication.com

Credits : rzr, killbillbrowser


www.Philippe.COVAL.online.FR
Last modified: Sun Aug 27 17:44:45 CEST 2006