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