Skip to content

Instantly share code, notes, and snippets.

@ChristianGaertner
Created July 5, 2013 15:30
Show Gist options
  • Select an option

  • Save ChristianGaertner/5935309 to your computer and use it in GitHub Desktop.

Select an option

Save ChristianGaertner/5935309 to your computer and use it in GitHub Desktop.
This will hide all iframes on a page with the id `analytics_iframe`
#analytics_iframe {
visibility: hidden;
position: absolute;
top: -9999px;
left: -9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment