We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f980fcf + de2fd71 commit 5405cceCopy full SHA for 5405cce
1 file changed
extras/background.js
@@ -514,7 +514,6 @@ chrome.tabs.onUpdated.addListener(async function (tabId, info) {
514
ScratchTools.console.log("Injected extension ID.");
515
function injectExtensionId(id) {
516
ScratchTools.id = id;
517
- blockliveDetection();
518
}
519
await chrome.scripting.executeScript({
520
args: [chrome.runtime.getURL("/extras/icons/icon128.png")],
0 commit comments