mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Added comments to the settimeout on install
This commit is contained in:
@@ -63,6 +63,8 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
|
|||||||
|
|
||||||
//add help page on install
|
//add help page on install
|
||||||
chrome.runtime.onInstalled.addListener(function (object) {
|
chrome.runtime.onInstalled.addListener(function (object) {
|
||||||
|
// This let's the config sync to run fully before checking.
|
||||||
|
// This is required on Firefox
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
const userID = SB.config.userID;
|
const userID = SB.config.userID;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user