mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Made the extension successfully build
This commit is contained in:
@@ -12,7 +12,7 @@ var contentScriptRegistrations = {};
|
||||
|
||||
// Register content script if needed
|
||||
if (utils.isFirefox()) {
|
||||
utils.wait(() => SB.config !== undefined).then(function() {
|
||||
utils.wait(() => SB.config !== null).then(function() {
|
||||
if (SB.config.supportInvidious) utils.setupExtraSiteContentScripts();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user