Earlier quoted context omitted.
IMO it's not about "going back to" anywhere. It's not as if we couldn't use different search engines for different queries. This all-or-nothing mentality of migrating away from Google (the search engine) seems flawed to me. It's still better for your privacy doing half of your queries using Google, instead of doing all of them. By the way, no offense intended! We're all free to pick our tools.
I partly agree. I don't want it to be all or nothing. But the way browsers are set up with the "default search", it somwhat is. Ooooh I would love to be able to custom route searches depending on rules.
Userscripts Are Fun and Are Still Very Much Relevant
81–90 of 145 posts
Re: Userscripts Are Fun and Are Still Very Much Relevant
#82Earlier quoted context omitted.
I've stuck with Greasemonkey myself too. My reason is a bit more esoteric -- I use a user script which adds a dicebear.io/adorable.io avatars based on usernames on HN (I find it easier to remember commenters by the avatar/username combo rather than just username), and Greasemonkey seems to have been the only one out of the three to successfully bypass HN's CSP rules and show the actual hotlinked images.
Can you please name or link the avatar script? Search fu is failing me.
Re: Userscripts Are Fun and Are Still Very Much Relevant
#83Earlier quoted context omitted.
This is why my extensions are limited to highly trusted and highly essential ones like ublock. I just can't trust extensions to be good now and good forever after. Its way to tempting for an extension developer to sell it on to an ad corp.
uBlock is not highly trusted. You are looking for uBlock Origin.
Re: Userscripts Are Fun and Are Still Very Much Relevant
#84> We could create a browser extension, but that means developing one for all major browsers. Personally, I use most of the extensions I've written in userscript form via Greasemonkey for the convenience of being able to drop straight into editing and testing it when I spot something which could be added or needs to be fixed. If your userscript doesn't depend on any APIs provided by the userscript manager you're using…
Re: Userscripts Are Fun and Are Still Very Much Relevant
#85Earlier quoted context omitted.
I'd like to offer a less binary perspective... I tried to switch and ended up using both, I use duckduckgo not for privacy but practical reasons: recently google has become extremely irritating for technical searches that are not popular, even for the ones it can find it now autocorrects them by default to "what it thinks you meant", which for technical things like parameter names, command names, APIs etc are always…
>SEO optimization Search engine optimization optimization
Re: Userscripts Are Fun and Are Still Very Much Relevant
#86Earlier quoted context omitted.
Why use a userscript when you can use a search engine that is not from a spyware company? Like Startpage, Qwant, Duckduckgo or Searx? Alleluia, direct links out of the box. For youtube, why not give Invidious a try (ok, it has its downs)? Sometimes, the best solution to "hostile websites" is to not use them in the first place (or use their proxified versions).
I wanted to love DDG. It promises a lot. And it delivers a lot. I love the shortcut codes. But after a few months I had to go back to Google. Two main reasons: 1. Image searches could often return literally zero results for simple terms. 2. I'd look up a term and get non-English Wikipedia articles before the English ones, which often wouldn't even show up.
Re: Userscripts Are Fun and Are Still Very Much Relevant
#87> We could create a browser extension, but that means developing one for all major browsers. Personally, I use most of the extensions I've written in userscript form via Greasemonkey for the convenience of being able to drop straight into editing and testing it when I spot something which could be added or needs to be fixed. If your userscript doesn't depend on any APIs provided by the userscript manager you're using…
I thought web-ext was only for Firefox, and I didn't see anything in the Readme about Chrome?
web-ext run --target chromium
[1] https://github.com/mozilla/web-ext/releasesRe: Userscripts Are Fun and Are Still Very Much Relevant
#88But I have a major frustration with user scripts: writing them requires experience with Javascript and reverse engineering websites. This is fine for the HN crowd, but locks out most web users, who can't program at all.
I bet that if it were slightly easier to develop user scripts, there'd be 10x as many of them. I'm sure I'm not the only one who's helped a coworker write a bookmarklet / user script essential for their workplace sanity.
Would be curious what people's experiences have been helping nontechnical people extend websites, or if you know of tools in this area.
My current attempt at this is a project called Wildcard, which requires a programmer to write some site-specific scraping code, but then shows the scraped data to the end user in a spreadsheet and lets them decide what to do with it:
Re: Userscripts Are Fun and Are Still Very Much Relevant
#89Re: Userscripts Are Fun and Are Still Very Much Relevant
#90Strongly agree with the original article, and it's fun to see all the niche use cases that people are mentioning here. But I have a major frustration with user scripts: writing them requires experience with Javascript and reverse engineering websites. This is fine for the HN crowd, but locks out most web users, who can't program at all. I bet that if it were slightly easier to develop user scripts, there'd be 10x as…