Hmm. Tried installing greasemonkey from HAM but it doesn't show up in the add-ons in MicroB. Tried uninstall / reinstall a few times but still same. Hmm.
ln -s /usr/lib/browser/extensions/{e4a8a97b-f2ed-450b-b12d-ee082ba24781} ~/.mozilla/microb/extensions/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}
// Increase body minimum width script for talk.maemo.org // // -------------------------------------------------------------------- // // ==UserScript== // @name Body width extender // @namespace body_width_extender // @description extends the minimum body width on talk.maemo.org to 1050 pixels // @include http://talk.maemo.org/* // ==/UserScript== document.body.style.minWidth="1050px";