Skip to content

Instantly share code, notes, and snippets.

@coxtor
coxtor / waitForKeyElements.js
Created June 13, 2022 09:03 — 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
);