We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fcad1 commit bdc3bacCopy full SHA for bdc3bac
1 file changed
platform/mv3/extension/js/popup.js
@@ -284,6 +284,7 @@ dom.on('#gotoUnpicker', 'click', ( ) => {
284
if ( browser.scripting === undefined ) { return; }
285
browser.scripting.executeScript({
286
files: [
287
+ '/js/scripting/css-procedural-api.js',
288
'/js/scripting/tool-overlay.js',
289
'/js/scripting/unpicker.js',
290
],
0 commit comments