From aee202aa2e808267edcfe124e9e0171695cc04ba Mon Sep 17 00:00:00 2001 From: Alyssa X Date: Fri, 18 Feb 2022 08:20:21 +0000 Subject: [PATCH] Use browser instead of Chrome in Firefox version --- firefox/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/content.js b/firefox/content.js index 06394d9..cb0b1e6 100644 --- a/firefox/content.js +++ b/firefox/content.js @@ -94,7 +94,7 @@ $(document).ready(() => { }); keys += ""; } - var img = "favicon"; + var img = "favicon"; if (action.emoji) { img = ""+action.emojiChar+"" }