Last active
December 28, 2019 08:58
-
-
Save IftekherSunny/8ceb6488c9ca5ac05a134e98093f2655 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/lEDJkiw48A9kA/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