igorette (owner)

Revisions

gist: 20192 Download_button fork
public
Public Clone URL: git://gist.github.com/20192.git
Embed All Files: show embed
x #
1
2
3
4
5
6
7
8
9
10
CmdUtils.makeBookmarkletCommand({
  name: "friendfeed bookmarklet",
  url: "javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','http://friendfeed.com/share/bookmarklet/javascript');document.body.appendChild(e)})())"
})