I'd love to use ClearURLs, though last I checked it had a major flaw: it allows arbitrary code execution by the provider of the filter list. Among other things, it can redirect script URLs to arbitrary sources, and the filter list is periodically updated from a GitLab page, which enables the filter list provider to perform a targeted attack by serving a malicious filter list to a specific device. The only filter list…
Security paranoia is ruining the independent Internet and putting more power in the hands of companies like Google.
Google Removed ClearURLs Extension from Chrome Web Store
341–350 of 369 posts
Re: Google Removed ClearURLs Extension from Chrome Web Store
#342What I don't get is why Google is allowed to provide a browser and be a major content provider at the same time. If this is allowed to continue then it seems inevitable than an unhealthy monopoly will form where Chrome and its derivatives are the only browsers that can consume the modern web, and where opting out of tracking is not a possibility for anyone but the most technically inclined (although that's almost alr…
It wasn't popular on here last time I said it, but Google has won the web. Time to move on. Also - Google is the natural result of the Silicon Valley business model. You got what you wanted!
Re: Google Removed ClearURLs Extension from Chrome Web Store
#343> The reasons for this are ridiculous and probably only pretended because ClearURLs damages Google's business model. […] > Among other things, it was claimed that the description of the addon is too detailed and thus violates the Chrome Web Store rules. The mention of all the people who helped to develop and translate ClearURLs is against Google's rules because it could "confuse" the user. Ridiculous. > Also, Google…
> Among other things, it was claimed that the description of the addon is too detailed ... > Also, Google has criticized that the description of the addon did not mention ... So it was simultaneously too detailed, but needed more details.
Now if we could just get app stores to mandate useful changelogs… No, Google, "Bug fixes and performance improvements" doesn't cut it. Describe the bugs that were fixed and where and by how much the performance was improved. Justify spending the effort and risk of updating the software to the new version. There is no point in a changelog message that could be applied equally well to every release of every software product ever made.
Re: Google Removed ClearURLs Extension from Chrome Web Store
#344Earlier quoted context omitted.
I disagree with this stance. Pulling extensions that have a large potential for abuse is absolutely in Google's prerogative, in my opinion. Suppose our single maintainer decided to finally sell the extension, and the person who bought it made it so that all those links hijacked information or exposed you to malware. This would happen in one day without warning. How many people would be saying that was Google's fault…
I agree, maybe removing the extension from the public facing web store is a better solution. But at the very least, allow the extension to be installed if you have the "hard to guess" URL. I do this with my app that requires a desktop app to be installed since it requires native app messaging.
You can probably do this in under 30 seconds, but it's enough of a barrier to keep naive users from doing it.
Re: Google Removed ClearURLs Extension from Chrome Web Store
#345Earlier quoted context omitted.
At Starbucks I can inject arbitrary content into the browser of anyone who visits your site over HTTP and take control of their browser. Furthermore, congrats on your site but you’re 0.01% of sites like that. Should we keep an insecure web because your hosting provider is ripping you off? TLS is easy and free in 2021.
> Furthermore, congrats on your site but you’re 0.01% of sites like that. Thanks to the rise of the almighty platforms we've lost the will and know-how to do it ourselves. > TLS is easy and free in 2021. Only if you're relying on complicated cloud infra or (non-free) managed providers that do everything for you. It's a lot of work to set this up on your own. It's impossible to be simple at this point. It's like the a…
MDCertificateAgreement accepted
MDomain example.org
ServerName example.org
ServerAdmin admin@example.org
ServerAlias www.example.org # optional
DocumentRoot htdocs/root
SSLEngine on
If you're using Nginx rather than Apache I believe it still requires an external script to handle certificate renewal, but the process remains fairly simple. The same scripts will also work with Apache if you don't want to use mod_md.Re: Google Removed ClearURLs Extension from Chrome Web Store
#346anyone using this site that still uses chrome, why?
Firefox's default scrolling behaviour didn't feel as responsive as Chrome. I changed a few settings below in about:config and now Firefox is a pleasure to use again. With the uBlock Origin, Cookie Autodelete and ClearURLs add-ons, it's better for privacy too. general.smoothScroll: false mousewheel.default.delta_multiplier_y: 300
general.smoothScroll: false
mousewheel.min_line_scroll_amount: 60
I'd never given mousewheel.default.delta_multiplier_y a try. But now with both mousewheel.min_line_scroll_amount: 60
and your mousewheel.default.delta_multiplier_y: 300
it's a little too much for me. But ymmv.mousewheel.default.delta_multiplier_y and mousewheel.min_line_scroll_amount seem identical in function.
Re: Google Removed ClearURLs Extension from Chrome Web Store
#347Prevent short link services from tracking you. Unshort.link i s an open source webservice removing tracking parameters from short links and displaying where they point at.
Re: Google Removed ClearURLs Extension from Chrome Web Store
#348Earlier quoted context omitted.
Self-disclosure: Mojeek CEO. On your points: - Our search engine works and has been doing so for >15 years. Our search quality needs improving but does so gradually. And it's independent; our own crawler, index and infrastructure - We just introduced non-tracking search ads: https://www.mojeek.com/support/ads/ - We use "No Tracking , Just Search" and "Search without Surveillance" We've been building for 15 years; her…
Here's the first test search I did. "github ruby hanami" looking for the hanami github repo. Seems like a relatively simple query. On Google, it's the first result. https://www.google.com/search?q=github+ruby+hanami On mojeek, it's not even on the first page. https://www.mojeek.com/search?q=github+ruby+hanami It's possible that at this point I (and others) have trained ourselves to know/do the kind of queries that wo…
Re: Google Removed ClearURLs Extension from Chrome Web Store
#349Earlier quoted context omitted.
Firefox's default scrolling behaviour didn't feel as responsive as Chrome. I changed a few settings below in about:config and now Firefox is a pleasure to use again. With the uBlock Origin, Cookie Autodelete and ClearURLs add-ons, it's better for privacy too. general.smoothScroll: false mousewheel.default.delta_multiplier_y: 300
For almost 6 years, I've been using general.smoothScroll: false mousewheel.min_line_scroll_amount: 60 I'd never given mousewheel.default.delta_multiplier_y a try. But now with both mousewheel.min_line_scroll_amount: 60 and your mousewheel.default.delta_multiplier_y: 300 it's a little too much for me. But ymmv. mousewheel.default.delta_multiplier_y and mousewheel.min_line_scroll_amount seem identical in function.