this post was submitted on 25 May 2024
532 points (98.0% liked)

Technology

58133 readers
4098 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Tack "&udm=14" on to the end of a normal search, and you'll be booted into the clean 10 blue links interface. While Google might not let you set this as a default, if you have a way to automatically edit the Google search URL, you can create your own defaults.

you are viewing a single comment's thread
view the rest of the comments
[–] Introversion@kbin.social 46 points 3 months ago (2 children)

A small proxy site was written to do this for you: https://udm14.com/

[–] deweydecibel@lemmy.world 38 points 3 months ago* (last edited 3 months ago) (2 children)

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.

[–] fluckx@lemmy.world 24 points 3 months ago (1 children)

And this way you'll be sure the intermediate site isn't also scraping your data.

[–] Introversion@kbin.social 3 points 3 months ago

That site is open source, in GitHub. Not much to it.

[–] atrielienz@lemmy.world 2 points 3 months ago* (last edited 3 months ago) (1 children)

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

[–] brbposting@sh.itjust.works 3 points 3 months ago* (last edited 3 months ago) (1 children)

IDK about the order but limit yourself to one query equals percent S there.

To help understand why (since it’s simple enough!):

google dot com/search?q=%s

becomes

google dot com/search?q=YourSearchTerm

cuz it replaces the %s with what you type.


So

google dot com/search?q=%s&udm=14

looks right to me

[–] atrielienz@lemmy.world 1 points 3 months ago (1 children)

I think I may try both and see what happens just because I'd like to know. Thanks for the response though.

[–] brbposting@sh.itjust.works 2 points 3 months ago

You should, easy enough.

Even with %s in a URL twice it’ll probably work, just show the query twice in the navigation bar.