Skip to content

Instantly share code, notes, and snippets.

@u-l-y
Last active December 10, 2021 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save u-l-y/72c2419abc41f190e57411b121169bb4 to your computer and use it in GitHub Desktop.
Save u-l-y/72c2419abc41f190e57411b121169bb4 to your computer and use it in GitHub Desktop.
Remove Instagram popup when not logged in, using browser console
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