Skip to content

Instantly share code, notes, and snippets.

View tariqul-islam's full-sized avatar
💭
I may be slow to respond.

Mohammad Tariqul Islam tariqul-islam

💭
I may be slow to respond.
View GitHub Profile
@BrockA
BrockA / waitForKeyElements.js
Created May 7, 2012 04:21
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
);