Tampermonkey change youtube logo

Posted under » JavaScript on 18 May 2024

Sometimes you are tired of youtube and their shenanigans. Why not stop seeing their stupid logo?

(function() {
    'use strict';

var innerHTML = 'taik';

setTimeout(replaceLogo, 500);

function replaceLogo(){
    document.getElementById('logo-icon').innerHTML = innerHTML;
}

})();

web security linux ubuntu Raspberry   git   javascript css python django drupal php apache mysql  MongoDB AWS data  ML AI