Greasy Fork is available in English.

Hide Shorts button / tab

Script that hides the short tab

< 腳本Hide Shorts button / tab的回應

提問/評論

§
發表於:2022-03-21

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

Jside作者
§
發表於:2022-03-28

its now overengineered

發表回覆

登入以回復