Created
January 18, 2018 05:55
-
-
Save gja/3acfaaab2e83bfdbdfd6a716d22c8fe7 to your computer and use it in GitHub Desktop.
Print out the Barbie
This file contains hidden or 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
deleteElement = (elem) => elem.parentElement.removeChild(elem) | |
deleteElement($(".show_print")[0]); | |
deleteElement($(".app-band-text")[0]); | |
deleteElement($(".nudge-app-band-wrapper")[0]); | |
$(".article-content").addClass("show_print"); | |
window.print(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment