Last active
May 29, 2021 08:16
-
-
Save sean3z/49553cda816d6b3a0795dad74b0bd6d2 to your computer and use it in GitHub Desktop.
Get around CourseHero preview limit
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
let content = document.querySelector('main.bdp_docViewerWide_main'); | |
$('.bdp_doc-viewer_notification').after(content.innerHTML); | |
$('.mfp-bg.mfp-ready, .mfp-content').hide(); | |
document.querySelector('body').style.overflow = 'auto'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment