We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4197a45 commit 0471022Copy full SHA for 0471022
mink-plugin/manifest.json
@@ -24,7 +24,6 @@
24
},
25
"permissions": [
26
"webRequest",
27
- "webNavigation",
28
"<all_urls>",
29
"webRequestBlocking",
30
"tabs",
mink-plugin/mink.js
@@ -43,10 +43,6 @@ function log (...messages) {
43
}
44
45
46
-chrome.webNavigation.onCommitted.addListener(function (e) {
47
- log('NAVIGATION OCCURRED!', e)
48
-})
49
-
50
chrome.browserAction.onClicked.addListener(function (tab) {
51
const scheme = (new window.URL(tab.url)).origin.substr(0, 4)
52
if (scheme !== 'http') {
0 commit comments