Skip to content

Instantly share code, notes, and snippets.

@jackblk
Last active March 17, 2025 04:06
Show Gist options
  • Save jackblk/1e9b3d99267b6039347f195d64f68f9e to your computer and use it in GitHub Desktop.
Save jackblk/1e9b3d99267b6039347f195d64f68f9e to your computer and use it in GitHub Desktop.
Use I'm Feeling Lucky on Chrome address bar

NOTICE: I write a simple tampermonkey script to skip the redirect notice, since the extension I recommended is going away due to MV2 deprecation. Tampermonkey script will also work on any browser.

Use this guide: https://github.com/jackblk/feeling-lucky-skip-redirect


Archived

Setup

  • Navigate to chrome://settings/searchEngines?search=manage

  • Add search engine

    • Name: Feeling lucky
    • Keyword: i
    • URL: http://www.google.com/search?q=%s&btnI=Im+Feeling+Lucky
  • Install Redirect Google to avoid Google redirect notice

Usage

In address bar, press i then tab. Type in your search then Enter. Should take you to the site directly.

@r-agv
Copy link

r-agv commented Jun 20, 2024

Hey does this still work? I was not able to make it work. It just goes to the normal search page.

@jackblk
Copy link
Author

jackblk commented Jun 20, 2024

@r-agv it's flaky, works on some search but not all. Google will display a redirection warning in most cases, you can use an extension to auto redirect as a work around.

@jackblk
Copy link
Author

jackblk commented Mar 17, 2025

NOTICE: I write a simple tampermonkey script to skip the redirect notice, since the extension I recommended is going away due to MV2 deprecation. Tampermonkey script will also work on any browser.

Use this guide: https://github.com/jackblk/feeling-lucky-skip-redirect

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