Skip to content

Instantly share code, notes, and snippets.

View earlcochran's full-sized avatar

Earl Cochran earlcochran

  • New Orleans, LA
View GitHub Profile
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);