Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VanessaKing/09b5d7994e57422fc7fd3b1a08c2eab4 to your computer and use it in GitHub Desktop.
Save VanessaKing/09b5d7994e57422fc7fd3b1a08c2eab4 to your computer and use it in GitHub Desktop.
EMERGENCY STYLESHEET TO MAKE GOOGLE RESULTS LOOK LESS MESSED UP
/* 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