GoogleNoRedir

Bypasses Google's redirect warnings and replaces search result links with direct URLs.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
AmaseCocoa
Усталяванняў за дзень
0
Усяго ўсталяванняў
18
Рэйтынг
0 0 0
Версія
1.1
Створаны
15.01.2026
Абноўлены
15.01.2026
Памер
2.3 КБ
Ліцэнзія
MIT
Ужываецца на

GoogleNoRedir

A lightweight UserScript that enhances your Google search experience by removing unnecessary redirects and bypasses warning pages.

Features

  • Instant Redirect: Automatically bypasses Google's "Redirect Notice" pages and sends you straight to the destination.
  • Direct Links: Replaces redirect URLs (google.com/url?q=...) with direct target URLs on Google search result pages.

Installation

  1. Install a UserScript manager like Tampermonkey or Violentmonkey.
  2. Click the "Install" button on Greasy Fork.

Configuration

You can customize the script's behavior by editing the CONFIG object at the beginning of the source code:

const CONFIG = {
    AUTO_REDIRECT: true, // Set to false to disable auto-bypass on warning pages
    REWRITE_LINKS: true  // Set to false to disable link cleaning on search results
};