diff --git a/js&css/web-accessible/init.js b/js&css/web-accessible/init.js index 1ab918498..7075fe315 100644 --- a/js&css/web-accessible/init.js +++ b/js&css/web-accessible/init.js @@ -93,17 +93,15 @@ ImprovedTube.init = function () { }; window.addEventListener('yt-player-updated', yt_player_updated); - this.channelCompactTheme(); - if (this.storage.theme) { - this.setTheme(); - } this.playerOnPlay(); this.playerSDR(); this.shortcuts(); this.onkeydown(); this.onmousedown(); this.youtubeLanguage(); - + this.myColors(); + this.channelCompactTheme(); + if (ImprovedTube.elements.player && ImprovedTube.elements.player.setPlaybackRate) { ImprovedTube.videoPageUpdate(); ImprovedTube.initPlayer();