532
this post was submitted on 25 May 2024
532 points (98.0% liked)
Technology
59201 readers
4017 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can also just add a custom search engine to Firefox with the search URL string:
https://www.google.com/search?udm=14&q=%s
No need to go through a completely separate site.
And this way you'll be sure the intermediate site isn't also scraping your data.
That site is open source, in GitHub. Not much to it.
I'm not a programmer. Can I add this to the url string I already have as my default custome search?
Example:
https://www.google.com/search?q=%s&udm=14&q=%s
Or is this the same thing as yours: https://www.google.com/search?q=%s&udm=14
IDK about the order but limit yourself to one query equals percent S there.
To help understand why (since it’s simple enough!):
becomes
cuz it replaces the %s with what you type.
So
looks right to me
I think I may try both and see what happens just because I'd like to know. Thanks for the response though.
You should, easy enough.
Even with %s in a URL twice it’ll probably work, just show the query twice in the navigation bar.