π‘π‘π‘
If you're using uBlock origin, add the following custom rule:
https://www.google.*/xjs/*
This is a very aggressive solution that seems to be working consistently, but also breaks the static "People also ask" box.
If you have the Stylish extension (or similar), the following CSS rule will disable only the "People also search for" box:
.AUiS2 {
display: none !important;
}Please keep in mind that the target class name (AUiS2) might suddenly change and you'd need to update your custom rule.

Excellent, thank you.