Settings

Theme

Ask HN: Why has ecommerce become incompatible with uBlock?

6 points by kakuri 2 years ago · 2 comments · 1 min read

Reader

I've been using uBlock Origin for many years and it used to work fine. More recently I am noticing that developers are implementing purchasing workflows that completely break if uBlock is enabled. I miss when companies selling things used to focus on selling things.

xvello 2 years ago

My experience is that these are usually caused by bad-quality frontend code that does not properly handle errors around bad-quality analytics SDKs, and breaks in subtle ways when these SDKs throw exceptions.

The e-commerce industry is obsessed with tracking and optimizing their conversion rate, so a lot of them have a lot of manual instrumentation of their "user journeys". Imagine they emit an analytic event after you fill your address, and before unlocking the next checkout step. If uBO blocks the analytics event submission and the SDK throws an exception, that next checkout step won't unlock unless they implemented basic error handling.

topicseed 2 years ago

GTM stuff probably

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection