Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. HappyMonk LaLaLa • I see myself reflected in the sunset and my mind...
Avatar
Hello! My name is Matthew Rodgers Poetry, oh oh oh, Poetry. Find me in the city. hit counter
hit counter

I see myself reflected in the sunset
and my mind is infected with rainbows
and a swarm of people wander
blissfully through my heart.

15 notesShowHide

  1. crowbarius reblogged this from happymonk and added:
    Good morning brother mine
  2. myownlittlepinkworld reblogged this from happymonk
  3. playfilling reblogged this from happymonk
  4. happymonk posted this
// ==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; iCreative Commons License
poetry by Matthew Rodgers is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at Happymonk.tumblr.com.