From 0b10f5f993e6368048524040fc8788eb1156c6ba Mon Sep 17 00:00:00 2001 From: TussockyJoker Date: Wed, 25 Feb 2026 09:13:06 +0000 Subject: [PATCH] Update content.js --- content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.js b/content.js index 45d6308..7d5e239 100644 --- a/content.js +++ b/content.js @@ -12,7 +12,7 @@ async function loadKeywords() { console.log("Loaded keywords:", keywords); - injectStyles(); // 👈 Add this + injectStyles(); startFiltering(); } catch (error) {