The AdSense delay system was stripping the ?client=ca-pub-XXXXXX parameter from script URLs during the regex replacement, causing ads to fail loading silently. Changed regex patterns to use capture groups ($1) to preserve the complete URL including query parameters. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>