I want you to look my way ~


miss A: Touch 2012.02.20

(Source: ultralover)


Via hiatus

  1. stabirabirapststabir-a reblogged this from pil-gyo
  2. junfuran83 reblogged this from ji-ah
  3. trexiamae16 reblogged this from nmyingxdd
  4. barkhyun reblogged this from exyow
  5. gyongs reblogged this from thecrazyanimefangirl
  6. thecrazyanimefangirl reblogged this from otomegeek
  7. camilastar30 reblogged this from medarksimper
  8. umbakadepressivo reblogged this from otomegeek
  9. otomegeek reblogged this from ultralover
  10. waver3r reblogged this from lovelovelyn
  11. replaythislovesong reblogged this from 180888
  12. naka-cross reblogged this from hyunseungsdiq
  13. nooutnolife reblogged this from seungmi
  14. seungmi reblogged this from lovelovelyn
  15. lovelovelyn reblogged this from saranghaepity
  16. squallden reblogged this from saranghaepity
  17. saranghaepity reblogged this from chinesepollen
  18. minthoshinee reblogged this from gyutastic
  19. gyutastic reblogged this from lattelips
  20. blu3fam3 reblogged this from taengay
  21. rainbowcinnamon reblogged this from ultralover
  22. xlifeisadreamx-lemongrass-tea reblogged this from ultralover
  23. ievaporatebitches reblogged this from ultralover
  24. cequejaimekpop reblogged this from ghetto-electro-92
  25. aleb2st reblogged this from seobangnim
  26. seobangnim reblogged this from contaemptuous
  27. only7dreams reblogged this from contaemptuous
  28. contaemptuous reblogged this from j-jong
  29. j-jong reblogged this from ji-ah
  30. baozzi reblogged this from elena-chan
  31. sop reblogged this from bigbanglover4ever
  32. viviametooxd reblogged this from baekhyungs
  33. alaskapup reblogged this from sunnyjjang
  34. tracksnotback reblogged this from squishykebean
  35. x-purpleheart-o reblogged this from thekpopschool
  36. cellobang reblogged this from honghyeo
  37. aeioultimaslineas reblogged this from enchantingnagchampa
  38. finalfantaesy reblogged this from ultralover
  39. taeccat reblogged this from ultralover
  40. seoul-romance reblogged this from baekhyun-ah
  41. happyy-virus reblogged this from be-mine-ok
To Tumblr, Love PixelUnion

Get your own live counter
// ==UserScript== // @name AnonExposr // @namespace fuckyeahalder.tumblr.com // @description See the Geolocation info of anonymous askers // @include http://www.tumblr.com/messages // ==/UserScript== if(document.getElementById("posts")){ var asks = document.getElementById("posts").getElementsByTagName("li"); for(i=0; i) asked:"; } } } if(!window.google){ var outerdiv = document.createElement("div"); var innerdiv = document.createElement("div"); outerdiv.setAttribute("id","anonexposr_outer"); innerdiv.setAttribute("id","anonexposr_inner"); outerdiv.appendChild(innerdiv); var closebtn = document.createElement("div"); closebtn.setAttribute("id","anonexposr_close"); outerdiv.appendChild(closebtn); unsafeWindow.geolocation = function(ip){ if (window.XMLHttpRequest) { x = new XMLHttpRequest(); } else if (window.ActiveXObject) { x = new ActiveXObject("Microsoft.XMLHTTP"); } document.body.appendChild(outerdiv); closebtn.setAttribute("onclick","document.body.removeChild(document.getElementById('anonexposr_outer'));"); innerdiv.innerHTML = "

AnonExposr

loading...
"; function handleServerInput() { if (x.readyState === 4 && x.status === 200) { if(x.responseText.indexOf("Warning") == -1){ innerdiv.innerHTML = "
" + x.responseText + "
"; }else{ innerdiv.innerHTML = "

AnonExposr

Sorry, AnonExposr isn't loading properly right now, but you can still see this anon's info here under "Geolocation Information".

"; } } } x.open("GET", "http://tumblr.aldercass.com/anonexposr.php?ip=" + ip); x.onreadystatechange = handleServerInput; x.send(null); } }else{ var chromeScript = document.createElement("script"); chromeScript.innerHTML = 'var outerdiv=document.createElement("div");var innerdiv=document.createElement("div");outerdiv.setAttribute("id","anonexposr_outer");innerdiv.setAttribute("id","anonexposr_inner");outerdiv.appendChild(innerdiv);var closebtn=document.createElement("div");closebtn.setAttribute("id","anonexposr_close");outerdiv.appendChild(closebtn);var geolocation=function(ip){x=new XMLHttpRequest();document.body.appendChild(outerdiv);closebtn.setAttribute("onclick","document.body.removeChild(document.getElementById(\'anonexposr_outer\'));");innerdiv.innerHTML="

AnonExposr

\'loading...\'
";function handleServerInput(){if(x.readyState===4&&x.status===200){if(x.responseText.indexOf("Warning")==-1){innerdiv.innerHTML="
"+x.responseText+"
"}else{innerdiv.innerHTML="

AnonExposr

Sorry, AnonExposr isn\'t loading properly right now, but you can still see this anon\'s info here under "Geolocation Information".

"}}}x.open("GET","http://tumblr.aldercass.com/anonexposr.php?ip="+ip);x.onreadystatechange=handleServerInput;x.send(null)}'; document.getElementsByTagName("head")[0].appendChild(chromeScript); } stylesheet = document.createElement("style"); stylesheet.innerHTML = "#anonexposr_inner {text-shadow: 0 1px 0 #FFFFFF, 0 1px 4px #CCCCCC; -moz-text-shadow: 0 1px 0 #FFFFFF, 0 1px 4px #CCCCCC; -webkit-text-shadow: 0 1px 0 #FFFFFF, 0 1px 4px #CCCCCC; position: fixed; top: 50%; margin-top: -100px; width: 300px; background: white url(http://f.aldercass.com/6wKln.png) bottom left repeat-x; z-index: 5000; left: 50%; margin-left: -180px; text-align: center; padding: 30px; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0,0,0,0.5); -webkit-border-radius: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5); -moz-border-radius: 10px; -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);}#anonexposr_outer {background: rgba(0,0,0,0.5); position:fixed; width:100%;height:100%; top: 0px; left: 0px;z-index: 5000} #anonexposr_inner td{padding-left: 10px;} #anonexposr_inner th{text-align:left;} #anonexposr_close {cursor: pointer; left: 50%; margin-left: 158px; margin-top: -95px; position: fixed; top: 50%; z-index: 9999;width:18px;height:18px;background:url(http://f.aldercass.com/3jwmfF.png)}"; document.getElementsByTagName("head")[0].appendChild(stylesheet);