init commit
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
Reference in New Issue
Block a user