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