This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! This is the most annoying one that Google optimizes for accidental clicks. | |
! | |
! 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; } | |
! Hide the 'People also ask' box | |
www.google.com#$#div[data-initq][data-it][jscontroller][jsaction]:nth-ancestor(1) { display: none !important; } | |
! Hide the 'Related searches' box |
OlderNewer