In uBlock origin, add:
https://www.google.*/xjs/*
nice
Thanks, it worked.
So good
THANK YOU! This "feature" has been bugging me for years and lately it's been really getting on my nerves
Thanks! This feature was not fit with the user experience. I hope Google cancels it ASAP!
I found this breaks the static "People also ask" box where you choose to click expand (in addition to the annoying "People also search for" pop-in one). If you have the Stylish extension (or similar), the following CSS rule will disable only the annoying one:
.AUiS2{
display: none !important;
}Thank you @pgross41, I added your solution to the list π
If you're using uBlock origin, add the following custom rule:
google.com##.AUiS2
This class didn't change since mentioned on 14 April so the method seems to be effective.
@robertpiosik thank you, I updated the top post π
@mmazzarolo note, the first option breaks interactive features of google such as stock market charts or upcoming sport events tables.
Should be removed imho.
@robertpiosik I'll add it to the description and swap the options order but I'm still keeping it because the CSS one is way more prone to stop working (I personally experienced it at least twice in the past).
Sounds reasonable. Cheers
I wish I could "like" this gist and some of the comments. @mmazzarolo you are a true hero.
π π π π₯
Literal years of being bothered by this before I finally tried to search about disabling it. Why do we do this to ourselves..
Google, stop being idiots.
for uBlock Origin's My filters:
! Hide the 'People also search for' slide-in box when going back on Google Search.
! We require the other attributes here to reduce the risk of false positives.
www.google.com#$#div[id^=eob_][jscontroller][jsdata][jsaction][data-ved] { display: none !important; }
Thanks @ivan , I updated the gist π
Oh thank god. People also ask was making me want to get on antidepressants.
FYI, I just published a blog post with a few other options and info on decluttering Google's search results page
Excellent, thank you.