From 21ae3fff7c9776f320b8a78874ef7bd7d8edc0b1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 10 Jan 2023 01:33:41 +0900 Subject: [PATCH] add intercom dom detection --- src/technologies/i.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/technologies/i.json b/src/technologies/i.json index 4d3edd0ab..dc9554b9a 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -906,6 +906,11 @@ ], "description": "Intercom is an American software company that produces a messaging platform which allows businesses to communicate with prospective and existing customers within their app, on their website, through social media, or via email.", "icon": "Intercom.svg", + "dom": [ + "link[href^='https://widget.intercom.io']", + "div.live-chat-loader-placeholder", + "iframe#intercom-frame" + ], "js": { "Intercom": "" },