Last active
October 14, 2024 01:41
-
-
Save SeanMcGrath/fb4f9e1869a2252738c9398d5ceb5395 to your computer and use it in GitHub Desktop.
JS code to share all items in a poshmark closet to followers and all available events
updated to incorporate @ianmcilwraith 's changes (thanks!) and also stop scrolling down the page once sold items are found.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cycleDelta
is the interval between runs of theshare
function. the value ofcycleDelta
itself is constant.setInterval(x, y)
runs the specified functionx
everyy
milliseconds.