Historial de versiones de PDSls Redirector - 6 versiones
PDSls Redirector por DrearyWillow
Historial de versiones de PDSls Redirector - 6 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.1.0
Lanzada el 16 de mar. de 2025 - 78,32 KBCompatible con firefox 58.0 y superioresPrevious 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.Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Descarga Firefox y obtiene la extensiónNecesitarás Firefox para usar esta extensiónVersiones antiguas
Versión 1.0.8
Lanzada el 24 de feb. de 2025 - 30,18 KBCompatible con firefox 58.0 y superiores1.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 loggingSe publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 1.0.4
Lanzada el 5 de dic. de 2024 - 26,43 KBCompatible con firefox 58.0 y superioresv1.0.4
- Added patterns:
- PDSls
- XPRC API
- Updated patterns:
- WhiteWind (supports fragment links)
- Added option:
- Open raw API response when activated on PDSls pagesSe publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 1.0.3
Lanzada el 1 de dic. de 2024 - 25,98 KBCompatible con firefox 58.0 y superiores- 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)Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 1.0.2
Lanzada el 18 de nov. de 2024 - 15,65 KBCompatible con firefox 58.0 y superioresRefactored, added more pattern support, and polished the options page.Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 1.0.1
Lanzada el 10 de nov. de 2024 - 15,53 KBCompatible con firefox 58.0 y superioresSe publicó el código fuente bajo la licencia GNU General Public License v3.0 only