You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

wmorgan comments on Less Wrong on Twitter - Less Wrong Discussion

16 Post author: Grognor 22 June 2012 03:51PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (31)

You are viewing a single comment's thread. Show more comments above.

Comment author: Alex_Altair 22 June 2012 04:36:32PM 4 points [-]

I wish there was a "subscribe to all" button.

Comment author: wmorgan 22 June 2012 06:53:46PM *  11 points [-]

The Twitter devs vetoed that idea back in 2009 -- too much spam potential. Here's my 5-minute effort anyway:

http://www.wmorgan.net/lw_twitter.html

I don't have a Twitter account so the page isn't tested, but it looks like it works -- give it a second to load, though.

Edit: The following JavaScript will turn all Twitter links on this page into follow links. Couldn't figure out how to make a bookmarklet in markdown:

jQuery('a[href*="twitter.com"]')
.addClass("twitter-follow-button");
jQuery(document.createElement("script"))
.attr({"id": "twitter-wjs", "src": "//platform.twitter.com/widgets.js"})
.appendTo("head");
Comment author: Grognor 20 July 2012 05:00:25AM *  2 points [-]

After the addition I just made, my list contains 58 items, and yours contains 47. If you feel like updating. (Also, I removed one, because William Eden deleted one of his accounts.)

Comment author: Paulovsk 25 June 2012 09:15:13PM *  2 points [-]

Step by step:

  1. Open your chrome browser and press F12
  2. Click on 'Scripts'
  3. Down corner on the left, Click in the icon to "show console"
  4. Paste the code and press enter. The page will seem to reload and the magic will happen.

By the way, thanks for the code

Comment author: Alex_Altair 22 June 2012 08:11:04PM 1 point [-]

That was ridiculously helpful. Everybody; this works.