1. yes 2. don't know, happened before (last week)<p>same functionality: go to <a href="https://news.ycombinator.com/newest" rel="nofollow">https://news.ycombinator.com/newest</a> and paste in console:<p>for(x of document.getElementsByClassName('score')){
if(x.innerText=="1 point" || x.innerText=="2 points"){
y=x.parentNode.parentNode;
y.previousSibling.remove();
y.remove()
}
}