View Single Post
Old 02-23-2025, 12:10 PM   #539
Timboli
Sharpest Tool On Shelf
Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.Timboli ought to be getting tired of karma fortunes by now.
 
Timboli's Avatar
 
Posts: 661
Karma: 2587836
Join Date: Feb 2009
Location: Downunda
Device: Kindles, Kobo & Samsung Tablet
Quote:
Originally Posted by Timboli View Post
(7) You probably need to also update the following line in the JS file.
await new Promise(resolve => setTimeout(resolve, 5000));
to at least -
await new Promise(resolve => setTimeout(resolve, 10000));
I have mine set at -
await new Promise(resolve => setTimeout(resolve, 14000));
which was the value in the original version of the script.
I added that to my previous post.
Timboli is offline   Reply With Quote