Recensions par URL Replace
URL Replace di duangsuse
17 recensions
- Valutade 5 su 5di mpliax, לפני 3 חודשים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:" - Valutade 5 su 5di Utent Firefox 14076938, לפני 3 חודשים
- Valutade 5 su 5di Utent Firefox 16181994, לפני 4 חודשיםWorks well, but lack of examples/documentation means that you have to experiment a lot before getting it to do what you want.
- Valutade 5 su 5di Utent Firefox 18045411, לפני שנהWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Valutade 5 su 5di Ronx Ronquillo , לפני שנתייםThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Valutade 4 su 5di Utent Firefox 18044062, לפני שנתיים
- Valutade 5 su 5di とくみ, לפני 3 שנים類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Valutade 1 su 5di 🐬 I'M YourOnly.One ❄️ 🔏, לפני 3 שניםLack of documentation and not working even after trying various regex formats.
- Valutade 5 su 5di sed(, לפני 3 שנים
- Valutade 4 su 5di Utent Firefox 17384812, לפני 3 שניםIt works for me. It could provide better manual and more examples.
- Valutade 1 su 5di Peter Lyons Kehl, לפני 4 שניםDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Valutade 5 su 5di pOison.by, לפני 4 שניםШикарно работает! Заменяет не только в адресной строке, но в коде страницы.