diff --git a/src/content.ts b/src/content.ts index 87ad2fba..8f05d971 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1323,6 +1323,8 @@ function videoElementChange(newVideo: boolean): void { checkPreviewbarState(); // Incase the page is still transitioning, check again in a few seconds + setTimeout(checkPreviewbarState, 100); + setTimeout(checkPreviewbarState, 1000); setTimeout(checkPreviewbarState, 5000); }