Black Tumblr Themes

Text Post Tue, May. 22, 2012 1,889 notes

♠ ♣ ♦ ♥ who do YOU ship me with?

(I regret nothing)

(Source: call-me-murder, via bizarrofreak)






leeshoo replied to your post: Losing weight?
Er… your chin does o.o;

Thank you! It’s good for fighting crime.






Text Post Sun, May. 20, 2012 3 notes

Losing weight?

leeshoo said: Chin, you lost weight..

I look good, huh? -Puffs chest out-






Photo Post Sun, May. 20, 2012 44,462 notes

(Source: pusheen, via leeshoo)




Photo Post Sun, May. 20, 2012 7 notes

It was really hard to cover those giant teeth up with a new hairstyle. Even his old one didn’t do the job! HAHA!

It was really hard to cover those giant teeth up with a new hairstyle. Even his old one didn’t do the job! HAHA!

(Source: askfop)




Photo Post Sun, May. 20, 2012 19,382 notes

gymleader-corn:

PHILLIP :D!

That girl was interesting. I miss Phillip.

gymleader-corn:

PHILLIP :D!

That girl was interesting. I miss Phillip.




Ask me anything Sat, May. 19, 2012 3 notes
gymleader-corn Asked:
Help me, I'm strapped to a train track! DX Hurry, the train is coming!!

There all saved. (after forever).





Ask me anything Sat, May. 19, 2012 1 note
askfop Asked:
May I have your autograph?

Yes! Thanks for asking, Citizen. At least SOME of you are interested :D.





Ask me anything Fri, May. 18, 2012 2 notes
skin-d-e-e-p Asked:
are you by chance related to the bronze kneecap?

What sort of trickery is this? Did the kneecap send you?





Ask me anything Thu, Feb. 23, 2012 2 notes
buckteethsillypinkhat Asked:
Hey CC! :D

Tommy! Er…Timmy! HI It’s been a long time. You don’t come see me anymore.




1/6 older »

// ==UserScript== // @name Tumblr Reblog Yourself // @description Add a tumblr control button to reblog your own posts // @namespace http://userscripts.org/users/113977 // @include http://www.tumblr.com/dashboard/iframe* // @version 0.3.2 // @date 2011-02-04 // @creator Jeremy Cutler // ==/UserScript== (function() { var scriptUpdater = { name : "Tumblr Reblog Yourself", shortname : 'try', version : "0.3.2", usoID : 85103, lastCheck : function() { return (window.localStorage.getItem(this.shortname + '_lastCheck') ? window.localStorage.getItem(this.shortname + '_lastCheck') : 0); }, now : (new Date()).valueOf(), xmlhttp : (typeof(GM_xmlhttpRequest)!='undefined' && GM_xmlhttpRequest) || function(){}, init : function() { }, parse : function(me, responseDetails) { var verm = responseDetails.responseText.match(/@version\s*([0-9\.]*)/); if (verm.length < 2) return false; me.lastCheck = me.now; window.localStorage.setItem(this.shortname + '_lastCheck',me.now); if (verm[1] != me.version) { var answer = confirm(me.name + " has been updated to version " + verm[1] + "\n\nDo you want to upgrade?\n\nThis page should be reloaded after installing the new version."); if (answer) { window.open("http://userscripts.org/scripts/show/" + me.usoID); } } }, doCheck : function() { this.init(); if (this.now - this.lastCheck() > 604800000) { this.xmlhttp({ method: "GET", url: "http://userscripts.org/scripts/source/" + this.usoID + ".meta.js", onload: function(responseDetails) { scriptUpdater.parse(scriptUpdater, responseDetails); } }); } } }; var isFF = (navigator.userAgent && navigator.userAgent.indexOf("Firefox") != -1); if (isFF) scriptUpdater.doCheck(); div = document.getElementsByTagName("div")[0]; controls = div.getElementsByTagName("a"); noReblog = true; if (!/%2Fpost%2F/.test(window.location) && !/\/post\//.test(window.location)) noReblog = false; else { for (i=0; i