Skip to content

Instantly share code, notes, and snippets.

hfdf javascript:var%20w=window.open('http://huffduffer.com/add?popup=true&page='+encodeURIComponent(location.href),'huffduff','scrollbars=1,status=0,resizable=1,location=0,toolbar=0,width=360,height=480'); Do the Huffduffer thing
@michaelrose
michaelrose / mu-quix.txt
Created April 24, 2010 21:06
My Quix commands
> Based on (or should I say stolen from?) Merlin Mann's Custom Quix Commands
> TITLE: mu-quix.txt
> REMARKS: Hello, world. Under construction. Dilute! Dilute!
> GITHUB: http://gist.github.com/377943
> MORE: http://quixapp.com
> UPDATED: April 24, 2010 10:07 PM
@Michael Rose's Custom Quix Commands
tm javascript:var%20d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://www.tumblr.com/share',l=d.location,e=encodeURIComponent,p='?v=3&u='+e(l.href) +'&t='+e(d.title) +'&s='+e(s),u=f+p;try{if(!/^(.*\.)?tumblr[^.]*$/.test(l.host))throw(0);tstbklt();}catch(z){a =function(){if(!w.open(u,'t','toolbar=0,resizable=0,status=1,width=450,height=430'))l.href=u;};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();}void(0) add to tumblr
@michaelrose
michaelrose / x
Created October 29, 2008 17:33
This simple script allows you to huff duff any mp3 file simple by invoking Ubiquity and typing 'huff-duff-it'
/*This simple script allows you to huff duff any mp3 file simple by invoking Ubiquity and typing 'huff-duff-it'*/
CmdUtils.makeBookmarkletCommand
({
name: "Huff Duff It",
url: "javascript:var%20w=window.open('http://huffduffer.com/add?popup=true&page='+encodeURIComponent(location.href),'huffduff','scrollbars=1,status=0,resizable=1,location=0,toolbar=0,width=360,height=480');",
})