Skip to content

Instantly share code, notes, and snippets.

View EnterTheNameHere's full-sized avatar

EnterTheNameHere Bohemian EnterTheNameHere

  • Czech Republic
View GitHub Profile
@EnterTheNameHere
EnterTheNameHere / waitForKeyElements.js
Last active July 24, 2017 21:16 — 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
);