Skip to content

Instantly share code, notes, and snippets.

View yaleiyale's full-sized avatar
🍉

yaleiyale

🍉
View GitHub Profile
@yaleiyale
yaleiyale / waitForKeyElements.js
Created July 22, 2022 14:46 — 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
);