GoogleMonkeyR is an awesome Greasemonkey script, however it is currently a bit broken, as the search results come across in a very narrow column.
Running:
document.getElementById("GoogleTabledResults").style="width:1900px";
In the console widens them out like they should be but I can't figure out how to apply that to either GoogleMonkeyR or a script of its own. Any ideas?