Reblogged from: marissaleee
Reblogged from: jodeecerdaa
Reblogged from: marissaleee
Reblogged from: marissaleee
Reblogged from: marissaleee
Source: chicgarden
fuckyeahbreakdance:

www.twannm.tumblr.com
Reblogged from: fuckyeahbreakdance
Reblogged from: christineweirdassself
Reblogged from: julianiperez
Source: giveangerous
Reblogged from: aye-sara
Source: waterfl0w
Reblogged from: chinkymonster
// ==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); } Tumblr Blogger SCM Music Player