Skip to content

Instantly share code, notes, and snippets.

@dvidsilva
Last active January 1, 2016 10:19
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 dvidsilva/8130777 to your computer and use it in GitHub Desktop.
Save dvidsilva/8130777 to your computer and use it in GitHub Desktop.
Hide the onion prompt to sign in after you saw 30 articles in a month
$('#gregbox-outer').hide();
$('#gregbox-signInTab').hide();
$('#gregbox-outer').siblings('div')[2].style.display = 'none';
@dvidsilva
Copy link
Author

sometimes the black overlay is 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment