Skip to content

Instantly share code, notes, and snippets.

View linkimfly's full-sized avatar
🤒
Out sick

linkimfly

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