Skip to content

Instantly share code, notes, and snippets.

@thethomaseffect
Last active August 29, 2015 14:07
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 thethomaseffect/d4e4a139591f85109b5a to your computer and use it in GitHub Desktop.
Save thethomaseffect/d4e4a139591f85109b5a to your computer and use it in GitHub Desktop.
/*
Paste into console to get rid of annoying facebook login prompt on TOM
news articles. If you make a userscript for this remember to wrap this
in a document.onReady block.
*/
document.getElementById("modal-fb_login").style.display = 'none';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment