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