mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Fix highlight category info appearing to new users
This commit is contained in:
@@ -81,7 +81,7 @@ chrome.runtime.onInstalled.addListener(function () {
|
|||||||
//save this UUID
|
//save this UUID
|
||||||
Config.config.userID = newUserID;
|
Config.config.userID = newUserID;
|
||||||
|
|
||||||
Config.config.highlightCategoryUpdate = false;
|
Config.config.highlightCategoryUpdate = true;
|
||||||
}
|
}
|
||||||
}, 1500);
|
}, 1500);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user