Remove dead Pipedrive chat widget from docs footer#783
Conversation
We moved off Pipedrive to HubSpot almost a year ago, but the LeadBooster loader script was still embedded on every docs page — silently pinging an abandoned Pipedrive workspace (companyId 7960593) on every visit and rendering nothing. Also blocking Netlify deploys: the link checker times out on leadbooster-chat.pipedrive.com from Netlify's build infra. Removing the script tag fixes the deploy as a side effect.
|
Claude finished @AlexKantor87's task in 1m 39s —— View job PR Review: Remove dead Pipedrive chat widget
Static AnalysisAll checks pass:
(Expected, since this PR only touches an HTML partial.) Code ReviewChange: Removes 2 lines from Verdict: LGTM — this is a clean, safe removal of dead third-party code. Details:
No issues found. Clean PR, well-scoped, good PR description with clear test plan. |
Summary
docs.kosli.com/layouts/partials/docs/footer.html.companyId 7960593) on every visit and rendering nothing visible (verified at https://docs.kosli.com/).ETIMEDOUT) onhttps://leadbooster-chat.pipedrive.com/assets/loader.jsfrom Netlify's build infra, blocking every deploy. Removing the script tag means the URL is no longer in the built site.Test plan
docs-mainsuccessfully after mergeleadbooster-chat.pipedrive.com🤖 Generated with Claude Code