Show HN: Highlight all “1 point” news
It seems nobody pays attention to 1 point news here and news from the main page are initially upvoted by bots (to get to there).
So I've written a short userscript for this site to highlight all "1 point" entries:
[...document.querySelectorAll(".score")].filter(x => x.innerText == "1 point").map(x => x.closest("tr").previousSibling.querySelector(".storylink")).forEach(x => x.style.backgroundColor = "#FF9")
6 comments
[ 0.17 ms ] story [ 27.3 ms ] thread[1] https://xkcd.com/356/
Some good articles get no upvotes due to bad luck. Some are reposted and the repost get more traction. Sometimes another source cover the same event and get traction here.
From time to time there are attempts to use bots/sockpuppets/meatpuppets/shills/whatever. Most of the time the system detect the attempt, or the users detect it and flag the article or write mean comments (not very mean because dang may ban your account if you write mean comments).