update usage section

This commit is contained in:
idk
2019-12-24 16:51:38 -05:00
parent ff9ba99476
commit 9e015c51ef
9 changed files with 100 additions and 98 deletions

View File

@@ -40,6 +40,6 @@ var handlerSetup = async function(requestDetails) {
browser.webRequest.onBeforeRequest.addListener(
handlerSetup,
{urls: ["<all_urls>"]},
{ urls: ["<all_urls>"] },
["blocking"]
);