Hckrnews.com down? 16 points by sid-kap 8y ago ↗ HN Does anyone know why hckrnews is down? Will it be down permanently?
[–] singularity2001 8y ago ↗ 1. 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() } } [–] 16bytes 8y ago ↗ Care to elaborate on the first point?
[–] 16bytes 8y ago ↗ Hopefully 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?
4 comments
[ 3.1 ms ] story [ 20.7 ms ] threadsame 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() } }
Does anybody know if the source is out anywhere in case hckrnews.com doesn't come back up?