For some time I've had an issue with this script - on some videos (most actually) the links bar didn't show up. I'm on Firefox, but also tested on Vivaldi - issue persists. Spent some time fiddling with it and managed it to work properly. If you have same problem, you'll have to edit the script, more specifically find string (\[{[^\]]*}\])[},]/ and add a 'g' letter to it: (\[{[^\]]*}\])[},]/g Now links bar should appear.
For some time I've had an issue with this script - on some videos (most actually) the links bar didn't show up. I'm on Firefox, but also tested on Vivaldi - issue persists. Spent some time fiddling with it and managed it to work properly.
If you have same problem, you'll have to edit the script, more specifically find string (\[{[^\]]*}\])[},]/ and add a 'g' letter to it: (\[{[^\]]*}\])[},]/g
Now links bar should appear.