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).
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();
My peripheral vision is a sucker for motion.
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.
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.
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.
It’s not free, but works very well