Greasy Fork is available in English.
Bypasses Google's redirect warnings and replaces search result links with direct URLs.
A lightweight UserScript that enhances your Google search experience by removing unnecessary redirects and bypasses warning pages.
google.com/url?q=...) with direct target URLs on Google search result pages.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
};