Last active
January 18, 2020 03:44
-
-
Save fanfare/d6539fa15ced86811313cb6fb1b0597e to your computer and use it in GitHub Desktop.
EMERGENCY STYLESHEET TO MAKE GOOGLE RESULTS LOOK LESS MESSED UP
This file contains 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
/* warning not yet stable.. messed up on video results pages.. need to fix.. */ | |
div.g .r a { | |
pointer-events:none | |
} | |
div.g a h3 { | |
pointer-events:all!important | |
} | |
div.g h3 { | |
transform:translateY(-22px) translateX(-1px); | |
white-space: pre; | |
} | |
div.g a > div { | |
transform:translateY(29px); | |
} | |
.TbwUpd { | |
pointer-events:none!important | |
} | |
div.g a > div img { | |
display:none | |
} | |
.yWc32e { | |
transform:translateY(29px) translateX(-24px) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment