diff --git a/extension/content.js b/extension/content.js index 7d7b583..9836f6d 100644 --- a/extension/content.js +++ b/extension/content.js @@ -106,6 +106,7 @@ function init() { if (isHostedOn(hostname, 'youtube.com')) { setInterval(updateYouTubeChannelHeader, 300); + setInterval(updateAllLabels, 6000); } if (myself && (myself.href || myself.startsWith('http:') || myself.startsWith('https:'))) @@ -181,6 +182,7 @@ function updateYouTubeChannelHeader() { } updateAllLabels(); setTimeout(updateAllLabels, 2000); + setTimeout(updateAllLabels, 4000); } function updateAllLabels(refresh) {