mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Fixed firefox content script registration.
This commit is contained in:
@@ -100,7 +100,7 @@ function registerFirefoxContentScript(options) {
|
|||||||
js: options.js,
|
js: options.js,
|
||||||
css: options.css,
|
css: options.css,
|
||||||
matches: options.matches
|
matches: options.matches
|
||||||
}).then(() => void (contentScriptRegistrations[options.id] = registration));
|
}).then((registration) => void (contentScriptRegistrations[options.id] = registration));
|
||||||
}
|
}
|
||||||
|
|
||||||
//gets the sponsor times from memory
|
//gets the sponsor times from memory
|
||||||
|
|||||||
Reference in New Issue
Block a user