I made a surrogate for this, Girogio, can you vet it and possibly include it (or the suggestion below)?
Code: Select all
noscript.surrogate.youtube_channel.sources=@.youtube.com/user/*
noscript.surrogate.youtube_channel.replacement=addEventListener('load',function(){playnav.getPlayer().__noSuchMethod__=function(){};},true);
if I understand correctly, the dummy is eventually replaced by the placeholder with the same id, but can be kept alive by references to it. So I guess both the dummy and the placeholder would need __noSuchMethod__ , in case some code calls getElementById?