Pohódnoćenja za URL Replace
URL Replace wot duangsuse
Pohódnoćenje wot Ronx Ronquillo
Z 5 z 5 pohódnoćeny
wot Ronx Ronquillo , setahun yang lepasThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
17 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot mpliax, 2 bulan yang lepasVery 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 bulan yang lepas
- Z 5 z 5 pohódnoćenywot Bobby, 3 bulan yang lepasAppears to work fine for URLs in image src tags as well
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 16181994, 3 bulan yang lepasWorks 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 bulan yang lepasWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Z 4 z 5 pohódnoćenywot Wužiwar Firefox 18044062, setahun yang lepas
- Z 5 z 5 pohódnoćenywot とくみ, 3 tahun yang lepas類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Z 1 z 5 pohódnoćenywot 🐬 I'M YourOnly.One ❄️ 🔏, 3 tahun yang lepasLack of documentation and not working even after trying various regex formats.
- Z 5 z 5 pohódnoćenywot sed(, 3 tahun yang lepas
- Z 4 z 5 pohódnoćenywot Wužiwar Firefox 17384812, 3 tahun yang lepasIt works for me. It could provide better manual and more examples.
- Z 1 z 5 pohódnoćenywot Peter Lyons Kehl, 4 tahun yang lepasDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Z 5 z 5 pohódnoćenywot pOison.by, 4 tahun yang lepasШикарно работает! Заменяет не только в адресной строке, но в коде страницы.