סקירות עבור URL Replace
URL Replace duangsuse מאת
17 דירוגים
- דירוג 5 מתוך 5מאת mpliax, לפני 3 חודשיםVery 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:" - דירוג 5 מתוך 5מאת משתמש Firefox 14076938, לפני 3 חודשים
- דירוג 5 מתוך 5מאת משתמש Firefox 16181994, לפני 4 חודשיםWorks well, but lack of examples/documentation means that you have to experiment a lot before getting it to do what you want.
- דירוג 5 מתוך 5מאת משתמש Firefox 18045411, לפני שנהWorks well with correct syntax.
E.g.
https://www.reddit.com/(.*)
-->
https://new.reddit.com/\1 - דירוג 5 מתוך 5מאת Ronx Ronquillo , לפני שנתייםThis Firefox addon (and its code) does exactly as described! No-frills redirect for user-specified domains that need redirection.
- דירוג 4 מתוך 5מאת משתמש Firefox 18044062, לפני שנתיים
- דירוג 5 מתוך 5מאת とくみ, לפני 3 שנים類似のアドオンの中では一番うまく動きましたが、サイトによっては失敗します。
https://www.reddit.com/(.*) ---> https://old.reddit.com/(.*) - דירוג 1 מתוך 5מאת 🐬 I'M YourOnly.One ❄️ 🔏, לפני 3 שניםLack of documentation and not working even after trying various regex formats.
- דירוג 5 מתוך 5מאת sed(, לפני 3 שנים
- דירוג 4 מתוך 5מאת משתמש Firefox 17384812, לפני 3 שניםIt works for me. It could provide better manual and more examples.
- דירוג 1 מתוך 5מאת Peter Lyons Kehl, לפני 4 שניםDoesn't seem to work. https://github.com/duangsuse/WebExt-URLReplace/issues/3
- דירוג 5 מתוך 5מאת pOison.by, לפני 4 שניםШикарно работает! Заменяет не только в адресной строке, но в коде страницы.