Skip to content

Instantly share code, notes, and snippets.

View ligustah's full-sized avatar

André Bierlein ligustah

View GitHub Profile
@ligustah
ligustah / waitForKeyElements.js
Created April 12, 2021 15:56 — forked from BrockA/waitForKeyElements.js
A utility function, for Greasemonkey scripts, that detects and handles AJAXed content.
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);