diff --git a/entrypoints/content.ts b/entrypoints/content.ts index e5a0beb..a099540 100644 --- a/entrypoints/content.ts +++ b/entrypoints/content.ts @@ -28,7 +28,7 @@ async function nyanize() { observer.observe(document.body, { childList: true, subtree: true, - // characterData: true + characterData: true }); }