mirror of
https://github.com/wassname/mad.git
synced 2026-08-09 12:10:15 +08:00
infiinite redirect loops hopefully fixed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user