Recensiones de URL Replace
URL Replace per duangsuse
10 recensiones
- Classificate 5 de 5per mpliax, hace 3 mesesVery 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, hace 3 meses
- Classificate 5 de 5per Usator de Firefox 16181994, hace 4 mesesWorks 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, hace un añoWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Classificate 5 de 5per Ronx Ronquillo , hace 2 añosThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Classificate 5 de 5per とくみ, hace 3 años類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Classificate 5 de 5per sed(, hace 3 años
- Classificate 5 de 5per pOison.by, hace 4 añosШикарно работает! Заменяет не только в адресной строке, но в коде страницы.