Earlier quoted context omitted.
To make things even more confusing gorhill is actually the creator of the original ublock too.
The way that I recall it is like this: gorhill created uBlock. After some amount of time gorhill found that the uBlock project was taking up too much of his time. gorhill handed over the uBlock project to someone else. That other person or other group of people took the uBlock project in a direction that gorhill did not agree with. gorhill decided that because of this, he should continue to maintain a version of uBlo…
uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
121–130 of 132 posts
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#122Earlier quoted context omitted.
I've got that set up, but it doesn't seem to work: https://github.com/gorhill/uBlock/wiki/Cloud-storage I've followed the steps carefully a coupe of times, but still no luck. The page does include the caveat "Cloud storage services offered by specific browser vendors have limitations and quirks and are out of the control of uBO" which seems to be the case for me.
Your list/filters is probably too large. > If syncing is enabled, the data is synced to any Chrome browser that the user is logged into. If disabled, it behaves like storage.local. When the browser is offline, Chrome stores the data locally and resumes syncing when it's back online. The quota limitation is 100 KB approx, 8 KB per item. Consider using it to preserve user settings across synced browsers. https://develo…
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#123var internetExperience = uBO ? Experience.NICE : Experience.DIE_A_LITTLE_INSIDE; var internetSafety = -10; internetSafety += windows ? -5 : 3; internetSafety += uBO ? 4 : -9; internetSafety += uMatrix ? 13 : -99;
uMatrix is redundant with uBO Dynamic filtering: https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-qu...
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#124Earlier quoted context omitted.
I hooked up my pihole’s on/off switch to HomeKit. Whenever a website doesn’t work, my wife knows she can open the home app and turn off the Pi-hole and try again.
Do you have any more details on this? Sounds like a great idea for the rest of my household.
Really easy to setup once you have homebridge itself running. Just enter in your Pi-hole api key and add it to HomeKit.
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#125Earlier quoted context omitted.
Or uBlock Chrome Edition. When it doesn't work as good as uBO on FF, let it be known whose fault it is.
Chrome will still be faster even if ublock doesn't block as much as FF does. In fact the new declarative filters will most likely be faster than the current ones.
Besides, I really don't care how fast it it when displaying ads and tracking me. I'd prefer not to see them, thank you very much.
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#126Earlier quoted context omitted.
Do you have any more details on this? Sounds like a great idea for the rest of my household.
Yea, it’s a homebridge plugin: https://github.com/arendruni/homebridge-pihole Really easy to setup once you have homebridge itself running. Just enter in your Pi-hole api key and add it to HomeKit.
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#127Earlier quoted context omitted.
uBlock Lite is already in testing. https://chrome.google.com/webstore/detail/ublock-origin-lite... EDIT: Discussion from 6 months ago https://news.ycombinator.com/item?id=32911640
I wished it had been named "uBlock Neutered" or something that more strongly highlighted the relationship to uBlock Origin.
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#128I somewhat wished that when Chrome switches to manifest v3, uBlock Origin would stop supporting Chrome and its clones. Firefox is the only browser where uBlock Origin is actually working as intended, Chrome on the other hand (even in manifest v2) is blocking so many features that uBO isn't actually able to work as a privacy and anti-malware tool. CNAME uncloaking is essential because websites can counter any filter r…
"Instead you need a gigantic list of filter rules, one for each domain, making loading web pages slower." By not using recursive DNS, including open resolvers or other third party DNS providers, I avoid this problem. I do not need to maintain a list of domains to block,^1 I only need to maintain a list of domains for hosts that I actually want to access. I do not even make remote DNS lookups because generally I alrea…
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#129var internetExperience = uBO ? Experience.NICE : Experience.DIE_A_LITTLE_INSIDE; var internetSafety = -10; internetSafety += windows ? -5 : 3; internetSafety += uBO ? 4 : -9; internetSafety += uMatrix ? 13 : -99;
uMatrix is redundant with uBO Dynamic filtering: https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-qu...
Re: uBlock Origin 1.48 adds readiness status, code viewer, and other fixes
#130Earlier quoted context omitted.
uMatrix is redundant with uBO Dynamic filtering: https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-qu...
This isn't even remotely comparable to the uMatrix interface.