Recenzije za URL Replace
URL Replace od duangsuse
10 recenzija
- Ocijenjeno s 5 od 5od mpliax, prije 6 mjeseciVery 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:" - Ocijenjeno s 5 od 5od Korisnik Firefoxa 14076938, prije 6 mjeseci
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 16181994, prije 7 mjeseciWorks well, but lack of examples/documentation means that you have to experiment a lot before getting it to do what you want.
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 18045411, prije godinuWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - Ocijenjeno s 5 od 5od Ronx Ronquillo , prije 2 godineThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- Ocijenjeno s 5 od 5od とくみ, prije 3 godine類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - Ocijenjeno s 5 od 5od sed(, prije 3 godine
- Ocijenjeno s 5 od 5od pOison.by, prije 4 godineШикарно работает! Заменяет не только в адресной строке, но в коде страницы.