mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 05:27:03 +03:00
Forgot SB.
This commit is contained in:
2
utils.js
2
utils.js
@@ -3,7 +3,7 @@ SB = {};
|
|||||||
function configProxy() {
|
function configProxy() {
|
||||||
chrome.storage.onChanged.addListener((changes, namespace) => {
|
chrome.storage.onChanged.addListener((changes, namespace) => {
|
||||||
for (key in changes) {
|
for (key in changes) {
|
||||||
localconfig[key] = changes[key].newValue;
|
SB.localconfig[key] = changes[key].newValue;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
var handler = {
|
var handler = {
|
||||||
|
|||||||
Reference in New Issue
Block a user