andreas comments on Less Wrong: Open Thread, September 2010 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (610)
An Alternative To "Recent Comments"
For those who may be having trouble keeping up with "Recent Comments" or finding the interface a bit plain, I've written a Greasemonkey script to make it easier/prettier. Here is a screenshot.
Explanation of features:
To install, first get Greasemonkey, then click here. Once that's done, use this link to get to the reader interface.
ETA: I've placed the script is in the public domain. Chrome is not supported.
Thanks for coding this!
Currently, the script does not work in Chrome (which supports Greasemonkey out of the box).
From http://dev.chromium.org/developers/design-documents/user-scripts
My script uses 4 out of these 6 features, and also cross-domain GM_xmlhttpRequest (the comments are actually loaded from a PHP script hosted elsewhere, because LW doesn't seem to provide a way to grab 400 comments at once), so it's going to have to stay Firefox-only for the time being.
Oh, in case anyone developing LW is reading this, I release my script into the public domain, so feel free to incorporate the features into LW itself.