Skip to content

Instantly share code, notes, and snippets.

View pneff's full-sized avatar

Patrice Neff pneff

View GitHub Profile
@pneff
pneff / tumblr-gist.js
Created July 10, 2012 13:40 — forked from slezica/tumblr-gist.js
tumblr gist embedder
var real_docwrite = document.write,
body = $('body');
(function insertGists(tags) {
var $tag;
if (tags.length > 0) {
tag = tags.shift();
$tag = $(tag);
document.write = function(stylesheet) {
$('head').append(stylesheet);