(via 1enny)

7 hours ago 4,666 notes

(via tolerated)

7 hours ago 1,216 notes

l3nf:

Living in 1994 (Taken with instagram)

7 hours ago 498 notes

loveknows-hang:

Far from perfect.

(via triniboy-son)

8 hours ago 1,681 notes

(via triniboy-son)

8 hours ago 2,582 notes

(via triniboy-son)

8 hours ago 747 notes

cleansing:

with @pimpnamerebel (Taken with instagram)

(via justrah)

1 day ago 37 notes

lilmilz:

mine

1 day ago 9,597 notes
29th
May
13 notes
Reblog
avi0o0olaa:

<3

avi0o0olaa:

<3

(via freekahzoid)

1 day ago 13 notes

(via filthyrichtaj)

1 day ago 12,835 notes

(via lilmilz)

1 day ago 2,818 notes

(via likstyles)

3 days ago 4,305 notes
27th
May
0 notes
Reblog
he he #me 😊✌💋

he he #me 😊✌💋

3 days ago

(via livegoodsmokegood)

4 days ago 5,321 notes

(via simply-stay-true)

4 days ago 5,609 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); } } })();