Skip to content

Instantly share code, notes, and snippets.

@indolering
Created January 17, 2009 19:46
Show Gist options
  • Save indolering/48430 to your computer and use it in GitHub Desktop.
Save indolering/48430 to your computer and use it in GitHub Desktop.
CmdUtils.makeBookmarkletCommand({
name: "BugMeNot",
url:"javascript:(function(){w=open(('http://www.bugmenot.com/view/'+escape(location)),'w','location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=500,height=400,modal=yes,dependent=yes');if(w){setTimeout('w.focus()',1000)}else{location='http://www.bugmenot.com/view/'+escape(location)}})();"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment