Advertisement
Guest User

YouTube HD Premium old changelogs

a guest
Jun 28th, 2024
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1.  
  2. // 2024.06.25
  3. // Fixed auto theater mode.🥳
  4. // Removed HFR functions.
  5. // Defaults to aways settings resolution early.
  6. // Added support for 'auto' resolution since YouTube officially returns the value now.
  7. // Simplified resolution calculation.
  8. // Function will also find the closet resolution not exceeding the target if the target resolution cannot be found.
  9. // Removed calls to obsolete functions. (deprecated by YouTube)
  10. // Removed options to manually switch between button and API mode. Will now default to API mode then fallback to button emulation when API calls aren't supported.
  11. // Removed code that stops calculation of resolution when playing the same video back to which. Fixing the edge case of video having different resolution between playback, often caused by a video being too new.
  12. // Removed fetching resolution data with video ID. Pretty sure YouTube have changed their loading order since this script was created so this is no longer necessary.
  13. // Removed flushBuffer as it relied on loading video data with video ID.
  14. // Removed enableErrorScreenWorkaround.
  15. // Removed ability to set custom size video players. YouTube no longer provides direct API calls to resize the player.
  16. // Now 9 different divs are stsacked on top of each other for the player, there are just too many ways YouTube can accidentally break a CSS based approach.
  17. // Besides, resizing no longer makes much sense with the new AI, and assuming they will adopt the beta UI in the future, finding a solution to this problem seems like a huge waste of time and effort.
  18. // Target resolution now defaults to 4k (hd2160) [added 2024.06.15]
  19. // [NOTE*] There was a massive amount of change this update so please do give feedback if it is somehow catastrophically backwards uncompatible.
  20.  
  21. // 2024.06.15
  22. // Fix issue that disabled the premium quality option on premium accounts.
  23. // Fix conflict between api quality selector and button click fallback.
  24. // Fix bug that caused the script to not recognize the quality selector button in the Youtube player UI when using button click fallback.
  25. // Fix bug that caused the script to fail to fetch video quality data when switching between videos using button click fallback when not reloading.
  26.  
  27. // 2024.01.17
  28. // Fix issue with user script managers that don't define GM
  29.  
  30. // 2024.01.14
  31. // Partially fix auto theater mode again after more youtube changes
  32. // Note that if you want to turn theater mode back off after using auto theater you have to click the button a few times. This is a known issue that hasn't been fixed yet.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement