Last active
December 11, 2015 10:15
-
-
Save zackad/fb332e6f1d1152a9d1cf to your computer and use it in GitHub Desktop.
Hide Google Street View Controller
This file contains hidden or 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("google.com"), domain("google.co.id") { | |
#titlecard, .widget-runway-thumbstrip-background, .widget-runway-background-filler.widget-runway-background-filler-many, .widget-runway-growable, .scene-footer-container, #minimap, .app-viewcard-strip, #watermark{ | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment