Removes the covid information panel, below youtube videos MAY2021
< Feedback on Youtube covid info panel removed
setInterval(function(){ $("#clarify-box").remove();}, 1000);The script fails many times to remove the panel. I have changed it for this code which I use to eliminate the annoying Disqus chat.
setInterval(function(){ $("#clarify-box").remove();}, 1000);
Sign in to post a reply.
setInterval(function(){
$("#clarify-box").remove();
}, 1000);
The script fails many times to remove the panel. I have changed it for this code which I use to eliminate the annoying Disqus chat.