mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
Update background.js
This commit is contained in:
committed by
GitHub
parent
80ebfc11bf
commit
ce3be8922c
+1
-1
@@ -48,7 +48,7 @@ chrome.runtime.onMessage.addListener(function (request, sender) {
|
|||||||
for (let i = 0; i < rules.length; i++) {
|
for (let i = 0; i < rules.length; i++) {
|
||||||
chrome.declarativeContent.onPageChanged.addRules([rules[i]]);
|
chrome.declarativeContent.onPageChanged.addRules([rules[i]]);
|
||||||
}
|
}
|
||||||
alert("Permissions granted. Reload SEQTA pages to see changes. If this workaround doesn't work, please contact the developer.");
|
alert("Permissions granted. Reload SEQTA pages to see changes. If this workaround doesn't work, please contact the developer. It will be an easy fix");
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user