mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-11 09:30:46 +01:00
Fixed firefox content script registration.
This commit is contained in:
parent
0a42f130ac
commit
7cb2915fd7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue