nhoizey’s avatarnhoizey’s Twitter Archive—№ 57,406

  1. …in reply to @borisschapira
    @borisschapira $("h1, h2, h3, p").each(function() { text = $(this).text().replace(/ (\w+)$/,' $1'); $(this).html(text); });