/*
* @title dashboard undertaker
* @description kako no dashboard ni moguru tameno bookmarklet desu.
* @include http://*
* @license MIT License
*/
(function(){
var a=document.querySelectorAll('a[id^="post_"]');
var i=parseInt(a[a.length-1].href.match(/post\/(\d+)/)[1]);
i=i+1;
location.href='http://www.tumblr.com/dashboard/999?offset='+i;
}
)()