Off-topic post in an off-topic thread:
Firefox updated Greasemonkey to 0.9.11. That version finally works. The only modification I had to make to Piru's script was:
- elm[i].getAttribute("style") == "width:100%; text-align:left")
+ elm[i].getAttribute("style") == "width: 100%; text-align: left;")