Skip to content

Instantly share code, notes, and snippets.

@ajorpheus
ajorpheus / waitForKeyElements.js
Created May 17, 2022 08:12 — 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
);