Skip to content

Instantly share code, notes, and snippets.

@kmaglione
Created October 1, 2011 17:36
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 kmaglione/1256389 to your computer and use it in GitHub Desktop.
Save kmaglione/1256389 to your computer and use it in GitHub Desktop.
myExtension.$("[style='cursor:pointer;']", wnd.document).each(function(i) {
ez(/"(.+?)"/.exec(myExtension.$(this).attr("onclick"))[1], i++);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment