Skip to content

Instantly share code, notes, and snippets.

@dvidsilva
Last active January 1, 2016 10:19
Show Gist options
  • Select an option

  • Save dvidsilva/8130777 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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