| @@ -143,7 +143,6 @@ function killStickyPseudoElement(element, before) { | |||
| function incrementKilledStickiesCount() { | |||
| // console.log("incrementKilledStickiesCount"); | |||
| console.log("Hiding stickies: " + AKS.hideKillCount); //DEBUG | |||
| if (!AKS.hideKillCount) { | |||
| AKS.stickiesKilled++; | |||
| chrome.runtime.sendMessage({ newBadgeText: "" + AKS.stickiesKilled }); | |||
| @@ -66,7 +66,6 @@ function saveChanges() { | |||
| let exclusionPatterns = document.querySelector("#exclusionPatterns textarea").value; | |||
| let mode = document.querySelector("input#whitelist-mode").checked ? "whitelist" : "blacklist"; | |||
| let hideKillCount = document.querySelector("input#hide-kill-count").checked ? true : false; | |||
| console.log("In saveChanges, hideKillCount: " + hideKillCount); //DEBUG | |||
| chrome.storage.local.set({ | |||
| "matchingPatterns": matchingPatterns, | |||
| "exclusionPatterns": exclusionPatterns, | |||