You can apparently disable these annoying and useless "AI" overviews by cursing in the query: https://arstechnica.com/google/2025/01/just-give-me-the-fing...
window.addEventListener('load', function() { var things = this.document.getElementsByClassName('M8OgIe'); for (var thing of things) { thing.style.display = 'none'; } }, false);