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 b9d9a9d commit 1275f55Copy full SHA for 1275f55
src/js/background.js
@@ -13,6 +13,7 @@ if (isFirefox) {
13
url: "html/consent.html"
14
});
15
} else {
16
+ // If consent has been already granted, execute background script
17
executeBackgroundScript();
18
}
19
0 commit comments