I'm coding a function to detect if users are using adblockers. When I detect it I send it to Site Catalyst (Omniture).
The problem is: Some adblockers use a black list to block requests and my company catalyst url it's in one of these lists. When I look in the devtools they block the requests and show a ERR_BLOCKED_BY_CLIENT. There's a way to check if a request was blocked by client using javascript?