Skip to content

Releases: n00bcodr/Jellyfin-JavaScript-Injector

Use File-transformation Plugin as default "injection" method

19 Aug 13:33
Compare
Choose a tag to compare
  • This plugin now uses file-transformation plugin to serve the javascript without modifying the index.html as default method, if file-transformation does not exist, it does fallback to regular injection
  • It is highly recommended to have file-transformation plugin installed.

Version fix

14 Aug 06:31
Compare
Choose a tag to compare
  • version fix

Improve script injection block handling and cleanup

10 Aug 06:37
Compare
Choose a tag to compare
  • Wrap the injected script block with clear HTML comments for safer and more reliable identification.
  • Update removal logic to use specific regex patterns for injection formats, ensuring idempotent upgrades and preventing accidental removal of unrelated scripts.

Fix for #3 ?

Add authentication requirement

10 Aug 05:28
Compare
Choose a tag to compare

Introduces a 'Requires Authentication' option for scripts, allowing scripts to be loaded only for authenticated users. Updates the configuration UI to support the new option, splits script loading into public and private endpoints, and updates the injection logic to load scripts accordingly.

Support multiple scripts and dynamic injection

30 Jul 13:31
Compare
Choose a tag to compare
Add support for multiple scripts and dynamic injection

This is a complete rewrite of the plugin.