Skip to content

Instantly share code, notes, and snippets.

@mocon
Created December 3, 2017 04:19
Show Gist options
  • Save mocon/3ddca8fa62e9089239c88df747633f9e to your computer and use it in GitHub Desktop.
Save mocon/3ddca8fa62e9089239c88df747633f9e to your computer and use it in GitHub Desktop.
Paste these into your StyleBot Chrome extension to change the styling on news.google.com
/* Make main column full width */
main > div:nth-child(1) {
max-width: none;
}
/* Hide right sidebar */
main > div:nth-child(2) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment