NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Reload the iframes of the supergenerator which stacks up to 5 iframes. Currently mynoise.net limits loops download to 1 per minute.
Make sure to not load any other mynoise loops while loading a stack since the script is pretty dumb.
Rewrite with this logic:
list = iframes list
iframesNum = list.length
while iframesNum > 0 do
get first non null element in iframes list
when iframe loaded do
get iframe html
if text of tag "message" does not match "Now Playing || Loading"
reload iframe
sleep 1 minute
else
unset iframe index from list
iframesNum = iframesNum - 1
Rating: 0