infiinite redirect loops hopefully fixed

This commit is contained in:
qt31415926
2015-04-02 18:44:36 -04:00
parent 98481749e5
commit 79f261e1fb
4 changed files with 65 additions and 13 deletions
+2
View File
@@ -10,7 +10,9 @@ console.log(blockList);
console.log("did background.js load properly");
blockChecker = new BlockCheck(DefaultList);
var currTabs = []; //TODO bugfix
var prevSite = "";
chrome.webRequest.onBeforeRequest.addListener(
function(details) {
// console.log("Is this evenf ucking working details.url: " + details.url);