Skip to content

Instantly share code, notes, and snippets.

View jdb8's full-sized avatar
™️
hello world

Joe Bateson jdb8

™️
hello world
View GitHub Profile
@jdb8
jdb8 / waitForKeyElements.js
Created November 21, 2017 20:36 — 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
);