Public Gists by mskadu

Gravatar
Sun Nov 30 05:13:39 -0800 2008
1
2
3
CmdUtils.makeBookmarkletCommand({
  name: "TwitSnip",
  url:"javascript:void(open('http://twitter.grader.com/twitsnipsave.php?Title='+escape(document.title)+'&Text='+escape(document.selection?document.selection.createRange().text:(window.getSelection?window.getSelection():(document.getSelection?document.getSelection:'')))+'&Referrer='+escape(document.referrer)+'&URL='+escape(location.href),'TwitSnip%20from%20Twitter.Grader.com','scrollbars=no,width=550,height=350,top=175,left=75,status=yes,resizable=yes'))"
Gravatar
Mon Nov 24 02:32:15 -0800 2008
1
2
3
CmdUtils.makeSearchCommand({
 name: "visuwords",
 url: "http://www.visuwords.com/?word={QUERY}",
gist: 23943 Converts Long file/pathname...
Gravatar
Tue Nov 11 11:30:40 -0800 2008
1
2
3
'-----------------------------------------------------------------------------------
' Donated to open source - feel free to use, copy, modify, etc
'-----------------------------------------------------------------------------------
Gravatar
Fri Sep 26 07:51:03 -0700 2008
1
2
3
function copy_to_clipboard(thing) {
// FROM: http://developer.mozilla.org/en/Using_the_Clipboard