We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60510c0 commit de2fd71Copy full SHA for de2fd71
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