Отзывы на URL Replace
URL Replace от duangsuse
17 отзывов
- Оценено на 5 из 5от mpliax, 5 месяцев назадVery useful for replacing CDNs when they're not available.
An example which may help someone:
Format: %https%//cdn.jsdelivr.net/npm(.*)
Destination: %https%//unpkg.com\1
Replace "%https%" with "https:" - Оценено на 5 из 5от Пользователь Firefox 14076938, 5 месяцев назад
- Оценено на 5 из 5от Пользователь Firefox 16181994, 6 месяцев назадWorks well, but lack of examples/documentation means that you have to experiment a lot before getting it to do what you want.
- Оценено на 5 из 5от Пользователь Firefox 18045411, год назадWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Оценено на 5 из 5от Ronx Ronquillo , 2 года назадThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Оценено на 4 из 5от Alex Alex, 2 года назад
- Оценено на 5 из 5от とくみ, 3 года назад類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Оценено на 1 из 5от 🐬 I'M YourOnly.One ❄️ 🔏, 3 года назадLack of documentation and not working even after trying various regex formats.
- Оценено на 5 из 5от sed(, 3 года назад
- Оценено на 4 из 5от Пользователь Firefox 17384812, 3 года назадIt works for me. It could provide better manual and more examples.
- Оценено на 1 из 5от Peter Lyons Kehl, 4 года назадDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Оценено на 5 из 5от pOison.by, 4 года назадШикарно работает! Заменяет не только в адресной строке, но в коде страницы.