Update: coconutbras just informed me that Tumblr already has this feature using ‘j’ and ‘k’. I guess I never got the memo from David. Anyways, it was fun creating a bookmarklet, so 20 minutes well spent.
I got bored and made a Tumblr Bookmarklet to add key shortcuts for navigating posts, just like in Google Reader. Hit ‘n’ to go to the next post and ‘p’ to go to the previous post.
Just paste this code into your address bar while on the dashboard. For something more permanent, save this code as the URL of a bookmark and click it whenever you are browsing Tumblr!
javascript:(function(){p=$('posts').firstDescendant();document.observe('keydown',function(e){k=e.keyCode||e.which;if(k=='78'){p=p.next()||p;Effect.ScrollTo(p,{duration:'0.2',offset:-8})}else if(k=='80'){p=p.previous()||p;Effect.ScrollTo(p,{duration:'0.2',offset:-8})}})})();void 0
-
fadedshineinstar likes this
-
peetypassion likes this
-
thealp likes this
-
nussbaum likes this
-
modern-metropolis likes this
-
oneofgodsprototypes likes this
-
cidv likes this
-
lagubeko likes this
-
arborescent likes this
-
roads2roam reblogged this from kevinnuut
-
followyourerised likes this
-
glistensgold likes this
-
justjori likes this
-
oliviarandomlife likes this
-
idiottheory likes this
-
brookespoint said:
Isn’t there a key shortcut for this already? ( ‘j’ and ‘k’ )
-
eulogy likes this
-
wherethereisnosky likes this
-
neek-oh likes this
-
stuckinhyperspace likes this
-
in-arsenio likes this
-
coltography said:
EPICCCCC sosososo epic
-
evanwalsh said:
N & P are so far apart, it makes the experience much more complicated.
-
tern0ver likes this
-
kevinnuut posted this