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