Redirector Redirector

Productivity
Version: 1.0
Last Update: 2013-07-27

Overview

Redirector is a Chrome extension developed by Ben Davis Media. According to the data from Chrome web store, current version of Redirector is 1.0, updated on 2013-07-27.
20,000+ users have installed this extension. 93 users have rated this extension with an average rating of .

Redirect urls using regular expressions

This simple extension allows you to redirect urls using the power of regular expressions.

For example, you can have all mobile Wikipedia urls to open in desktop mode (this is convered in the tutorial below).

You could also redirect to non-browser schemes to launch external apps. For example,If you want youtube links to open in a desktop video app (such as minitube), you can redirect all youtube urls with a "youtube:" prefix, and then set up a scheme handler on your OS to pass youtube: urls to your player.

For documentation, visit the product home page: http://bendavis78.github.io/chrome-extension-redirector

Rating

93 ratings

Total Installs

20,000+

Information

Last Update

2013-07-27

Current Version

1.0

Size

15.54KiB

Author

Ben Davis Media

Website

None

Category

Productivity

Latest Reviews

See More

avatar Роман Лужков
2022-03-06

Плюсы: работает исправно
Минусы: нет кнопки временного отключения ("bypass") (так что придется лезть в настройки расширений, если на время потребуется остановить перенаправления)

avatar 淺月深嵐
2021-11-14

很好用而且還支援正則表達式,希望能增加備份功能

avatar Leonardo Zotareli
2021-01-11

Simples e objetivo. Perfeito!

avatar Demetr Sh
2020-03-16

В отличие от остальных работает на все 100. Для али простое правило без всяких регулярок работает. В купе с EditThisCookie нормально ображаться стал на английском, без китайского перевода.
aliexpress.ru aliexpress.com
Ну по такому же принципу остальные домены али. Другие расширения как-то через раз. Это огонь :-)

avatar Mich ael
2020-02-08

It's very useful, however I'm having trouble getting some redirects to work. It would be really great if there was a way to test the redirections in the options.

I have the following 3 redirections that work great.
https://wa.me/(.*) whatsapp://send/?phone=$1
https://web.whatsapp.com/send\?phone=(.*) whatsapp://send/?phone=$1
https://www.youtube.com/$ https://www.youtube.com/feed/subscriptions

I have some weirder cases that don't work and I can't see why. I suspect that it is a bug or limitation in the extension, however it would really help to have a way to test the redirects to figure that out.

These next 2 I created to deal with another extension that makes some incorrect links (yes I've reported that issue to them). They don't seem to work but as far as I can tell the regex for both are correct.
file://www.youtube.com/(.*) https://www.youtube.com/$1
^//www.youtube.com/(.*) https://www.youtube.com/$1

This one also doesn't work. It's a weird one, bit it's for if I copy a playlist item from potplayer for a video stream and paste it into the URL bar. All I need is for it to detect *PotPlayerPlayListItem* and remove it from the beginning of the paste item. Again, as far as I can tell the regex is correct for this one.
(.*)PotPlayerPlayListItem(.*)https://(.*) https://$3