From 8bb5e980db4c37b76c217722dbe33914dce1a496 Mon Sep 17 00:00:00 2001 From: Tahir Khan Date: Thu, 17 Jul 2025 04:41:59 +0500 Subject: [PATCH 1/2] setting page added --- content_script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content_script.js b/content_script.js index 013dd97..814a4c6 100644 --- a/content_script.js +++ b/content_script.js @@ -252,6 +252,7 @@ const observer = new MutationObserver((mutations) => { }); }); + // Start observing the document with the configured parameters observer.observe(document.body, { childList: true, From 83bbd73fc67695a1d765c70966ea2e2c415b04be Mon Sep 17 00:00:00 2001 From: Tahir Khan Date: Thu, 17 Jul 2025 05:56:58 +0500 Subject: [PATCH 2/2] added dark mode --- content_script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/content_script.js b/content_script.js index 814a4c6..c749009 100644 --- a/content_script.js +++ b/content_script.js @@ -251,8 +251,6 @@ const observer = new MutationObserver((mutations) => { } }); }); - - // Start observing the document with the configured parameters observer.observe(document.body, { childList: true,