Item logo image for Redirect Link

Redirect Link

Featured
3.8 (

11 ratings

)

3.8 out of 5

11 ratings

Learn more about results and reviews.

  • All reviews
  • Recent
  • Helpful
  • Highest to lowest rating
  • Lowest to highest rating
  • English
  • All languages
Review's profile picture

Ibrahim Niazi Aug 18, 2025

why cant you just make it so you have a website and then that websites redirect why does it need to be so complex

1 person found this review to be helpful
Review's profile picture

Niv Bromberg Jul 15, 2025

Very unintuitive, lacks documentation. Couldn't get simple regex patterns to work. Had to guess my way and reverse-engineer the issues in github repository. Does not support exclusions. Eventually moved to a different extension.

Review's profile picture

Nicoleta Vantu Nov 15, 2024

Hello. How can I redirect an url to example.com without https:// or www. or page path? I want to do something like this: https://www.google.com/search?q=example.com, and NOT https://www.google.com/search?q=www.example.com. I don't know how to use Regex formula inside this extension. I think something like %d to exclude https, www, and page path will be very helpful.

Replier's profile picture
Angus “Mac” MacGyver Developer Dec 16, 2024

Depends a little bit what you want. Do you want it to be always redirected? In that case after new Chrome extension API the format is different than otherwise. If you want always, then: Enable URL: ^https://www\.google\.com/search\?q=(?:[^.])*(example\.com)$ URL: https://\1 If not always, then: Enable URL: ^https://www\.google\.com/search\?q=(?!.*?\.)*example\.com$ URL: https://%q[q] This with little testing.

Review's profile picture

Phuong Nguyen Sep 18, 2024

Very useful extension for custom query. Please update for new Chrome version!

Review's profile picture

사과딸기 May 29, 2024

Very useful. Thanks!

Review's profile picture

E2E Onprem User Nov 30, 2023

Exactly what I needed, thank you! I'm using this to modify my JIRA link and extending the URL with additional JQL. Perfect.

Review's profile picture

Eugen N Oct 1, 2023

It won't work. It doesn't redirect "www.youtube.com" to "www.youtube.com/feed/subscriptions"

1 person found this review to be unhelpful
Replier's profile picture
Angus “Mac” MacGyver Developer Nov 18, 2023

Hi. I am the developer. What is in the URL field? I might have made a stupid decision to append the whole URL to the URL field if there is no format used. So, I think you can put this https://www.youtube.com/feed/subscriptions#%p for example to the URL field. I tried and this worked for me. I think I will remove the automatic appending of the whole URL if no format is used. And for future, you need have https:// in front of the address in URL field, that isn't automatically added and it needs to be there.

Google apps
Design a Mobile Site
View Site in Mobile | Classic
Share by: