Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 8b6eff5

Browse files
author
Ignacio Anaya
committed
chore: remove unused contextMenu permission
1 parent 10d4bb0 commit 8b6eff5

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

src/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"webNavigation",
1010
"activeTab",
1111
"cookies",
12-
"contextMenus",
1312
"*://*/"
1413
],
1514
"icons" : {

src/options/OptionsApp.vue

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,14 @@
4343
<p>
4444
Define an attribute that we'll attempt to use when selecting the elements, i.e
4545
"data-custom". This is handy when React or Vue based apps generate random class names.
46-
<span class="font-bold"
47-
>When "custom data attribute" is set, it will take precedence from over any other
48-
selector (even ID)</span
49-
>
5046
</p>
51-
<!-- <p class="mt-0">
52-
<span class="text-black font-bold"
53-
>When "custom data attribute" is set, it will take precedence from over any other
54-
selector (even ID)</span
55-
>
56-
</p> -->
47+
<p>
48+
<span role="img" aria-label="siren">🚨</span>
49+
<span class="ml-1 font-bold text-black-shady dark:text-white"
50+
>When <span class="italic">"custom data attribute"</span>&nbsp;
51+
is set, it will take precedence from over any other selector (even ID)
52+
</span>
53+
</p>
5754
</div>
5855
<div>
5956
<label>Set key code</label>
@@ -78,7 +75,7 @@
7875
Wrap code in async function
7976
</Toggle>
8077
<Toggle v-model="options.code.headless">
81-
Set <code>headless</code> in puppeteer launch options
78+
Set <code>headless</code> in playwright/puppeteer launch options
8279
</Toggle>
8380
<Toggle v-model="options.code.waitForNavigation">
8481
Add <code>waitForNavigation</code> lines on navigation

0 commit comments

Comments
 (0)