Recensions par URL Replace
URL Replace di duangsuse
Recension di Utent Firefox 18044062
Valutade 4 su 5
di Utent Firefox 18044062, hace 2 años17 recensions
- Valutade 5 su 5di mpliax, hace 3 mesesVery 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, hace 3 meses
- Valutade 5 su 5di Utent Firefox 16181994, hace 4 mesesWorks 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, hace un añoWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Valutade 5 su 5di Ronx Ronquillo , hace 2 añosThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Valutade 5 su 5di とくみ, hace 3 años類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Valutade 1 su 5di 🐬 I'M YourOnly.One ❄️ 🔏, hace 3 añosLack of documentation and not working even after trying various regex formats.
- Valutade 5 su 5di sed(, hace 3 años
- Valutade 4 su 5di Utent Firefox 17384812, hace 3 añosIt works for me. It could provide better manual and more examples.
- Valutade 1 su 5di Peter Lyons Kehl, hace 4 añosDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Valutade 5 su 5di pOison.by, hace 4 añosШикарно работает! Заменяет не только в адресной строке, но в коде страницы.