←back to thread

189 points michelangelo | 1 comments | | HN request time: 0.441s | source
Show context
dunewalker547 ◴[] No.45383536[source]
If you find the columns jarring, run this in the console:

document.querySelectorAll('.col-50').forEach(d=>d.classList.replace('col-50','col-100'));

replies(2): >>45384731 #>>45387208 #
1. smig0 ◴[] No.45387208[source]
Or use reading mode (F9 in Firefox)