hnfix.js 110 B

1
  1. Array.prototype.map.call(document.querySelectorAll(".comment"),function(e){e.innerHTML="Very interesting!";});