[Userscript]: Double-Check (Version 2.x)

@rfindley I was just looking a bit into the problem with audio not playing if Lightning Mode is active. If I’m not mistaken, the whole section with prependedAudio does not serve any purpose anymore (starting from line 364 // We remove the audio play from enableButtons() so we can control playback.).

So I guess it ends up always just reaching window.wkEnableAudio(window.audioAutoplay);? I still don’t entirely understand how this all works.

1 Like