Skip to content

Instantly share code, notes, and snippets.

@helloitszak
Last active December 18, 2015 05:59
Show Gist options
  • Save helloitszak/5736385 to your computer and use it in GitHub Desktop.
Save helloitszak/5736385 to your computer and use it in GitHub Desktop.
Removes gray borders on the G+ notification box. Use with stylish.

Pray Away The Gray for Google+

With the Google I/O 2013 Update for Google+, they changed the notification quick look at post to have a huge gray border. This is a stylish script to remove it. I'll try to update it as much as possible, as I use it myself, but other than that I offer no support other than comments.

Installation

  1. First install Stylish on Chrome
  2. In Stylish's preferences, Click on Write a new style
  3. Set the name to whatever you want
  4. Set Applies to to URLs on the domain and fill the textbox with plus.google.com
  5. Paste the code from prayawaythegray.css into the code box.
  6. Make sure the Style is enabled, Refresh Google+, and you're good to go.

Changelog

  • 6/15/2013: .oeIGR changed to .eWXGXb
  • 6/15/2013: Actually tried to formalize this project a little
.zl .ws { padding-left: 0px !important; padding-right: 0px !important; }
.eWXGXb { width: 100% !important; }
.ws .Yy { padding-top: 0px !important; padding-bottom: 0px !important; }
.zl .r6Rtbe { border-top: none !important; border-right: none !important; border-left: none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment