I managed to get it working again for embedded youtube videos (such as those on justinguitar.com) I had to change the line below which is new in the 2020 version: if(url.match(/youtube\.com\/watch/) != null){
It would be nice if this was updated so that the script instead uses the // @match in the header
I managed to get it working again for embedded youtube videos (such as those on justinguitar.com) I had to change the line below which is new in the 2020 version:
if(url.match(/youtube\.com\/watch/) != null){
It would be nice if this was updated so that the script instead uses the // @match in the header