(no title)
jeethsuresh | 6 years ago
// ==UserScript==
// @name Remove HN Scores
// @version 1
// @grant none
// ==/UserScript==
nodes = document.querySelectorAll(".score"); for (x = 0; x < nodes.length; x++) { nodes[x].remove()}
jeethsuresh | 6 years ago
// ==UserScript==
// @name Remove HN Scores
// @version 1
// @grant none
// ==/UserScript==
nodes = document.querySelectorAll(".score"); for (x = 0; x < nodes.length; x++) { nodes[x].remove()}
localhostdotdev|6 years ago
jeethsuresh|6 years ago
onion2k|6 years ago
It would be interesting but I doubt a week is enough to see a real difference, and I'd be sad if I didn't get more internet points.
jeethsuresh|6 years ago
You'll notice that I'm only deleting the score node, and leaving the number of comments, post age, and author intact. Those add considerable value to my HN browsing, and allow me to avoid visiting the comment section or clicking a link that I'll gain marginal (or negative) value from.
In fact, I've always thought of HN (and other link aggregators) as a hub for discussion more than a collection of interesting links - the links themselves are often biased and it's important to learn about multiple sides of the topic lest the bias rubs off on me.
I figured I'd share to lower the bar for those who wanted to see the effects for themselves - anecdotally, it hasn't changed much for me since the points themselves are less important than the way they affect the algorithm. I generally don't post/comment, and rarely vote, so I'm not really concerned about my karma total. Maybe I'm not the target market for this experiment?