This page contains some enhancements to Google search.
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;
}
The original rule was written.
Because of an update to Google Search, an update of the rule was required.
Because of an update to Google Search, an update of the rule was required.