Container Redirect의 버전 기록 - 2개 버전
Container Redirect 제작자: max.dw.i
Container Redirect의 버전 기록 - 2개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 3.12.0
2025년 4월 16일에 출시 - 326.61 KBfirefox 58.0 이상에서 작동Changed- BREAKING Remove matching patterns beginning with
!
. Now any pattern that does not start with@
is a glob pattern (see https://github.com/max-dw-i/container-redirect?tab=readme-ov-file#usage). - BREAKING Option 'Match domain only' is removed. If a glob pattern has only a domain in it, only URL's domain is going to be checked. If a glob pattern has a domain with a path, the whole URL is going to be checked. For more granular matching use regex patterns (see https://github.com/max-dw-i/container-redirect?tab=readme-ov-file#usage).
Added- BREAKING The order of matching patterns is important now, it defines what pattern is going to be used if there are more than one match (the one that is higher in the list). It can be changed in the 'CSV editor' pop-up.
MIT License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함- BREAKING Remove matching patterns beginning with