MCSG SYM

また、オモロイことやってんな、gkojax。どうやってんだろ?
 — taizooo

—-

http://shanti.tumblr.com/post/23646061
こちらの「Reblog notes script」を参考に作りました。
show_notesの変わりに下記の関数を作ってそれを呼ぶように変更です。

function show_reblog(s) {
    id=s.substring(s.lastIndexOf(‘/’)+1,s.length);
    location.href = ‘http://www.tumblr.com/reblog/’ + id;
}

MCSG SYM

また、オモロイことやってんな、gkojax。どうやってんだろ?

taizooo —- http://shanti.tumblr.com/post/23646061 こちらの「Reblog notes script」を参考に作りました。 show_notesの変わりに下記の関数を作ってそれを呼ぶように変更です。 function show_reblog(s) { id=s.substring(s.lastIndexOf(‘/’)+1,s.length); location.href = ‘http://www.tumblr.com/reblog/’ + id; }
(this post was reblogged from taizooo)