ynshung / better-yt-shorts

Playback, volume, timestamp controls and more on YouTube Shorts.
GNU General Public License v3.0
240 stars 43 forks source link

Broken for Chrome Version 117.0.5938.132 (64-Bit) #121

Closed Wutklumpen closed 1 year ago

Wutklumpen commented 1 year ago

Hi, the Chrome Extension v2.8.3 wont load for me, there are recurring errors when it tries to unhide the progressbar. Looks like there was some markup changed and the looked for element at index 3 is now at index 4. The sound slider is still broken for me, looking into that.

var progBarList = overlayList.children[3].children[0].children[0];

image