Skip to content

Instantly share code, notes, and snippets.

View MisatoTremor's full-sized avatar

Steffen Roßkamp MisatoTremor

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