Skip to content

v2.1.10: Performance and stability improvements

Compare
Choose a tag to compare
@YouG-o YouG-o released this 02 Mar 17:05
· 11 commits to main since this release

🚀 Optimizations

  • Optimize title updates to prevent unnecessary DOM mutations
  • Switch to player API for description fetching

📝 Details

  1. Title updates performance

    • Add title comparison check
    • Avoid duplicate updates
    • Reduce console logs spam
  2. Description fetching improvements

    • Use YouTube player API directly
    • Remove dependency on window.ytcfg
    • More reliable and stable access
    • Better performance with direct data access