I don’t understand why he’s so frequently described as blond in fic?

(Source: derekhalestorm)

(Source: hoechlined)

slipintothewater:

dylanofuckme:

has anyone noticed that peter hasn’t been in any of the promos or the trailer?

I was just discussing this. 

I don’t know what to make of this development tbh

(Source: vivalasgomez)

teenwolf:

Who’s ready for the trailer?

Is there a scheduled time for this?

Something bad.

hipsteradjacent:

strangability:

c-pluto-chan:

hetare-hetalia:

stellarlunarrabbit:

rp-ravenscale-the-snake-pony:

karma-guardian:

paige-weatherlend:

ifell-through-theice:

general-of-venus:

theredtyphoon:

askthemagebrawler:

stark-contrast:

runaway-farm-assassin:

ladybirdmiles:

itsnotbecauseimfat:

brotherhoot:

What is your Assassin name?

(( Hidden Tomahawk

Fuck yeah! ))

[mY FUCKING SISTER IS GONNA BE MOON MOON]

((Shadow Sword… I like~))

//omfg I’m short killer. That’s not scary.//

“Ha, I’m Moon Eagle. Suck it.”

“Novice Vision”. I must suck.

Aura: “‘Hidden Blood’, that’s a cool one. It’s like I came back from the grave or something.”

Honey: “‘Sun Tomahawk’. What’s a tomahawk?”

Why couldn’t I have gotten Honey’s!?

// Novice Turkey.

image

((Hidden Blood))

“Secret Moon. Meh, ok considering I have to keep my idenity secret and Aeron worked for the moon people…”

“I GOT HIDDEN MOON BITCH MY HAS MORE MEANING THAN YOURS!”

“….Sun Moon…so does that make me smarter than moon moon?”

Hidden Demon. I like it.

{Deadly Secret~}

((Shadow Killer :D I LOVE IT))

“Fallen Vision. so I’m blind?”

((Rising Wing))

(Still a midget bird

a.k.a short eagle.)

Short Shadow

sdgfsgjre what.

hAHAHA FORCNG SOMEONE TO BE MOONMOON AGAIN, EH?

lots of hiddens! I am a hidden too ..
Hidden Killer …basically assassin YAY! 

Novice Secret…

I…

Wut…?

Album Art

o-delaisse:

Boomtown Rats - I don’t Like Mondays

Played 4 times.

Favorite Dylan O’Brien things

   ↳ His moles

(Source: stereksgasm)

32/100 Esteban Granero HQ pictures

// ==UserScript== // @name Tumblr Savior // @namespace bjornstar // @description Saves you from ever having to see another post about certain things ever again // @include http://www.tumblr.com/dashboard // @include http://www.tumblr.com/dashboard/* // @include http://www.tumblr.com/show/* // ==/UserScript== function needstobesaved(theStr){ var blackList = new Array('jakob','lodwick','obama','mccain','iphone','baseball','julia allison','palin','apartment therapy','pixdaus','super bowl','superbowl'); var whiteList = new Array('bjorn', 'betina'); var blacklisted = false; var whitelisted = false; for(var i=0;i<=whiteList.length;i++) { if(theStr.toLowerCase().indexOf(whiteList[i])>=0) { whitelisted = true; } } if (!whitelisted) { for(var i=0;i<=blackList.length;i++) { if(theStr.toLowerCase().indexOf(blackList[i])>=0) { blacklisted = true; } } } return blacklisted; } var liPosts = document.getElementsByTagName('li'); var last_check = 0; function check_for_saving() { for (var i=last_check;i= 0) { var savedfrom = needstobesaved(liPosts[i].innerHTML); if (savedfrom) { var div_filtered = document.createElement('div'); div_filtered.style.display = 'none'; while (liPosts[i].childNodes.length > 1) { div_filtered.appendChild(liPosts[i].childNodes[0]); } var div_notice = document.createElement('div'); div_notice.className = 'post_info'; div_notice.innerHTML = 'You have been saved from this post, it had something you didn\'t want to see in it. Click here if you cannot resist the temptation.'; liPosts[i].appendChild(div_notice); liPosts[i].appendChild(div_filtered); } } } last_check = liPosts.length; } function addGlobalStyle(css) { var elmHead, elmStyle; elmHead = document.getElementsByTagName('head')[0]; elmStyle = document.createElement('style'); elmStyle.type = 'text/css'; elmHead.appendChild(elmStyle); elmStyle.innerHTML = css; } var better_rule = '.source_url {display:none !important;}'; try { document.styleSheets[0].insertRule(better_rule, 0); } catch (e) { addGlobalStyle(better_rule); } setInterval(check_for_saving, 200);