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”);
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.)
Step by step:
Open your chrome browser and press F12
Click on ‘Scripts’
Down corner on the left, Click in the icon to “show console”
Paste the code and press enter. The page will seem to reload and the magic will happen.
By the way, thanks for the code
That was ridiculously helpful. Everybody; this works.
Current theme: default
Less Wrong (text)
Less Wrong (link)
Arrow keys: Next/previous image
Escape or click: Hide zoomed image
Space bar: Reset image size & position
Scroll to zoom in/out
(When zoomed in, drag to pan; double-click to close)
Keys shown in yellow (e.g., ]) are accesskeys, and require a browser-specific modifier key (or keys).
]
Keys shown in grey (e.g., ?) do not require any modifier keys.
?
Esc
h
f
a
m
v
c
r
q
t
u
o
,
.
/
s
n
e
;
Enter
[
\
k
i
l
=
-
0
′
1
2
3
4
5
6
7
8
9
→
↓
←
↑
Space
x
z
`
g
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:
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.)
Step by step:
Open your chrome browser and press F12
Click on ‘Scripts’
Down corner on the left, Click in the icon to “show console”
Paste the code and press enter. The page will seem to reload and the magic will happen.
By the way, thanks for the code
That was ridiculously helpful. Everybody; this works.