Greasy Fork is available in English.

Hide Shorts button / tab

Script that hides the short tab

< Feedback on Hide Shorts button / tab

Câu hỏi/Bình luận

§
Posted: 21-03-2022

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

JsideTác giả
§
Posted: 28-03-2022

its now overengineered

Post reply

Đăng nhập để bình luận