Skip to content

Instantly share code, notes, and snippets.

@corbindavenport
Last active June 24, 2025 04:00
Show Gist options
  • Save corbindavenport/5fd3fde88bcb480b84773be648a43917 to your computer and use it in GitHub Desktop.
Save corbindavenport/5fd3fde88bcb480b84773be648a43917 to your computer and use it in GitHub Desktop.
Google &udm=14 search engine for Firefox

Short guide for adding Google without AI Overviews as a custom search engine in Firefox 140 and later.

  1. Open Settings > Search or about:preferences#search
  2. Click the Add button below the list of search engines
  3. Click Advanced to see all options
  4. Search engine name: Google (No AI) (or anything else you want)
  5. URL: https://www.google.com/search?udm=14&q=%s
  6. Add a keyword if you want (e.g. adding "gg" would let you select the address bar, type gg, then space/tab to start search)
  7. Leave POST data blank
  8. Suggestions URL: https://suggestqueries.google.com/complete/search?client=firefox&q=%s
  9. Click Save Engine
  10. Set it as your default search engine if desired
@dotproto
Copy link

Looks like there may be a bug here. Step 9 includes ds=yt which (apparently) instructs Google to return results using YouTube search.

@corbindavenport
Copy link
Author

Weird, I wasn't getting YouTube-specific results with that. I removed it and it seems to work the same, so I'll take it out of the doc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment