Hide Shorts button / tab

Script that hides the short tab

< Feedback on Hide Shorts button / tab

Question/comment

§
Posted: 2022.03.21.

setInterval(()=>{
a = document.getElementsByTagName("ytd-mini-guide-entry-renderer");
a[2].hidden = true;
},1500);

JsideAuthor
§
Posted: 2022.03.28.

its now overengineered

Post reply

Sign in to post a reply.