Skip to content

Commit 0471022

Browse files
committed
Rm webNavigation dependency
1 parent 4197a45 commit 0471022

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

mink-plugin/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
},
2525
"permissions": [
2626
"webRequest",
27-
"webNavigation",
2827
"<all_urls>",
2928
"webRequestBlocking",
3029
"tabs",

mink-plugin/mink.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ function log (...messages) {
4343
}
4444
}
4545

46-
chrome.webNavigation.onCommitted.addListener(function (e) {
47-
log('NAVIGATION OCCURRED!', e)
48-
})
49-
5046
chrome.browserAction.onClicked.addListener(function (tab) {
5147
const scheme = (new window.URL(tab.url)).origin.substr(0, 4)
5248
if (scheme !== 'http') {

0 commit comments

Comments
 (0)