Vurdering for URL Replace
URL Replace av duangsuse
10 vurderingar
- Vurdering: 5 av 5av mpliax, 5 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:" - Vurdering: 5 av 5av Firefox user 14076938, 6 månader sidan
- Vurdering: 5 av 5av Firefox user 16181994, 6 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.
- Vurdering: 5 av 5av Firefox user 18045411, eit år sidanWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Vurdering: 5 av 5av Ronx Ronquillo , 2 år sidanThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Vurdering: 5 av 5av とくみ, 3 år sidan類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Vurdering: 5 av 5av sed(, 3 år sidan
- Vurdering: 5 av 5av pOison.by, 4 år sidanШикарно работает! Заменяет не только в адресной строке, но в коде страницы.