lostcase-:

No way

(via profashionall)

3 days ago 15,549 notes

ohddaughter:

glasses by yataro1 on Flickr.

(via s-af)

3 days ago 363 notes

(via deycallmetrey)

3 days ago 21,989 notes

(via wild-life-livin)

1 week ago 5,337 notes

(via wild-life-livin)

1 week ago 196,889 notes

(via swagusout101)

1 week ago 8,758 notes

(via swagusout101)

1 week ago 48,527 notes

(via deycallmetrey)

2 weeks ago 3,189 notes

(via legitbro)

2 weeks ago 1,292 notes

(via mafashions)

2 weeks ago 1,325 notes

(via tolerated)

2 weeks ago 11,988 notes

(via profashionall)

2 weeks ago 3,119 notes

(via dopepictures)

2 weeks ago 15,485 notes

dopest-ethiopian:

louietv:

and I thought he was fat..lol

Deadass. I thought he had a gut

3 weeks ago 16,576 notes
28th
April
14,265 notes
Reblog

(via profashionall)

3 weeks ago 14,265 notes
// ==UserScript== // @name Hipster space crosses // @namespace http://userstyles.org // @description Cross icons. For more dash themes, tumblr banners, backgrounds, navigation buttons, codes and more tumblr goodies, go to http://4lisonwonderland.tumblr.com/ (4lisonwonderland.tumblr.com) // @author wonderlandd // @homepage http://userstyles.org/styles/52551 // @include http://www.tumblr.com/* // @run-at document-start // ==/UserScript== (function() { var css = "img[src*=\"http://assets.tumblr.com/images/new_post_icons_no_labels.png\"]{ opacity: 0 !important; } #new_post { background: rgba(255,255,255, 1.0) url(\"http://static.tumblr.com/blpgwiz/nXslq30ae/cross_icson.png\") top center no-repeat !important; NOTE: Text to replace is in BOLD font. }"; if (typeof GM_addStyle != "undefined") { GM_addStyle(css); } else if (typeof PRO_addStyle != "undefined") { PRO_addStyle(css); } else if (typeof addStyle != "undefined") { addStyle(css); } else { var heads = document.getElementsByTagName("head"); if (heads.length > 0) { var node = document.createElement("style"); node.type = "text/css"; node.appendChild(document.createTextNode(css)); heads[0].appendChild(node); } } })();