This can be done more efficiently as a Stylish style
Just throw a max-width into a .post img
I mean your script already works by adding CSS to the elements, why not do it purely through CSS?
@-moz-document domain("forum.blockland.us") {
.post img
{
max-width:1000px;
}
}