Skip to content

Instantly share code, notes, and snippets.

@to
Created December 3, 2008 06:23
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 to/31440 to your computer and use it in GitHub Desktop.
Save to/31440 to your computer and use it in GitHub Desktop.
var RE = /zshare/;
_jsaCScript.setClipBoardString(
Array.filter(document.links, function(l){
return RE.test(l.href)
}).join('\n')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment