v2.1.10: Performance and stability improvements
🚀 Optimizations
- Optimize title updates to prevent unnecessary DOM mutations
- Switch to player API for description fetching
📝 Details
-
Title updates performance
- Add title comparison check
- Avoid duplicate updates
- Reduce console logs spam
-
Description fetching improvements
- Use YouTube player API directly
- Remove dependency on window.ytcfg
- More reliable and stable access
- Better performance with direct data access