init commit

This commit is contained in:
2026-04-08 21:17:59 +02:00
commit 178b7bf7a2
24 changed files with 2466 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* content.js — Standalone content script (optional).
*
* Most DOM operations are performed via chrome.scripting.executeScript()
* with inline functions in background.js (no persistent content script needed).
*
* This file is kept as a placeholder for future use cases that require
* a persistent content script (e.g., MutationObserver-based watching).
*/