Skip to content

Instantly share code, notes, and snippets.

@jackysee
Created June 14, 2013 03:36
Show Gist options
  • Save jackysee/5779288 to your computer and use it in GitHub Desktop.
Save jackysee/5779288 to your computer and use it in GitHub Desktop.
Google+ no box-shadow
// ==UserScript==
// @name Google plus no box shadow
// @author Jacky See
// @include http*://plus.google.com/*
// @version 1.0
// ==/UserScript==
GM_addStyle('.MZxWCd{box-shadow:none!important;border:1px solid #AAA;}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment