Created
December 28, 2019 08:52
-
-
Save IftekherSunny/9b60d2a70400adf26ffee5870466fe75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#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