GoogleNoRedir

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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!)

Autor
AmaseCocoa
Installationen heute
0
Installationen gesamt
18
Bewertungen
0 0 0
Version
1.1
Erstellt am
15.01.2026
Letzte Aktualisierung
15.01.2026
Größe
2,33 KB
Lizenz
MIT
Wird angewandt auf

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
};