Skip to content

Instantly share code, notes, and snippets.

@cyrilf
Created December 20, 2012 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyrilf/4348931 to your computer and use it in GitHub Desktop.
Save cyrilf/4348931 to your computer and use it in GitHub Desktop.
Remove Google Images Frame on your site and close it.
if (top.location != self.location)
top.location = self.location;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment