Update YouTube again, just to be sure. Not all refreshes are caught for some reason.
This commit is contained in:
parent
03edf6842f
commit
c652fa5bce
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user