Click Here! lol fuck you

ARCHIVE · RANDOM · ASK

I'm lucy, i'm alright, girls are my thing and tracey emin is my type of person.

hi my face

facebook

twitter

Photobucket




Tuesday May 14th - 5:03am

liquorinthefront:

Harmony Boucher

Via: bbyghosts Source: nosoylesbiana

811 notes

Tuesday May 14th - 5:03am

OK GONNA go back to uni and order the whole the l word 1-6 seasonsssss finally :)

2 notes

Tuesday May 14th - 5:03am

2,428 notes

Tuesday May 14th - 5:02am

694 notes

Tuesday May 14th - 4:56am

83,722 notes

Tuesday May 14th - 4:09am

Books are the perfect entertainment: no commercials, no batteries, hours of enjoyment for each dollar spent. What I wonder is why everybody doesn’t carry a book around for those inevitable dead spots in life.

-Stephen King

Via: marshmallowspaceship Source: imprecise

115,440 notes

Tuesday May 14th - 3:49am

102 notes

Tuesday May 14th - 3:47am

0ceanatic:

Need

0ceanatic:

Need

52,191 notes

Tuesday May 14th - 3:46am

270 notes

Tuesday May 14th - 3:45am

vexose:

want the shirt rlly bad

vexose:

want the shirt rlly bad

4,238 notes

Tuesday May 14th - 3:07am

18,574 notes

Tuesday May 14th - 3:06am

2,335 notes

Tuesday May 14th - 3:02am

feeling like gold 

feeling like gold 

2 notes tags: lucy

Tuesday May 14th - 12:55am

82,133 notes

Tuesday May 14th - 12:54am

1,432 notes


powered by tumblr themed by weconfideinwolves
// ==UserScript== // @name Tumblr Sidebr (Firefox) // @namespace http://zetx.tumblr.com/ // @description Restores your default tumblelog's sidebar to the dashboard. // @include http://*.tumblr.com/dashboard* // @include http://*.tumblr.com/tagged* // ==/UserScript== /* (C) 2011 Caleb Leung Use this freely under the GNU GPL, http://www.gnu.org/licenses/gpl.html History ------- 2011-06-08 - Added an @include for /tagged; honestly don't know what pages were/should show the sidebar 2011-06-08 - Updated so jQuery will play nicer with pre-existing js libraries 2011-06-08 - The ID I was using didn't exist if you didn't have multiple tumblelogs 2011-06-08 - Created (jQuery code from http://joanpiedra.com/jquery/greasemonkey/) */ var jQuery; // Add jQuery (function(){ if (typeof unsafeWindow.jQuery == 'undefined') { var GM_Head = document.getElementsByTagName('head')[0] || document.documentElement, GM_JQ = document.createElement('script'); GM_JQ.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'; GM_JQ.type = 'text/javascript'; GM_JQ.async = true; GM_Head.insertBefore(GM_JQ, GM_Head.firstChild); } GM_wait(); })(); // Check if jQuery's loaded function GM_wait() { if (typeof unsafeWindow.jQuery == 'undefined') { window.setTimeout(GM_wait, 100); } else { jQuery = unsafeWindow.jQuery.noConflict(true); readyUp(); } } // All your GM code must be inside this function function readyUp() { jQuery.noConflict(); //var addy = jQuery("#all_blogs_list a").attr('href'); var addy = jQuery("#user_channels a").attr('href'); GM_xmlhttpRequest({ method: 'GET', url: 'http://www.tumblr.com' + addy, headers: { 'User-agent': 'Mozilla/4.0 (compatible) Greasemonkey', }, onload: function(responseDetails) { var defaultTumb = responseDetails.responseText; var tumbPost = defaultTumb.search("\