I scheduled a restart of my Mac every night, but Chrome Capture interrupts it and won't let my system restart. How do I get around this? Is there a way to allow a scheduled restart to interrupt Chrome Capture? How do I uninstall Chrome Capture? Thanks for your help!
kineticman/ESPN4CC4C/blob/main/contrib/cc4c/CC4C_Fullscreen_Helper_Manual_Install_Guide.md
# CC4C Fullscreen Helper (main.js) ā Manual Install Guide
This adds a **per-request fullscreen fallback** to Chrome Capture (CC4C). When you open
`/stream?url=...`, the helper arms a timer; if the target site hasnāt entered fullscreen
by the deadline, it **sends the `f` key via xdotool**.
> **Persistence note:** If you recreate the container (pull/compose), you must re-copy `main.js`.
> Keep your patched file in your repo so itās easy to re-apply.
---
## 1) Prerequisites
- Running `cc4c` container (image `bnhf/cc4c:latest`)
- Patched file saved on the host, e.g.:
`contrib/cc4c/main.cc4c-autofs.20251030-222408.js`
(and optional checksum: `contrib/cc4c/main.cc4c-autofs.20251030-222408.js.sha256`)
## 2) Backup the containerās current file
```bash
docker exec -it cc4c sh -lc 'cp -n /home/chrome/main.js /home/chrome/main.js.bak.$(date +%Y%m%d-%H%M%S)'
This file has been truncated. show original
