PDSls Redirector 版本历史 - 6 个版本
PDSls Redirector 作者: DrearyWillow
PDSls Redirector 版本历史 - 6 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.1.0
发布于 2025年3月16日 - 78.32 KB适用于 firefox 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 通用公共许可证 v3.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 1.0.8
发布于 2025年2月24日 - 30.18 KB适用于 firefox 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 logging源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.0.4
发布于 2024年12月5日 - 26.43 KB适用于 firefox 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 pages源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.0.3
发布于 2024年12月1日 - 25.98 KB适用于 firefox 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 通用公共许可证 v3.0 发布
版本 1.0.2
发布于 2024年11月18日 - 15.65 KB适用于 firefox 58.0 及更高版本Refactored, added more pattern support, and polished the options page.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布