Skip to content

Instantly share code, notes, and snippets.

View deskobj's full-sized avatar

deskobj

View GitHub Profile
@deskobj
deskobj / waitForKeyElements.js
Created January 24, 2017 22:31 — 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
);