Removes the google.com/search?q= redirection wrapper from links generated by Google Gemini, allowing you to open external websites directly.
This script automatically removes the intermediate Google Search redirection (https://www.google.com/search?q=...) from links generated by Google Gemini AI.
By default, when Gemini provides a link to a website (like Amazon, YouTube, or a blog), it often wraps it in a Google Search URL. This script extracts the real URL and makes the link point directly to the destination.
target="_blank") so you don't lose your conversation with the AI.Before (Default behavior):
Gemini gives you a link to a product. When you hover over it, the URL looks like:
https://www.google.com/search?q=https://www.amazon.com/s?k=example
After (With this script):
The link becomes a direct link to the site:
https://www.amazon.com/s?k=example