Last active
February 6, 2023 21:57
-
-
Save adamschwartz/95f8a5090279251384d9bbd310d4f8ad to your computer and use it in GitHub Desktop.
Stylesheet for pre-2020 Google Search results page styles
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
/* Version 3. Updated Sep 5, 2022 */ | |
#search a:has(>br):has(>h3):has(>div) br { | |
display: none; | |
} | |
#search a:has(>br):has(>h3):has(>div) h3 { | |
display: block; | |
} | |
#search a:has(>br):has(>h3):has(>div) div:last-child { | |
position: relative; | |
} | |
#search a:has(>br):has(>h3):has(>div) + div { | |
top: 2.6em; | |
} | |
#search .iTPLzd { | |
padding-left: 0px !important; | |
} |
Awesome fix, I've been rocking this for a while. It was working flawlessly until today, and I'm not sure what happened: https://imgur.com/a/pZ8ggdc
Thanks @fellerts for the report. Here is the quick fix, add at the end:
#search .r > a[ping] > div {
position: relative;
}
Perfect @artik, that did the trick.
@artik Updated, thanks.
Updated today with new styles.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great! fixed, thanks ;) https://i.imgur.com/UJueKuh.png