I want you to look my way ~


(Source: exokais)


  1. a-kimjongin reblogged this from taemintrp
  2. kiki-seoul reblogged this from seomatic
  3. xlandamongthestarsx reblogged this from xlandamongthemoonx
  4. xlandamongthemoonx reblogged this from keypewp
  5. ichigotsuki reblogged this from me-gustae
  6. amaterasu-sama reblogged this from me-gustae
  7. me-gustae reblogged this from jinki-sama
  8. yoseoburger reblogged this from keypewp
  9. keypewp reblogged this from jinki-sama
  10. jinki-sama reblogged this from posun
  11. posun reblogged this from exokais
  12. warmspringdays reblogged this from fuckseoul
  13. kyung-xing reblogged this from daekkeoya
  14. fatimavalencia reblogged this from livelifewithtruth
  15. xingkei reblogged this from freakfuck
  16. t-ablow reblogged this from luminesc
  17. c-leansings reblogged this from luminesc
  18. monho reblogged this from luminesc
  19. jaysnipples reblogged this from myungii
  20. myungii reblogged this from luminesc
  21. luminesc reblogged this from jongtea
  22. iliekstrawburrys reblogged this from takahiroki
  23. takahiroki reblogged this from jongtea
  24. myungsshi reblogged this from jongtea
  25. jongtea reblogged this from naughtae
  26. seoulky0 reblogged this from jongshim
  27. jongshim reblogged this from freakfuck
  28. hollablaack reblogged this from jaekeys
  29. jaekeys reblogged this from freakfuck
  30. wolvesandwaves reblogged this from freakfuck
  31. freakfuck reblogged this from keyjeog
  32. keyjeog reblogged this from naughtae
  33. mofonew reblogged this from naughtae
  34. naughtae reblogged this from choiminhos
  35. livelifewithtruth reblogged this from exokais
  36. minhali reblogged this from shineecstasy
  37. taekisseu reblogged this from choiminhos
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);