Hckrnews.com down?
1–5 of 5 posts
Does anyone know why hckrnews is down? Will it be down permanently?
Re: Hckrnews.com down?
#21. yes 2. don't know, happened before (last week)
same functionality: go to https://news.ycombinator.com/newest and paste in console:
for(x of document.getElementsByClassName('score')){ if(x.innerText=="1 point" || x.innerText=="2 points"){ y=x.parentNode.parentNode; y.previousSibling.remove(); y.remove() } }
Re: Hckrnews.com down?
#31. yes 2. don't know, happened before (last week) same functionality: go to https://news.ycombinator.com/newest and paste in console: for(x of document.getElementsByClassName('score')){ if(x.innerText=="1 point" || x.innerText=="2 points"){ y=x.parentNode.parentNode; y.previousSibling.remove(); y.remove() } }
Care to elaborate on the first point?
Re: Hckrnews.com down?
#4Hopefully it's not permanent. Hckrnews is my main interface for HN anymore.
Does anybody know if the source is out anywhere in case hckrnews.com doesn't come back up?
Re: Hckrnews.com down?
#5It's back up