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