Skip to content

Instantly share code, notes, and snippets.

[
{
"name": "sky",
"color": {
"color1": "blue",
"color2": ""
}
},
{
"name": "sun",
@john-cj
john-cj / test.js
Created December 11, 2019 09:06
test
alert('foo');
@john-cj
john-cj / test2.js
Last active December 11, 2019 09:12
// test fork of https://gist.github.com/BrockA/2625891
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);