Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nvictor
Last active May 17, 2020 02:55
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 nvictor/c4cdf62423641d4b766c197bc22471bb to your computer and use it in GitHub Desktop.
Save nvictor/c4cdf62423641d4b766c197bc22471bb to your computer and use it in GitHub Desktop.
Collapse all comments on HN
for (tag of byClass(document, "togg")) {
if (tag.text.slice(0, 2) === "[–") { tag.click(); }
if (parseInt(tag.getAttribute("n")) > 5) { tag.style.color = "red"; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment