Ev Haus
Ev Haus
Published v6.4 that should fix this.
It's very likely YouTube is gradually rolling out updates to their UI. Please give it a few more days. Once the changes are widely released, I'll fix it.
Missing buttons should be fixed in v6.5
If no message is printed with `DEBUG = true` set, that means the code isn't running at all. Do your other TamperMonkey scripts work? Did you try uninstalling and reinstalling?...
> So issue is with Google Chrome I'm not so sure. I'm on Chrome 130.0.6723.70 and it works for me
Sorry folks. I'm still not able to reproduce any problems. The script continues to work just fine for me as is. Once the YouTube changes are rolled out more widely...
Can y'all try v6.8? I wonder if the fix I pushed in that version fixed this.
Spent some time on investigating this problem today as I'm also running into it. It seems as if the logic for "when content should break to a new page" completely...
As a workaround I can do: ``` for (var i = 0, l = myElement.style.length; i < l; i++) { console.log(myElement.style[i]); } ``` But curious why `for ... of` doesn't...
Confirmed this fixes #2700 for me