]> YungSangblr

YungSangblr

YungSangblr
どうなり?

Tumblelogs I follow:
  • topherchris
  • energyface
  • flog
  • sarahlane
  • sid05
  • oneup
  • fotofood
  • roamin
  • estherbester
  • macuyiko
  • mariusu
  • handa
  • deplorableword
  • yuiseki
  • kingeggman
  • joelaz
  • guyinthehat
  • mikiishijima
  • okkisita
  • designwalker-seed
  • katsuma
  • jakelodwick
  • jstn
  • coolniikou
  • jhnbrssndn
  • malblue
  • head
  • twistermc
  • migang
  • delorean
  • kasei-san
  • moonside
  • moet
  • heather-rivers
  • emiri-sensei
  • mizhok
  • sampler
  • tam
  • macsmiley
  • yellowblog
  • shanti
  • emixyz
  • vhudy6tx4dik9ol
  • nakano
  • igi
  • kumagaya
  • kagurazakaundergroundresistance
  • rubendomfer
  • einstein
  • epxstudio
  • yzzzz
  • tanagokoro
  • cxx
  • mong
  • pikari
  • yukarins
  • mocrlbmut
  • wombert
  • ronen-posts
  • detail
  • gregb
  • orehmi
  • zachklein
  • borealkiss
  • kaela
  • afrogenic
  • manami
  • suyhnc
  • lecker
  • konishiroku
  • fbspin
  • new-akiba
  • proto-jp
  • rocketjumper
  • tsuyoshi
  • allgrownsup
  • brooklet14
  • vostone
  • seiichirou
  • staff
  • yume
  • bowfolk
  • tuneage
  • jikken
  • testumblrone
  • tumbrella
  • roborobo
  • muxtape
  • postlinguistics
  • gorimaru
  • gorimaru-cats
  • ahmok
  • twitterstatus
  • seifuku
  • gifanime
  • knee-socks
  • furaibou
  • plastico
  • mykleidoscopeworld
  • fuckyeahkitties
  • howsmycode
  • w0oser
Sat Apr 12
1 year ago
tags: reblog
Reblog Notes  Comments (View)
1 year ago
tags:
Reblog Notes  Comments (View)
1 year ago
ということで、今話題のMuxtapeをiTinesで聞けるようにしてみた。 Muxtape With iTunes » www.slack77.net (via lomo)
tags: reblog
Reblog Notes  Comments (View)
1 year ago
tags: reblog
Reblog Notes  Comments (View)
1 year ago
tags:
Reblog Notes  Comments (View)
1 year ago
lomo:


ku:  
toldorknown:   Show Follower Count and Tumblr Follow Mode in action.



GK v1.5 だと動かなかったので、改造。っていうか、Tumblr の prototype.js って v1.4.0 なんだ。。。

new Ajax.Request(‘http://www.tumblr.com/followers’, {method:’get’, onComplete: function (res) {
	var match_result = res.responseText.match(/(\d+)\s+people following/);
	if (match_result) {
		var follower_count = match_result[1];
		var dashboardControls = $(‘dashboard_controls’).getElementsByTagName(‘a’);
		dashboardControls[4].href = “/followers”;
		dashboardControls[5].href = “/followers”;
		dashboardControls[5].innerHTML = follower_count + ” Followers”;
	}
}});
lomo:

ku:

toldorknown:

Show Follower Count and Tumblr Follow Mode in action.
GK v1.5 だと動かなかったので、改造。っていうか、Tumblr の prototype.js って v1.4.0 なんだ。。。
new Ajax.Request(‘http://www.tumblr.com/followers’, {method:’get’, onComplete: function (res) {
var match_result = res.responseText.match(/(\d+)\s+people following/);
if (match_result) {
var follower_count = match_result[1];
var dashboardControls = $(‘dashboard_controls’).getElementsByTagName(‘a’);
dashboardControls[4].href = “/followers”;
dashboardControls[5].href = “/followers”;
dashboardControls[5].innerHTML = follower_count + ” Followers”;
}
}});
tags: reblog
Reblog Notes  Comments (View)