Skip to content

Instantly share code, notes, and snippets.

View JitishxD's full-sized avatar
🎯
Focusing

Jitesh Goyal JitishxD

🎯
Focusing
  • 06:15 (UTC +05:30)
View GitHub Profile
@JitishxD
JitishxD / waitForKeyElements.js
Created November 2, 2025 06:58 — 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
);