Ulasan untuk URL Replace
URL Replace oleh duangsuse
17 ulasan
- Diberi peringkat 5 dari 5oleh mpliax, 3 bulan yang laluVery 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:" - Diberi peringkat 5 dari 5oleh Pengguna Firefox 14076938, 3 bulan yang lalu
- Diberi peringkat 5 dari 5oleh Bobby, 4 bulan yang laluAppears to work fine for URLs in image src tags as well
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 16181994, 4 bulan yang laluWorks well, but lack of examples/documentation means that you have to experiment a lot before getting it to do what you want.
- Diberi peringkat 5 dari 5oleh Pengguna Firefox 18045411, 10 bulan yang laluWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Diberi peringkat 5 dari 5oleh Ronx Ronquillo , setahun yang laluThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Diberi peringkat 4 dari 5oleh Pengguna Firefox 18044062, 2 tahun yang lalu
- Diberi peringkat 5 dari 5oleh とくみ, 3 tahun yang lalu類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Diberi peringkat 1 dari 5oleh 🐬 I'M YourOnly.One ❄️ 🔏, 3 tahun yang laluLack of documentation and not working even after trying various regex formats.
- Diberi peringkat 5 dari 5oleh sed(, 3 tahun yang lalu
- Diberi peringkat 4 dari 5oleh Pengguna Firefox 17384812, 3 tahun yang laluIt works for me. It could provide better manual and more examples.
- Diberi peringkat 1 dari 5oleh Peter Lyons Kehl, 4 tahun yang laluDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- Diberi peringkat 5 dari 5oleh pOison.by, 4 tahun yang laluШикарно работает! Заменяет не только в адресной строке, но в коде страницы.