Enes78 adlı üyeden alıntı

Hocam sitenin tüm linklerine nasıl uyguluyoruz ?

NariYuka Enes78

<script></script>
link
<script>
$(function(){
$('a').each(function() {
if((this.href).replace('http://','').replace('https://','').replace('www.','').split(/[/?#]/)[0] != document.location.hostname){
$(this).attr('href', 'https://ornekblog.blogspot.com/p/git.html?url=' + this.href);
}
});
});
</script>

Bu kodu head'a ekleyin. ornekblog kısmını değiştirin.