Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IftekherSunny/9b60d2a70400adf26ffee5870466fe75 to your computer and use it in GitHub Desktop.
Save IftekherSunny/9b60d2a70400adf26ffee5870466fe75 to your computer and use it in GitHub Desktop.
$('#iframe').on("load", function() {
$("#iframe").contents().find("head").append('<style>body{background:url("https://media.giphy.com/media/SWuSJPnb6UGrK9SKP4/giphy.gif") no-repeat center center fixed; background-size: cover;}.header-wrapper {background-image: unset !important}.site-preview--landing-page .header-wrapper .header-opacity, .smartlist .header-wrapper .header-opacity { background: #333 !important;opacity: .8 !important;}</style>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment