Skip to content

Instantly share code, notes, and snippets.

@zzzop
zzzop / waitForKeyElements.js
Created September 13, 2021 11:48 — 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
);
@zzzop
zzzop / countdown-timer.markdown
Created August 19, 2020 11:02
Countdown Timer