> Privacy Badger + UBlock Origin The days of uBlock Origin on Google Chrome are numbered. It may not work for Google Chrome when Manifest V3 is implemented (and no recourse provided for uBlock Origin). [1] P.S: I haven't kept up with the latest developments on this since last year. [1]: https://www.ghacks.net/2019/01/22/chrome-extension-manifest-...
If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.
Browser Extensions I Can't Live Without
141–150 of 193 posts
Re: Browser Extensions I Can't Live Without
#142> Privacy Badger + UBlock Origin The days of uBlock Origin on Google Chrome are numbered. It may not work for Google Chrome when Manifest V3 is implemented (and no recourse provided for uBlock Origin). [1] P.S: I haven't kept up with the latest developments on this since last year. [1]: https://www.ghacks.net/2019/01/22/chrome-extension-manifest-...
If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.
You seem to not know what manifest v3 is actually doing.
Any adblocker with a static list of domains per-update of the crx file's manifest is useless. Users would have to install hundreds of extensions (each with dozens of domains that they themselves block), just to have the same functionality.
If any anti adblocking team of any ad network decides to just rename foo.tracker.net to bar.tracker.net, all adblocker extension users would have to REINSTALL the chrome extension manually because the manifest's list of domain is statically builtin.
Re: Browser Extensions I Can't Live Without
#143Earlier quoted context omitted.
I even pay them for premium. I can't send an email without it. It makes business emailing much more professional.
Can I ask how? What does it correct or suggest that makes it so useful?
Re: Browser Extensions I Can't Live Without
#144Earlier quoted context omitted.
If there were ever a post to drive me away from a product, this'd be it. Good to know that I should stay well away from KeepassXC, if this is what its defenders sound like.
Comment was flagged so I have no idea what they said, but I use KeePassXC and I'm happy with it. Regular KeePass is good too, but I use XC because it's cross-platform.
Re: Browser Extensions I Can't Live Without
#145Earlier quoted context omitted.
Lately I ended up running much fewer extensions than I used to, and actually looking at their source first. I think the only closed-source extension I run is lastpass, and I'm evaluating open-source alternatives. How do people who cannot read code even cope, I don't know.
I signed up for LastPass a couple of weeks ago, and they started sending me spammy emails every single day. I went into account settings and disabled the emails, and they kept coming. I opened a support thread on their forum, linking many other similar threads going back several years, and saying that they have to fix this under GDPR... Silence. I deleted my account and switched to BitDefender. Still getting the Last…
Their Windows application was also painfully slow.
I paid them for years but I no longer trust them, it seems to me they are incompetent as an organization even if the people who work there might or might not be smart.
Re: Browser Extensions I Can't Live Without
#146Earlier quoted context omitted.
Can I ask how? What does it correct or suggest that makes it so useful?
In a 300 word email I make at least 3-4 spelling errors either because I don't know the words spelling properly (yes there are many words) or because I type fast make mistakes. Grammarly checks their database and compare my sentences and suggest different ones. Try it, it really does help.
I have tried it and found nothing useful for me, but am interested to know why/how people use it.
Re: Browser Extensions I Can't Live Without
#147I will also add flowcrypt in this list to send gpg encrypted mail. https://chrome.google.com/webstore/detail/flowcrypt-encrypt-...
Re: Browser Extensions I Can't Live Without
#148Earlier quoted context omitted.
If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.
If its trivial what's stopping you from doing it?
Re: Browser Extensions I Can't Live Without
#149I am too wary of malware extensions to install that many. It is clearly trivial [0] for malware to get into the Chrome store, and Google is not doing enough to make me feel comfortable with it. Additionally, I know that even as non-malware extensions grow in popularity they are solicited by malware companies to integrate their software in an update. I experienced this first hand with the HoverZoom extension. [1] [0]…
I really wish browsers would change their security model for extensions :\ "all or nothing" is ridiculous as the only option - let me revoke access or restrict it to specific sites. I may not care if X has access to site Y, but giving it access to Z means giving it the keys to my life so hell no. I don't even want to use it on Z.
Re: Browser Extensions I Can't Live Without
#150Earlier quoted context omitted.
If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. It should be quite trivial to write an adblocker that integrates with EasyList using the new APIs.
> If uBlock Origin doesn't update, there'll be a dozen adblockers that work with Manifest v3 on day 1. You seem to not know what manifest v3 is actually doing. Any adblocker with a static list of domains per-update of the crx file's manifest is useless. Users would have to install hundreds of extensions (each with dozens of domains that they themselves block), just to have the same functionality. If any anti adblocki…
>The Declarative Net Request API now allows for the registration and removal of dynamic rules - specified at runtime rather than statically in the manifest. We’ve also added the capability to remove common tracking headers, such as Referer, Cookie, and Set-Cookie.
https://blog.chromium.org/2019/06/web-request-and-declarativ...