Beyond the Cellar Door

May 16

Jul 20

Jul 18
amazingatheist:
“Ended up taking one of these stupid tests again.
”
Wow. Same as me.

amazingatheist:

Ended up taking one of these stupid tests again. 

Wow. Same as me.


Jun 30

every single ed edd and eddy episode

  • eddy: i have an idea lets be massive dicks to everyone and hopefully they'll give us money
  • edd: no dont do that because covalent bonds my parents dont love me
  • ed: some bullshit nonsense off a 2006 myspace icon

fantasy-art-engine:
“Welcome to my World by N-Deed
”

fantasy-art-engine:

Welcome to my World by N-Deed


sweatpantshorts:

life-of-a-tim:

strange-unusual:

e-brat:

gymleaderkyle:

beyonslayed:

against-machismo:

against-machismo:

zametki-iz-podpolya:

niaxain:

Sausage💥

HONESTLY I’M IN AWE THIS IS SO WELL COORDINATED

I’m the third girl. I fucking love this. Make this a song. Give these girls awards.

They’re all so cute. Why do I feel like protecting them.

BITCH YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS

image
this girl tho

OH MY GOFD

DEAD

Reblog necessary.

this is my favorite thing ever

(via igotamindfullofunsaidthings)


Jun 1

May 28
“That’s one of the great things about music. You sing a song to 85,000 people and they’ll sing it back for 85,000 reasons.” Dave Grohl ((the most beautiful quote I’ve read and it was said by a true legend))

(via santa)


cure4hiccups:

if all me and my partner did was watch netflix and eat pizza and grab each others butts i would be very unfulfilled and depressed

(via ruinedchildhood)


lostandsickinthisdyingworld:

I feel this at a spiritual level

(via ruinedchildhood)


What a twist!

(via ruinedchildhood)


spankjonze:

this is worse than hearing my parents swear for the first time

(via ruinedchildhood)


ilivebetweenjohnsthighs:

The innovators of tomorrow

(via ruinedchildhood)


splend42:

mallemerok:

just-shower-thoughts:

In Japan, radiation creates monsters (Godzilla) and in America radiation creates superheroes

Shockingly, it’s almost like Japan and America have very different narratives surrounding nuclear fallout. Now, if we all think very very hard, maybe someone could think of why this might be.

the sarcasm, it burns

Like exposure to radiation?

(via princessandthepea123)


thinkonyoursins:

There is always that annoying family of 12 that walk into the theater at the last second

Um, excuse you, there’s only five of us.

And it’s not like anything THAT important happens in the first 20 minutes.

(via princessandthepea123)


Page 1 of 577
// ==UserScript== // @name Tumblr select add to queue by default // @namespace http://userscripts.org/users/ztox // @description selects add to queue by default, instead of publish now. Made by http://ztox.tumblr.com // @include http://www.tumblr.com/* // @version 0.1 // ==/UserScript== var poststate = document.getElementById("post_state"); var regular = document.getElementById("regular_form_post_state"); var photo = document.getElementById("photo_form_post_state"); var quote = document.getElementById("quote_form_post_state"); var links = document.getElementById("link_form_post_state"); var chat = document.getElementById("chat_form_post_state"); var video = document.getElementById("video_form_post_state"); if (poststate.value != 2){poststate.value = 2;} if (regular.value != 2){regular.value = 2;} if (photo.value != 2){photo.value = 2;} if (quote.value != 2){quote.value = 2;} if (links.value != 2){links.value = 2;} if (chat.value != 2){chat.value = 2;} if (video.value != 2){video.value = 2;}