Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3213 committed Apr 18, 2024
1 parent a460ddb commit 1787a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mv2/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ chrome.webNavigation.onBeforeNavigate.addListener(({tabId, url, frameId}) => {
easyMatch[tabId] = [pattern];
easyMatchLog[tabId] = {[pattern]: true};
}
}, {schemes: ['http', 'https']});
});

chrome.webRequest.onBeforeRequest.addListener(({tabId, url}) => {
var pattern = easyMatchPattern(url);
Expand Down

0 comments on commit 1787a8c

Please sign in to comment.