Pohódnoćenja za URL Replace
URL Replace wot duangsuse
Pohódnoćenje wot molitar
17 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot mpliax, před 6 měsíciVery 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:" - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14076938, před 6 měsíci
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 16181994, před 7 měsíciWorks well, but lack of examples/documentation means that you have to experiment a lot before getting it to do what you want.
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18045411, před rokemWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Z 5 z 5 pohódnoćenywot Ronx Ronquillo , před 2 letyThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Z 4 z 5 pohódnoćenywot Alex Alex, před 2 lety
- Z 5 z 5 pohódnoćenywot とくみ, před 3 lety類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Z 1 z 5 pohódnoćenywot 🐬 I'M YourOnly.One ❄️ 🔏, před 3 letyLack of documentation and not working even after trying various regex formats.
- Z 5 z 5 pohódnoćenywot sed(, před 3 lety
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 17384812, před 3 letyIt works for me. It could provide better manual and more examples.
- Z 1 z 5 pohódnoćenywot Peter Lyons Kehl, před 4 letyDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Z 5 z 5 pohódnoćenywot pOison.by, před 4 letyШикарно работает! Заменяет не только в адресной строке, но в коде страницы.