From 8b6eff5a415eecd1e377752e2197f6a8eec31110 Mon Sep 17 00:00:00 2001 From: Ignacio Anaya Date: Mon, 12 Jul 2021 15:55:24 -0300 Subject: [PATCH] chore: remove unused contextMenu permission --- src/manifest.json | 1 - src/options/OptionsApp.vue | 19 ++++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 3c3f57e1..e38a440a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -9,7 +9,6 @@ "webNavigation", "activeTab", "cookies", - "contextMenus", "*://*/" ], "icons" : { diff --git a/src/options/OptionsApp.vue b/src/options/OptionsApp.vue index 54cac1b1..e0f6a457 100644 --- a/src/options/OptionsApp.vue +++ b/src/options/OptionsApp.vue @@ -43,17 +43,14 @@

Define an attribute that we'll attempt to use when selecting the elements, i.e "data-custom". This is handy when React or Vue based apps generate random class names. - When "custom data attribute" is set, it will take precedence from over any other - selector (even ID)

- +

+ 🚨 + When "custom data attribute"  + is set, it will take precedence from over any other selector (even ID) + +

@@ -78,7 +75,7 @@ Wrap code in async function - Set headless in puppeteer launch options + Set headless in playwright/puppeteer launch options Add waitForNavigation lines on navigation