Laurent Thanks for the suggestion but I have tried DNS-based filtering and it does not block YouTube ads for me.

    • Edited

    TalentedQuill I'm disappointed that despite my efforts in the original post this still became yet another thread with browser suggestions

    You got an answer to your original post, the answer is no, so, the only alternative for what you want is to use a front-end or another browser that blocks ads better.

    TalentedQuill Would it be possible to compile Vanadium myself to add uBlock Origin support or something along those lines?

    UBlock Origin is no longer available on Chromium, gorhill has removed it. Only uBlock Origin Lite, which is the MV3 version, is available on the Chrome Web Store.

    What's more, Vanadium doesn't support extensions at all, so I don't know if compiling it yourself with modifications can allow you to use the extensions, you won't get Vanadium at the end.

    Laurent DNS-based ad blocking is ineffective on Youtube.

      TalentedQuill Sorry for you... use brave for YouTube otherwise, even comments are disabled. I only use it and it is multiplatform

      Xtreix Oh yes I read the first comment too quickly, I didn't mind that it was for YouTube

      Xtreix UBlock Origin is no longer available on Chromium, gorhill has removed it. Only uBlock Origin Lite, which is the MV3 version, is available on the Chrome Web Store.

      This is false. I was able to right now go to the Chrome Web Store and install ublock origin.

        • Edited

        TalentedQuill You're right, it's because it was unavailable during a period, gorhill had removed it, I guess some users complained.

        TalentedQuill
        this is how can be done.
        get a raspberry pi, install pihole + tailscale (vpn) connect your phone to your vpn, configure pihole as dns and voila, all your add will be blocked by pi-hole anywhere you are. from within vanadium.
        it is actually better than installing an app. or an extention which may increase your attack surface.
        other alternative is use proton vpn and enable ads and malware blocking.
        as for youtube.. use newpipe. do not open it in your browser, unless that browser is brave but you do not want to have browsers suggested. so

        Xtreix Vanadium has a proper network-level ad blocking implementation. It does not have complex dynamic rules or cosmetic filtering via CSS at the moment. YouTube ads can't be blocked with declarative network-based filtering but rather require invasive changes to the site which are regularly changed to keep up with it changing.

        Firefox doesn't support sandboxing on Android and using a fork of it doesn't change that. It doesn't enable a sandbox since it doesn't have one, let alone the 2nd layer of sandboxing offered by the V8 sandbox and modern exploit protections.

        Velocity9490 Vanadium has a real adblocker. It does not have injection of JavaScript and other dynamic features required to bypass YouTube ads.

        Laurent DNS filtering can't block YouTube ads anymore. It will eventually likely become impractical for extensions to reliably work around it without getting blocked.

          GrapheneOS today I learned that Vanadium has built in adblocking!

          I found the toggle in the settings. What list does it use?

            patienttruth99 It's enabled by default and the toggle is to disable it per-site. It uses EasyList + EasyPrivacy as the baseline and also EasyList Germany when the German language is enabled as part of work towards adding support for a bunch of language specific filters.

            GrapheneOS Firefox doesn't support sandboxing on Android and using a fork of it doesn't change that. It doesn't enable a sandbox since it doesn't have one, let alone the 2nd layer of sandboxing offered by the V8 sandbox and modern exploit protections.

            What does the page I get when I go to about:processes in IronFox mean ? I can get the same thing on Firefox for desktop. In fact, I discovered that I can open about:processes in Firefox for Android because I voluntarily tested it, I'm sure I couldn't do it before, what does it mean ?

              GrapheneOS This is what I was talking about:

              GrapheneOS Vanadium has a proper network-level ad blocking implementation. It does not have complex dynamic rules or cosmetic filtering via CSS at the moment. YouTube ads can't be blocked with declarative network-based filtering but rather require invasive changes to the site which are regularly changed to keep up with it changing.

              So no, not a full implementation of an adblocker like uBO or AdGuard.

                Xtreix Multi-process is not sandboxing. Firefox doesn't have sandboxing in any form on Android.

                  Velocity9490 Not having scripting and not injecting CSS or JavaScript into pages doesn't make it not a real adblocker.

                  It does not have complex dynamic rules or cosmetic filtering via CSS at the moment.

                  Does this also prevent blocking ads in search engine search results? I'm seeing ads in Duckduckgo but I think they were being successfully blocked in Vanadium at some point?

                  • Edited

                  GrapheneOS Yes, I reread the Mozilla documentation and actually got confused, but it's not super clear either, add to that that many people confuse the two topics, which leads to misunderstandings in discussions.

                  GrapheneOS YouTube ads can't be blocked with declarative network-based filtering but rather require invasive changes to the site which are regularly changed to keep up with it changing.

                  Yes, then the adversaries adapt, it's basically a game of cat and mouse.