Fix the horrible whitespacing

This commit is contained in:
nazrin 2024-12-27 12:37:46 +00:00
parent d5518a164e
commit a9dd23a52c
17 changed files with 1311 additions and 1309 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.msc .msc
web-ext-artifacts/

View file

@ -35,11 +35,12 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
} }
}); });
if(tab.scripts.length>0) if(tab.scripts.length>0){
chrome.browserAction.setBadgeText({ chrome.browserAction.setBadgeText({
tabId: tabID, tabId: tabID,
text: String(tab.scripts.length) text: String(tab.scripts.length)
}); });
}
break; break;
} }
case "set-url": { case "set-url": {