Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created May 14, 2014 01:33
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 skipjac/11b6f0825eb12c52258f to your computer and use it in GitHub Desktop.
Save skipjac/11b6f0825eb12c52258f to your computer and use it in GitHub Desktop.
if iframe
if (self != top)
{
$j('#header').remove();
$j('.tab_home').remove();
$j('.tab_requests').remove();
$j('#top-menu').remove();
$j('#top-menu-background').remove();
$j('#page').css('maxWidth', '100%');
$j('html, body').css('background-color', '#FFFFFF');
$j('body').css('min-width', '0');
$j('html').css('overflow-y', 'auto');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment