Skip to content

Instantly share code, notes, and snippets.

@valarauca
Last active May 6, 2025 20:50
Show Gist options
  • Save valarauca/6df93e76dd261923563ff42482be265b to your computer and use it in GitHub Desktop.
Save valarauca/6df93e76dd261923563ff42482be265b to your computer and use it in GitHub Desktop.
Making Google Search -actually- useful.

Within Firefox

Go into settings (hamburger menu in top right by default) image

Go into Search (left side, 3rd option) image

Scroll to the bottom to see Search Shortcuts image

Click Add image

IF Add is greyed out

Open a new tab image

In the address bar type about:config image

Accept the risk

image

Search browser.urlbar.update2.engineAliasRefresh This value should be a Boolean & set to true

image

Close your about:config tab (nothing to save, it does that automatically).

Close your settings tab (we need to re-open it)

Re open a new settings tab, repeat the previous steps

Add a new search engine

Click Add and fill in the following details

image

  • Search Engine Name: google2
  • Engine URL, use %s in place of the search term: https://www.google.com/search?q=%s&udm=14

OPTIONALLY You can use https://www.google.com/search?q=%s&udm=14&nfpr=1 instead of https://www.google.com/search?q=%s&udm=14. The extra nfpr=1 will disable spellcheck/auto-redirect feature.

Click Save Engine

image

Now scroll to the top of setting page you're on, and select the engine you just created as the default

image

Congradulations, that is it.

Google Chrome

Open your settings

image

Go to search

image

Manage search engines and site search

image

Add a new engine

image

Configure the engine

image

These defaults

  • Name: google2
  • URL: https://www.google.com/search?q=%s&udm=14

OPTIONALLY You can use https://www.google.com/search?q=%s&udm=14&nfpr=1 instead of https://www.google.com/search?q=%s&udm=14. The extra nfpr=1 will disable spellcheck/auto-redirect feature.

Click on those 3 dots by google2, and make it default

image

Back out

image

Make sure it says google2 (or what ever you said)

image

And you're good.

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