3.8 out of 5
Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Ibrahim Niazi Aug 18, 2025
- Report illegal content
- Copy link
why cant you just make it so you have a website and then that websites redirect why does it need to be so complex
Niv Bromberg Jul 15, 2025
- Report illegal content
- Copy link
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.
Nicoleta Vantu Nov 15, 2024
- Report illegal content
- Copy link
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.
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.
- Report illegal content
- Copy link
Phuong Nguyen Sep 18, 2024
- Report illegal content
- Copy link
Very useful extension for custom query. Please update for new Chrome version!
사과딸기 May 29, 2024
- Report illegal content
- Copy link
Very useful. Thanks!
E2E Onprem User Nov 30, 2023
- Report illegal content
- Copy link
Exactly what I needed, thank you! I'm using this to modify my JIRA link and extending the URL with additional JQL. Perfect.
Eugen N Oct 1, 2023
- Report illegal content
- Copy link
It won't work. It doesn't redirect "www.youtube.com" to "www.youtube.com/feed/subscriptions"
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.
- Report illegal content
- Copy link

