Last active
December 10, 2015 16:08
-
-
Save coreyhaines/4458959 to your computer and use it in GitHub Desktop.
Make Hacker News Palatable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// put this in your address bar, or, better yet, make a bookmark. It removes all traces of comments. | |
javascript:var subtexts = document.getElementsByClassName("subtext"); Array.prototype.forEach.call(subtexts, function(subtext) { subtext.style.display = 'none'; }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment