Greasy Fork is available in English.

Quizlet micromatch bot

Win micromatch in < 100 seconds!

< Feedback on Quizlet micromatch bot

Review: Good - script works

§
Posted: 03.03.2018.

Child.nodes?

what does that do?

Danielv123Author
§
Posted: 03.03.2018.

Child nodes are the children of an HTML DOM node. So for example

<div>
<p></p>
<h1></h1>
</div>

In this example, the childnodes of

will be an array with 2 elements.

Post reply

Sign in to post a reply.