Snag HITs. mturk.
< Feedback on HIT Scraper WITH EXPORT
I added a video. New (dev) scraper is on the left, old scraper is on the right.
https://vid.me/FNE4
Ugh, yes. I love this version but the constant jumping up and down is super annoying.
Go to line 1090 of the code and you should see this:
Interface.Status.append(`<br />Scraping again in ${this.cooldown} seconds`);
Remove the "<br />" and it will all appear on one line
Thank you.
This has now been fixed in the current version (4.0.032).
problem
The results jump up and down with each scrape. The old scraper had the "processing page.." text on one line. The new scraper uses 2 lines and then 1 line. This causes results to jump up and down. Very confusing . Anyone else experience this?