Pohódnoćenja za URL Replace
URL Replace wot duangsuse
Pohódnoćenje wot Wužiwar Firefox 12560600
17 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot mpliax, 2 månader sidanVery 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, 2 månader sidan
- Z 5 z 5 pohódnoćenywot Bobby, 3 månader sidanAppears to work fine for URLs in image src tags as well
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 16181994, 3 månader sidanWorks 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, 9 månader sidanWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Z 5 z 5 pohódnoćenywot Ronx Ronquillo , eit år sidanThis 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 Wužiwar Firefox 18044062, eit år sidan
- Z 5 z 5 pohódnoćenywot とくみ, 3 år sidan類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Z 1 z 5 pohódnoćenywot 🐬 I'M YourOnly.One ❄️ 🔏, 3 år sidanLack of documentation and not working even after trying various regex formats.
- Z 5 z 5 pohódnoćenywot sed(, 3 år sidan
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 17384812, 3 år sidanIt works for me. It could provide better manual and more examples.
- Z 1 z 5 pohódnoćenywot Peter Lyons Kehl, 4 år sidanDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Z 5 z 5 pohódnoćenywot pOison.by, 4 år sidanШикарно работает! Заменяет не только в адресной строке, но в коде страницы.