Skip to content

Instantly share code, notes, and snippets.

@michaelrose
Created October 29, 2008 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelrose/20758 to your computer and use it in GitHub Desktop.
Save michaelrose/20758 to your computer and use it in GitHub Desktop.
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');",
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment