-
-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Dipto Das edited this page Oct 6, 2025
·
2 revisions
Zap — Troubleshooting
Step-by-step fixes for the most frequent problems users encounter.
Issue: Zap button not showing on YouTube pages.
Fix:
Fix:
- Open your extensions page (chrome://extensions) and ensure Zap is enabled.
- Check that the content script has permission for youtube.com in the manifest.
- Reload YouTube pages or click the extension options "Refresh" button.
- If still not visible, open DevTools on a YouTube tab and check console for errors from "Zap".
Issue: Blocked videos reappear or YouTube reloads frequently.
Fix:
Fix:
- Ensure you have the latest extension build installed.
- Check storage capacity (shown in Blocked Videos tab). If full, clear older entries.
- Disable any other extensions that alter YouTube DOM (adblockers, script managers) to test conflicts.
Issue: Keywords not blocking properly.
Fix:
Fix:
- Confirm keywords are saved (click "Save Keywords").
- Use exact phrases or multiple variations; keywords are matched against titles only.
- Test by adding a very specific phrase like
"clickbait phrase example".
Issue: Contact form not sending (offline error).
Fix:
Fix:
- The extension tries to send via Telegram; if network is blocked it stores locally. Reconnect and click "Send Test Notification" in Settings.
- Open the extension console to view the stored message payload (search for "contactSubmissions").
Advanced: Check the background script logs
Open chrome://extensions → Details for Zap → Service Worker (or background page) and view console.
Open chrome://extensions → Details for Zap → Service Worker (or background page) and view console.
console.log('Zap v5.3.0: ...')
If none of the above works
- Export your blocked list (for backup) from the Blocked Videos tab.
- Remove and re-install the extension.
- Open an issue with logs and steps to reproduce (include console errors and a short screencap) via the Support tab or GitHub.