From f9c306a6e1e5a62a993226dbaed9db0464b8b00c Mon Sep 17 00:00:00 2001 From: elia Date: Thu, 24 Oct 2024 15:40:33 +0200 Subject: [PATCH] Update src/background.js --- src/background.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/background.js b/src/background.js index b51288f..8fcb629 100644 --- a/src/background.js +++ b/src/background.js @@ -1,4 +1,3 @@ -// background.js browser.commands.onCommand.addListener((command) => { if (command === "print-selection" || command === "fill-input") { browser.tabs.query({ active: true, currentWindow: true }).then((tabs) => {