I'm so sick of visiting webpages and being pestered by the in-your-face Intercom live chat bubble. Does anyone else feel the same way?<p>Does anyone have a way to remove them? I might write a browser extension to automatically remove/hide them if it doesn't already exist (I looked and couldn't' find anything).
3/4 of the time it's not even a live chat and not much better than email. Sometimes they have a chat bot that doesn't understand what you're asking them and it becomes more frustrating.
What gets me worse is dynamically changing the page title to catch your eye. Ex. something like:<p><pre><code> let documentTitle = document.title;
let documentTitleWithNotification = "(1) " + documentTitle;
let timeDelay = 1000;
function makePlainTitle() {
document.title = documentTitle;
setTimeout(makeNotificationTitle, timeDelay);
}
function makeNotificationTitle() {
document.title = documentTitleWithNotification;
setTimeout(makePlainTitle, timeDelay);
}
makeNotificationTitle();
</code></pre>
My peripheral vision is a sucker for motion.
Thanks for the fast replies. I was able to kill it by blocking the widget.intercom.io domain with Privacy Badger. I wonder why it wasn't already blocked by default...
I have differing opinions on this, depending on what side of the interaction I'm on and a few other factors.<p>In my personal browsing: do I like them? It depends. If I'm interested in the product/service, I may have questions or need support, so in that sense, yes. If I'm just browsing and have little or no interest in converting, no -- I find them annoying.<p>For my business: leads seem to love em, time wasters hate em. It's a great way to start the conversation with quality leads while weeding out the visitors who will waste your time.<p>Even if you personally find them annoying, when my business is talking to a potential lead via Intercom, that conversation often results in a conversion. So, in my opinion, I think it's worth annoying visitors (various levels of annoyance depending on visitor) who aren't really interested anyways. It's a win-win.
<a href="https://hellogoodbye.app/" rel="nofollow">https://hellogoodbye.app/</a> Didn't tried it yet but it will remove the annoying chat bubbles.
<a href="https://www.no-thanks-extension.com/" rel="nofollow">https://www.no-thanks-extension.com/</a><p>It’s not free, but works very well
I hate them yes. But businesses must find that people want to use them right? (And it makes sense why they would.) Yet on my own sites all I get from them is troll messages ...
Jup, so much visual clutter on some landing pages. Cookies, subscribe for my newsletter, chat popup. Perhaps You can use privacy badger to block everything from that domain.
uBlock or PrivacyBadger seems to eliminate them. I forgot how horrible the internet can be without these extensions until I used a new Mac a few weeks ago.