Skip to content

Instantly share code, notes, and snippets.

View luoling8192's full-sized avatar
:octocat:
Focusing

RainbowBird luoling8192

:octocat:
Focusing
View GitHub Profile
@luoling8192
luoling8192 / waitForKeyElements.js
Created November 30, 2025 16:23 — 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
);