Skip to content

Instantly share code, notes, and snippets.

@xyclos
Last active December 18, 2015 20:37
Show Gist options
  • Save xyclos/7704a2226bdef32c85b3 to your computer and use it in GitHub Desktop.
Save xyclos/7704a2226bdef32c85b3 to your computer and use it in GitHub Desktop.
Hide "Show HN: " when on /show
/\/show$/.test(document.location.href)&&Array.prototype.map.call(document.querySelectorAll(".deadmark + a"),function(e){e.innerHTML=e.innerHTML.replace("Show HN: ","")});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment