Earlier quoted context omitted.
I've got this list in my favs, I think it was posted on HN a while ago: https://gist.github.com/0XDE57/fbd302cef7693e62c769 I had some problems with sendRefererHeader, so it can definitely break some websites
See, there are some good ideas in that list, but then it gets to disabling Safe Browsing without any explanation. There's a lot of false information around about what Safe Browsing sends to whom, and you should make sure you know what you're doing when disabling it. Also, the DNS cache size explanation is a bit backwards. "Number of cached DNS entries. Lower number = More requests but less data stored." Where do you…
UBlock Origin 1.17.4 released
91–100 of 158 posts
Re: UBlock Origin 1.17.4 released
#92Re: UBlock Origin 1.17.4 released
#93UBlock Origin is more than an ad-blocker. Some usecases other than being ad-blocker 1. Hide Quora notification icon 2. Hide YouTube notification icon 3. Hide stackoverflow questions you might be interested section(right bottom section) How do you use other than ad-blocker?
4. Hide humongous Wikipedia donation element after having donated.
Re: UBlock Origin 1.17.4 released
#94Earlier quoted context omitted.
How would you explain that you're making money from a project summary of UBlock?
It might depend, on country, but I know that usually you can mention donations as "donations" in your income papers/form. Don't know how it would be for an opensource project. Mentioning something like "open source browser extension uBlock Origin" probably... Interesting how people report their donations, patreons, etc.
Re: UBlock Origin 1.17.4 released
#95UBlock Origin is more than an ad-blocker. Some usecases other than being ad-blocker 1. Hide Quora notification icon 2. Hide YouTube notification icon 3. Hide stackoverflow questions you might be interested section(right bottom section) How do you use other than ad-blocker?
Re: UBlock Origin 1.17.4 released
#96Good to see wat being used over bringing in emscripten baggage: https://github.com/gorhill/uBlock/tree/master/src/js/wasm
Re: UBlock Origin 1.17.4 released
#97One third-party filter list for uBO that I absolutely love is Web Annoyances Ultralist: https://github.com/yourduskquibbles/webannoyances , for unsticking fixed headers, floating boxes, and elements like that. I also use uBO for injecting my own styles on pages, like adding an absolute timestamp to github: https://news.ycombinator.com/item?id=15743008
Re: UBlock Origin 1.17.4 released
#98Earlier quoted context omitted.
Dude could still do a monthly patreon and cancel it if he didn't want to work on it anymore
I wouldn't do that if I were him because I don't know how to explain that income to the IRS (or rather, the Finanzamt, since I'm German).
Re: UBlock Origin 1.17.4 released
#99The first plugin I install on a freshly installed system with Firefox is uBO. After that I harden the browser by changing stuff in about:config. Chrome has never been an option for us with privacy in focus. The guys behind uBO should get some price or something.
What does your workflow look like in terms of Firefox? What all sites do you visit where UBO doesn't mess it up too much to not have any work done? Just curious. I am on a similar boat but sometimes find some sites to be unreadable after having UBO and some other privacy adjustments through about:config. Thanks!
On the otherhand I also run NoScript temp-whitelist only so all sites that rely on javascript are broken by default for me until I figure out which CDN/etc to temp whitelist.
Re: UBlock Origin 1.17.4 released
#100> The original prototype was to develop an idea I had about using jump indices in a TypedArray for quickly matching hostnames (or more generally strings)[1]. Once I had a working, un-optimized prototype, I realized I had ended up with something formally named a "trie": " rel="nofollow">https://en.wikipedia.org/wiki/Trie> , hence the name. I have no idea whether the implementation here or one resembling it has been do…