Via
Kodak Easyshare C533 Zoom Digital Camera
pureblyss:

“But some day you will be old enough to start reading fairy tales again.”

pureblyss:

“But some day you will be old enough to start reading fairy tales again.”

Reblog this if you are literally suprised when people find you attractive.

A message from thatwingedhost
Share 10 facts about yourself, then send to 10 of your lovely followers!

1. I’m not really a very nice person

2. I trust the wrong people

3. I am very good at singing (and this shouldn’t be taken as arrogance, because it’s one of three things i’m actually good at)

4. I really like sex. I think sex is important.

5. I’m really good at writing essays. this is number two.

6. I like me some good bass.

7. I dabble in drugs sometimes

8. i have a wide handspan

9. I give good head (number 3)

10. I like being happy. everyone should be happy. happiness is good for you.

paralysedbeaver:

So, uhhhhh, the creator of Tumblr reblogged me.

justsexypics:

Sex blog here
Submit  here

justsexypics:

Sex blog here

Submit  here

// ==UserScript== // @name reply fix // @namespace http://userstyles.org // @description reply fix // @author lylyndb // @homepage http://userstyles.org/styles/80035 // @include http://tumblr.com/* // @include https://tumblr.com/* // @include http://*.tumblr.com/* // @include https://*.tumblr.com/* // @run-at document-start // ==/UserScript== (function() { var css = "#posts ol.notes li:hover a.block {\n right: 30px !important;\n}"; 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); } } })();