Files
2026-04-08 21:17:59 +02:00

10 lines
369 B
JavaScript

/**
* 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).
*/