ads - Adblock block my site -


few days ago move part of site subdomain named https://ads.carzilla.az after every style , script not load. after research find adblock , adblockplus blocks site. havent ads on site. named ads becous on there have car classified ads. can happen becous of name of sub domain?

not sure if helpful, did bit of research on adblock/adblockplus filter algorithm while back. uses set group of filters , checks address these filters, yes quite possible subdomain chose source of problems.

function getmatchingfilter1(s, f)   each filter in f     if (filter matches s)       return filter     end if   end    return null end function 

above: example of code used abp.

references: https://adblockplus.org/blog/investigating-filter-matching-algorithms


Comments