// run in firebug and click & enter input...
$('#answer').click(function(e){
var value = eval($('#question').text().replace('=', '').replace('÷', '/').replace('x', '*').replace(/\s/g, ''));
console.log($('#question').text() + value);
this.value = value;
})
Agree. I've found the web view in Pocket (and probably other apps with built-in web views) to do a better job of displaying HN comment pages than any of the browsers I tried, though. Simply because it wraps the comments at a comfortable line length.