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) {