From d98ab397c9b17036569b7a6e277b2790b02d1093 Mon Sep 17 00:00:00 2001 From: Radu Date: Sat, 26 Aug 2023 22:16:49 -0400 Subject: Allow restricting websites on which extension runs --- popup.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 popup.js (limited to 'popup.js') diff --git a/popup.js b/popup.js new file mode 100644 index 0000000..c07a031 --- /dev/null +++ b/popup.js @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only + +"use strict"; + +browser.runtime.openOptionsPage(); +window.close(); -- cgit v1.2.3