Skip to content

Instantly share code, notes, and snippets.

@jlamendo
Created July 28, 2015 23:47
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 jlamendo/3fd8eb8d8701a50d3cd9 to your computer and use it in GitHub Desktop.
Save jlamendo/3fd8eb8d8701a50d3cd9 to your computer and use it in GitHub Desktop.
Bookmarklet to hide quora login prompt.
javascript:!function(){x=document.getElementsByClassName("PMsgContainer");var e,d=Object.keys(x);d.forEach(function(d){-1!==d.indexOf("__w2")&&(e=x[d])});var n=e.parentElement.childNodes[1].childNodes[0].childNodes[0],o=n.childNodes[0];n.removeChild(o)}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment