function hideShorts() { const shorts = document.querySelectorAll('ytd-rich-shelf-renderer[is-shorts]'); shorts.forEach(short => { short.style.display = 'none'; }); } hideShorts(); const observer = new MutationObserver(hideShorts); observer.observe(document.body, { childList: true, subtree: true });
1. The user will see an AI summary.
2. The user will not turn it off.
3. The user will Like It.
It also turns off some nice things like the calculator, but the absence of AI garbage is worth it