Comment on Show HN: Prune Unwanted Stories from HN Front PageparentComments−latitudeOP14yThere you go - items.each(function(){ var id = getItemId( $(this) ); - if (localStorage.getItem(id)) + if (localStorage.getItem(id) || ($(this).find('span').html() == '1 point')) hideItem( $(this) ); }); Apply to this - https://github.com/apankrat/internet-improvement-project/tre...
Comments
There you go -
Apply to this - https://github.com/apankrat/internet-improvement-project/tre...