Fix the horrible whitespacing
This commit is contained in:
parent
d5518a164e
commit
a9dd23a52c
17 changed files with 1311 additions and 1309 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
.msc
|
.msc
|
||||||
|
web-ext-artifacts/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue