Edit:
Panel 3: PiHole + uBlock Origin
Panel 4: PiHole + uBlock Origin and recurring donations to pay creators
Adding to the existing comments, there is also invidious which doesn’t bombard you with adds and if you have a homeserver you can easily host an instance (acts like a frontend to youtube)
I wonder what number of cents a month is more than what content creators get from youtube or their other sites (sans donation platforms like Patreon).
It could be interesting to set aside like $5 a month to have dividends of that go out to people you actively utilize.
At least for platforms like YouTube, creators are making $0 unless they have a ton of watch ours and subscribers and can be monetized.
NextDNS & a VPN should be in there somewhere.
NextDNS and pihole serve the same purpose and are redundant. Personally I prefer NextDNS but it wouldn’t make sense in ops meme
Pihole is a great project, but it is objectively less capable than uBlock Origin.
That is not a criticism of the software. It is just a fundamental fact that DNS based adblockers are less powerful, and less granular/precise than Browser based adblockers.
They do work well in combination though (the DNS level adblockers gives you moderately effective network wide blocking, and uBlock Origin gives you exceptional blocking but is limited to the browser.
At least from using both, I feel like pihole kinda sucks. It’s rather limited and breaks a lot of stuff.
UBlock is awesome. Pihole only really breaks if you add too many or too aggressive blocklists. The main benefit of pihole is you can block ads and trackers from any device on your network. I find the biggest offenders to be smart devices.
I’m using both uBlock and Pi-Hole and I have to say that Pi-Hole is great. The monitoring features are pretty good and the ad blocking that it offers is, although way less than uBlock, still way better than none at all. It blocks most ads from the random apps I have installed on my phone and a surprising amount of trackers that are sent through my network. It also acts as a pretty good fallback if whatever I’m using physically cannot use a browser like an app or an embedded system.
For me personally I also like to use Pi-Hole for network wide site filtering. If I find a website that’s really sketchy or obviously a scam or trying to make you download malware, I just add it to my blacklist.
Of course each serves its own purposes and it won’t always be useful for everyone. I personally find the tools that it offers has a lot of benefit for what I do.
TLDR; The ad blocking, although way less than uBlock, is more than enough to act as a basic ad blocker. Not to mention the monitoring tools are an added bonus. It also acts as a great fallback if something I’m using physically can’t make use of uBlock.
I’m not technical enough, but why can’t pihole do as much as ublock? It’s at the router level before anything gets to the browser, it has all the same info the browser will eventually get.
Shouldn’t it be theoretically possible to do the same?
pihole does not deceypt https traffic, so it cant change dom. even if it could, it can’t modify stuff added by js.
also it can only block whole domains, not individual urlsuBlock has direct access to the DOM and so can modify what the browser renders. For example, YouTube ads are hosted on the same domains as their videos and so PiHole cannot block them, but uBlock can.
I don’t understand why tho, what is it that let’s unblock distinguish ad video vs real video?
Unlock can read the code being sent to your browser and act accordingly. It’s much more granular.
Pihole can only see you’re going to YouTube.com. It cannot see what YouTube is sending you.
It’s at the router level
It’s a DNS server and does not have the same capabilities as the router
It has all the same info the browser will eventually get.
It does not. Not just because of the previous reason but also because most traffic is encrypted nowadays (https) which means that even the router can’t read/modify the traffic to the device.
Another issue is that some things blocked by uBlock are hard to detect with static analysis in comparison to reading the rendered HTML.
Also ADguard dns service for your mobile device on Mobile networks
Follow-up question: what open source software projects do you contribute to? I like using Liberapay or Open Collective, with Patreon as a third choice.
I’ve ran Pihole for years but switched to NextDNS. It gives me more control over my kids access.
For example scheduled access to YouTube and Roblox. Also, since it’s a public service it means I can block them regardless of network. So for example when we are on holiday. My eldest worked out he could use network data on his phone to avoid the Pihole.Oh, and it’s DNS over TLS so queries are now encrypted rather than plain text that regular DNS.
None of this will block YouTube ads though. For that I use NewPipe or Firefox and uBlock Origin.
Can’t they change their DNS settings?
Sure. But they aren’t at that age to be aware. To be honest unless someone is clued up the average person wouldn’t know either.
How old are they?
13, 12, 9
I’m 13 lol
As someone who had tons of parental controls on my stuff as a child, they might figure it out far quicker than you’d think
They find ways yes. When I was blocking YouTube I found him watching YouTube via Spotify. Not sure how that worked. But I blocked that too as a result.
I don’t think they have anything currently as when it’s blocked you see them outside their bedrooms a lot more!
My mom disabled the browser on my phone, so I hit the button in an app to view the terms of service when then opened up an in-app browser. When she figured out how to stop that, I manually typed out the url for a google search and downloaded the webpage using shortcuts on an iphone, then hopped around the internet by downloading and viewing the webpages of any links I could find. Surprisingly, it worked on things like YouTube as well
On the bright side, stuff like that is why I’m far more computer literate than many other people around my age that aren’t in college for something IT related
That’s the point yes. At some point I’m sure they will work it out. But they haven’t yet. Luckily the eldest is lazy. If he wasn’t he would have read the email he got when he was 13 which meant he could leave the family group which I also use to turn off their devices for bed time…
If the router provided by my isp won’t allow me to change the dns server, is there a workaround for having to set the local dns server on each device that doesn’t involve getting a new router?
Most cable modem router combos have the ability to turn off the router part and just act as a modem in Bridge mode. If that’s an option, you can get your own router to handle local traffic, including dhcp (and thus dns) for all your local devices.
Obviously, this goes against your request not to get your own router, but I thought I’d mention it in case you thought you would have to buy your own modem as well (which you are also free to do, assuming your isp supports customer-owned modems). The modem part can stay the same while having a separate router not controlled by the isp.
If your particular unit doesn’t allow that, you can usually still locally override dns settings, though this is more for computers and phones than it is some smart home devices. iPhone and Android phones will let you specify dns ip addresses when you set up a wifi connection. Just edit the wifi config and change to a static ip. You can usually safely use the ip address given to you from dhcp, so make a note of your device ip address before changing it to static, and just use the same values. Then you can manually set the dns ip address.
Or you could just switch DHCP over to the Pi-hole. Most ISP routers support turning off DHCP even if you can’t change their DNS.
You can use a second router and pass through the WAN. It’s a bit complicated to explain in a comment, but it’s also not too difficult. Is your ISP ATT?
Use the pi or whatever little computer that’s presumably hosting the pi-hole software to also be a DHCP server (and turn off the DHCP server on ISP’s router). It can then advertise itself as the DNS server.
That’s a great idea! I will try it tomorrow, thank you.
Edit: Worked nicely :)
Pihole and uBlock Origin have different purposes. Pihole blocks ad domains network-wide. uBlock Origin can remove specific elements from specific webpages with surgical precision regardless of the domain the content is served from, so it is a much more precise wide-spectrum content blocker.
In other words, uBlock Origin can block basically everything, but only works in your browser. Pihole blocks fewer things and less precisely but works for all your devices.
Thank you, this clears it up really well!
Does anyone have a link for how to set up a pihole that a dumb dumb like me could understand?
If you are not so fit in this questions is better to install Portmaster, its downloading and run it, not much more to do (blocking or give permissions to connecting to the network to your apps. Maybe sellecting an DNS which fits your needs in the settings. It’s way easier to handle than Pi Hole. It even has an SPN (its like a VPN on steroids), but its an paid option.
May you recover from your stroke quickly.
Honestly don’t bother. Ublock is better at blocking ads. Pihole is for devices on your network that can’t use conventional ad blockers and is less effective.
[email protected] is the final level. Using your Pi to cure cancer and identify asteroids
ADS?
Ads, as in the stuff that is blocked by ublock and pihole.
Damm i read ABP … and was confused. Yeh sure ads are smoll brain! (Same as ABP)
Creators put up blinking pop-up windows asking for more donations
Fuck…
Watch better creators that don’t use their fans as a bank account
Does anyone know if firewalls like OPNSense can do IPS for ads and tracking instead of “normal” intrusions like malware?
pfsense with blockerng anyone?
Opnsense with unbound dns for me
This sounds like something I should look into. I already run pfsense and wanted to look into a pihole, but if I can do it all in pfsense that’ll work out even better. Thanks!
There are a lot of public DNS that do the stuff pihole does.
I’ve considered that too, but thanks for the reminder!
I’d recommend it, not very hard to setup and there’s tons of guides online if you need help