Skip to content

Instantly share code, notes, and snippets.

View xavierroy's full-sized avatar

Xavier Roy xavierroy

View GitHub Profile
@xavierroy
xavierroy / waitForKeyElements.js
Created December 5, 2024 10:01 — forked from scambier/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
);