mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
Add PlayerJsDecoder class with comprehensive methods for extracting player payloads from HTML content, handling atob-encoded strings, and parsing JSON configurations. The implementation includes regex patterns for various encoding schemes, loose JSON parsing with trailing comma tolerance, and helper function resolution. Additionally, configure global usings for Shared.Services, Shared.Services.Hybrid, and Shared.Models.Base to improve type accessibility across the shared library.