Last active
December 10, 2021 04:12
-
-
Save u-l-y/72c2419abc41f190e57411b121169bb4 to your computer and use it in GitHub Desktop.
Remove Instagram popup when not logged in, using 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.querySelector('body > div[role="presentation"]').remove(); | |
document.querySelector('body').removeAttribute('style'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment