mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 05:57:07 +03:00
Added Firefox fixes
This commit is contained in:
@@ -64,7 +64,10 @@ async function init() {
|
||||
}
|
||||
}
|
||||
|
||||
await wait(() => checksLeft == 0, 1000, 50);
|
||||
// Don't wait on chrome
|
||||
if (typeof(browser) == "undefined") {
|
||||
await wait(() => checksLeft == 0, 1000, 50);
|
||||
}
|
||||
|
||||
optionsContainer.classList.remove("hidden");
|
||||
optionsContainer.classList.add("animated");
|
||||
|
||||
Reference in New Issue
Block a user