PDSls Redirector의 버전 기록 - 6개 버전
PDSls Redirector 제작자: DrearyWillow
PDSls Redirector의 버전 기록 - 6개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.1.0
2025년 3월 16일에 출시 - 78.32 KBfirefox 58.0 이상에서 작동Previous versions of PDSls Redirector (v1.0.0 - v1.0.8) relied on looping over a list of regular expressions to match URL patterns, using capture groups to extract variables. This approach was inefficient, difficult to maintain, and prone to errors. Additionally, all extension logic was contained within a single, unwieldy background.js file.
This PR introduces a modular architecture leveraging built-in JavaScript URL parsing instead of regex-based pattern matching.- Modular Design: Each Handler and Resolver now has its own file, improving code readability and scalability.
- Handlers/Resolvers are now indexed by hostname, reducing lookup time.
- Added Handler/Resolver unit testing, enabling bulk validation and reducing unintended breakages.
- Better Documentation: Includes contribution guidelines, testing procedures, and a list of supported sites.
This refactor should simplify site additions, improve maintainability, and just generally be nicer to work with.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 1.0.8
2025년 2월 24일에 출시 - 30.18 KBfirefox 58.0 이상에서 작동1.0.4 -> 1.0.8
- Complete refactor
- New option: Ignore PDSls
- New option: PDSls redirect to primary website for lexicon
- New option: Copy AT-URI to clipboard
- New option: Jetstream
- Additional site support
- More intuitive option descriptions
- Improved loggingGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.4
2024년 12월 5일에 출시 - 26.43 KBfirefox 58.0 이상에서 작동v1.0.4
- Added patterns:
- PDSls
- XPRC API
- Updated patterns:
- WhiteWind (supports fragment links)
- Added option:
- Open raw API response when activated on PDSls pagesGNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.3
2024년 12월 1일에 출시 - 25.98 KBfirefox 58.0 이상에서 작동- New icon:
- matches https://pdsls.dev favicon
- 16px-128px
- Added patterns:
- aglais
- ouranos
- frontpage
- skylights
- pinksea
- bsky cdn
- bsky video cdn
- Updated patterns:
- bsky (now supports /likes /reposts and /quotes after post urls)GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.2
2024년 11월 18일에 출시 - 15.65 KBfirefox 58.0 이상에서 작동Refactored, added more pattern support, and polished the options page.GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.0.1
2024년 11월 10일에 출시 - 15.53 KBfirefox 58.0 이상에서 작동GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드