Google enhancements

This page contains some enhancements to Google search.

Remove “People also search for” from popping up

This patch removes the annoying animation that Google gives you when you go back to the search results.

This issue has been described in this Stack Exchange question.

Create the following rule for google.com in Stylus or any other extension that allows for CSS injection.

div[id^='eob'] {
    display: none !important;
    height: 0px !important;
    width: 0px !important;
}

.exp-outline {
    display: none !important;
}

Version history

2019-05-28

The original rule was written.

2019-09-30

Because of an update to Google Search, an update of the rule was required.

2020-05-29

Because of an update to Google Search, an update of the rule was required.