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; } })();