Skip to content

Instantly share code, notes, and snippets.

@zackad
Last active December 11, 2015 10:15
Show Gist options
  • Save zackad/fb332e6f1d1152a9d1cf to your computer and use it in GitHub Desktop.
Save zackad/fb332e6f1d1152a9d1cf to your computer and use it in GitHub Desktop.
Hide Google Street View Controller
@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