Google Chrome kullanmayan ziyaretçilere chrome tarayıcısını önermek ister misin? Kod Dostu tarafından kodlanan bu html hazır kod, google anasayfasındaki "Web'de Daha Hızlı Gezin" uyarısını sitenize eklemenizi sağlayacak.
<!--Author: koddostu.com-->
<!--Licence: GNU GPL V2.0-->
<!--Name: Sitene 'Google Chrome Kurun' Uyarısı Ekle-->
<!--Kod Dostu Google Chrome Kurun Uyarısı START-->
<script>
var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1;
if(is_chrome == false){document.write('<div style="background-color:#fff;width:289px;height:93px;border:1px solid #e5e5e5;text-align:left;position:absolute;top:50px;right:25px;" id="koddostuchrome"><img src="http://4.bp.blogspot.com/-NKSeYVjQiqQ/UJV13vBiK2I/AAAAAAAAOxk/eMkCEM-JXCs/s1600/chrome-48.png" style="border:none;padding:0px;margin-top:15px;margin-left:10px;margin-right:8px;float:left;"/><a style="display:inline-block;width:11px;height:12px;background:transparent url(http://2.bp.blogspot.com/-mkAvFtJFH5Y/UJV8gKRWiiI/AAAAAAAAOy8/EUIKSu6pWys/s1600/capture-20121103-221905.png) no-repeat top left;padding:0px;margin-top:2px;float:right;margin-right:3px;" onclick="document.getElementById('koddostuchrome').style.display='none';" href="javascript:void(0)"></a><a style="display:inline-block;font-family:Arial, sans-serif;font-size:13px;color:#666666;font-weight:normal;text-decoration:none;margin-top:15px;">Web'de daha hızlı gezinin</a><a href="http://www.google.com/intl/tr/chrome/browser/index.html#eula" target="_blank" style="display:inline-block;width:195px;height:28px;background:transparent url(http://3.bp.blogspot.com/-oOWc2-9IrNY/UJV6uZU9kKI/AAAAAAAAOy0/BtcrAlTWOHE/s1600/adagd.png) no-repeat top left;padding:0px;margin-top:8px;"></a></div>')}
</script>
<!--Kod Dostu Google Chrome Kurun Uyarısı STOP-->
<script src="https://www.koddostu.com/duzelt.js?no=207"></script>