Critiques pour URL Replace
URL Replace par duangsuse
17 notes
- Noté 5 sur 5par mpliax, il y a 4 moisVery 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:" - Noté 5 sur 5par Utilisateur ou utilisatrice 14076938 de Firefox, il y a 5 mois
- Noté 5 sur 5par Utilisateur ou utilisatrice 16181994 de Firefox, il y a 6 moisWorks well, but lack of examples/documentation means that you have to experiment a lot before getting it to do what you want.
- Noté 5 sur 5par Utilisateur ou utilisatrice 18045411 de Firefox, il y a un anWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Noté 5 sur 5par Ronx Ronquillo , il y a 2 ansThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Noté 4 sur 5par Alex Alex, il y a 2 ans
- Noté 5 sur 5par とくみ, il y a 3 ans類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Noté 1 sur 5par 🐬 I'M YourOnly.One ❄️ 🔏, il y a 3 ansLack of documentation and not working even after trying various regex formats.
- Noté 5 sur 5par sed(, il y a 3 ans
- Noté 4 sur 5par Utilisateur ou utilisatrice 17384812 de Firefox, il y a 3 ansIt works for me. It could provide better manual and more examples.
- Noté 1 sur 5par Peter Lyons Kehl, il y a 4 ansDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Noté 5 sur 5par pOison.by, il y a 4 ansШикарно работает! Заменяет не только в адресной строке, но в коде страницы.