Update background.js

This commit is contained in:
RandomTechChannel
2023-07-24 21:14:58 +08:00
committed by GitHub
parent 80ebfc11bf
commit ce3be8922c
+1 -1
View File
@@ -48,7 +48,7 @@ chrome.runtime.onMessage.addListener(function (request, sender) {
for (let i = 0; i < rules.length; 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");
}
});