Geçenlerde bir .js buldum, dışarıdan ekledim her şey güzel fakat favicon'umu değiştirmiş, evet js, jquery ile mümkün hatta stackoverflow'da da tartışılmış.

Örnek kod;



Test

<script></script>



<script>
$('button').on('click', function() {
// Just replacing the value of the 'content' attribute will not work.
$('meta[name=description]').remove();
$('head').append( '' );
});
</script>