Last active
February 25, 2017 01:47
-
-
Save rupertbg/22d2fb8295b4ff473163a24097b41b9b to your computer and use it in GitHub Desktop.
View full LinkedIn profile, without logging in, when 'advocate-modal' is restricting page scroll. Run in browser console.
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
document.getElementsByClassName('advocate-modal-visible')[0].classList.remove('advocate-modal-visible'); document.getElementById('advocate-modal')[0].style.display = "none"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment