Firefox app on android. Never seen this before until today. But Firefox is now putting ads in the app?

  • brucethemoose@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 hours ago

    It uses a modified version of its engine and its own filter source. It’s not commercial ABP: https://github.com/uazo/cromite/blob/master/docs/ADBLOCKING.md

    Why was AdBlock Plus used rather than uBlock?

    ADB is developed in c++ while uBlock is an extension in javascript. Currently, support for extensions is not active in Android. ADB in Cromite is enhanced with support for cname uncloaking and blocking even in workers (a unique feature of Cromite). Support for “acceptable ads” has been completely removed.

    I view this as a huge plus, as (theoretically) a C++ engine is faster than a javascript one.