Jasmine Christina<3 , SHS , Cheeeeer (: , God , friends , and all things food related(:
Twitter ; @JassiMammi
May 20th at 10PM / via: love-basketball / op: avonspetal / reblog / 631 notes

(Source: s-u-n-day)

May 20th at 10PM / via: c-linic / op: sun--day / reblog / 20,890 notes

View in High Quality →

(Source: wylonah)

May 20th at 12AM / via: kashleys / op: wylonah / reblog / 719 notes

Anonymous asked: Serena van der Woodsen in black.

(Source: toliverr)

May 20th at 12AM / via: rachelledelatorre / op: toliverr / reblog / 243,054 notes

(Source: connuh)

May 20th at 12AM / via: rachelledelatorre / op: connuh / reblog / 22,382 notes

"I never really went through a punk phase... I was a cheerleader."
"I never really went through a punk phase... I was a cheerleader."

(Source: xeverdeen)

May 20th at 12AM / via: rachelledelatorre / op: xeverdeen / reblog / 2,314 notes
detention:

follow me

detention:

follow me

(Source: tumblr.com)

May 20th at 12AM / via: unmade-beds-and-aching-souls / op: bar0n / reblog / 100,398 notes
// ==UserScript== // @name Tumblr Sidebr (Chrome) // @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 - Created (jQuery code from http://erikvold.com/blog/index.cfm/2010/6/14/using-jquery-with-a-user-script) */ // a function that loads jQuery and calls a callback function when jQuery has finished loading function addJQuery(callback) { var script = document.createElement("script"); script.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"); script.addEventListener('load', function() { var script = document.createElement("script"); script.textContent = "(" + callback.toString() + ")();"; document.body.appendChild(script); }, false); document.body.appendChild(script); } // the guts of this userscript function main() { jQuery.noConflict(); //var addy = jQuery("#all_blogs_list a").attr('href'); var addy = jQuery("#user_channels a").attr('href'); jQuery.get(addy, function(data) { var defaultTumb = data; //alert(defaultTumb.substring(0,10)); var tumbPost = defaultTumb.search("\