Skip to content

Instantly share code, notes, and snippets.

View kant's full-sized avatar
🎹
🎼🎶

Darío Hereñú kant

🎹
🎼🎶
  • Planet Earth...
  • X @kant
View GitHub Profile
@taizooo
taizooo / Endless_Summer_on_dsbd.user.js
Created November 18, 2008 17:04
Endless Summer on Tumblr Dashboard
// ==UserScript==
// @name Endless Summer on dsbd
// @namespace http://www.tumblr.com/
// @description random next link on tumblr dashboard
// @include http://www.tumblr.com/dashboard/1*
// @include http://www.tumblr.com/show/*/1*
// @require https://raw.github.com/gist/3242
// @require https://raw.github.com/gist/198443
// @require https://raw.github.com/gist/34615
// @version 0.0.4.0.4
@bryanjswift
bryanjswift / albedo.html
Created April 21, 2009 19:07
My modification of the nostalgia theme for Tumblr
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="/rss">
<style type="text/css">
body {
@jdp
jdp / gist:177390
Created August 29, 2009 04:53
My tumblr themes/edits
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{Title}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
<link rel="icon" href="{Favicon}"/>
<!-- custom colours -->
<meta name="color:Regular Entry" content="#5a308d"/>
<meta name="color:Video Entry" content="#bb225a"/>
@sstarr
sstarr / gist:506478
Created August 3, 2010 14:36
Tumblr only allows a maximum width of 500px for embedded YouTube videos. Paste this script into your theme, change contentWidth and the embed code will be updated accordingly.
<!-- Widescreen YouTube Embeds by Matthew Buchanan & Hayden Hunter
http://matthewbuchanan.name/451892574
http://blog.haydenhunter.me
Hacked around by Simon Starr to break out of Tumblr's max width of 500px
http://www.simonstarr.com
Original source here: http://pastie.org/871790
Released under a Creative Commons attribution license:
@saitamanodoruji
saitamanodoruji / tumblr_dashboard_high-re.user.js
Created October 5, 2010 22:58
Tumblr Dashboard High-Res Photos
// ==UserScript==
// @id Tumblr Dashboard High-Res Photos
// @name Tumblr Dashboard High-Res Photos
// @version 0.0.14.9
// @update 2013-06-11
// @namespace http://cxx.tumblr.com/
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show/*
// @include http://www.tumblr.com/likes/*
// @include http://www.tumblr.com/liked/by/*
@joar
joar / a-readme.md
Created November 23, 2010 09:42
Tumblr Audio Download

Tumblr Audio Download

This is a script that can be loaded via e.g. a bookmarklet.

Bookmarklet example

<a href="javascript:var wbgTumblr=document.createElement('script');wbgTumblr.src='https://gist.github.com/raw/711522/wbg-tumblr-audio.js';document.getElementsByTagName('head')[0].appendChild(wbgTumblr);">Tumblr Audio Download</a>

Installation

@adrusi
adrusi / minima.html
Created December 20, 2010 02:05
tumblr theme
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 7]>
<script>
@vim13
vim13 / tumblr.html
Created January 30, 2011 04:15
justplaintheme.tumblr.com
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<!--
Designed by
_|_|_| _|_| _|_|_|_| _|_| _| _|_|
@popthestack
popthestack / solaris-mod.js
Created February 15, 2011 21:19
tumblr solaris theme without hiding youtube videos
// Solaris functions v1.1 by Matthew Buchanan http://matthewbuchanan.name except where noted
// Bind events to zoom controls to switch between link and high-res URLs
// and to open lightbox if there is no enclosing anchor around the image.
$("span.zoomcontrol").live("mouseenter", function() {
$(this).fadeTo("fast",0.75);
}).live("mouseleave", function() {
$(this).fadeTo("fast",0.375);
}).live("click", function(e) {
e.preventDefault();
@nojimage
nojimage / jquery.socialbutton.js
Created March 25, 2011 12:35
jquery.socialbutton.js add tumblr button
/**
* jquery.socialbutton - jQuery plugin for social networking websites
* http://itra.jp/jquery_socialbutton_plugin/
*
* Copyright 2010, Itrans, Inc. http://itra.jp/
*
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* Version: 1.7.3