On the Pandora I mainly use Dillo, simply because it is much faster than other choices. One of the reasons for it's speed obviously is that it doesn't implement Javascript at all. Nonetheless it did work quite well with the previous version of the board software. After some tweaking of the user style sheet the new board is mostly functional, too. One regression is quoting. In the old version the quote button was an actual link that requested the edit page with quoting information filled in from the server (for multi quoting I opened several of these in different tabs and copied the interesting parts together). In the new version the quote button is just a Javascript link (I haven't debuged whether the script still does a request to the server or computes everything on the client). Therefore I would have to fill out the quoting information myself (which is possible, but I'm too lazy to do that). It would be nice, if the board would provide a server based quoting feature again (possible wrapped in a NOSCRIPT block as is already done for the editing textarea).