Now I added commas to Submitted, Approved, Rejected, Pending under the Your HIT Status section.
I got bored with waiting for Mozilla to approve the ext, so I added commas to the HIT totals for the upcoming chrome update. [IMG]
Np. Way back when, that link would actually update to the latest jQuery version. It was intended for developer use only, but people were putting...
Also, that uses jq 1.11.1 which is super old and quite a few things have been deprecated since then.
Bookmarklet would also work. javascript:document.head.insertAdjacentHTML(`beforeend`, `<script...
No problem.
[IMG] You are using the wrong selector for the contains (which is why you need to read up on DOM selection and not just copy from others code)....
Counts as an expire. edit: expire = abandon
For those who want to use jquery in the console. you can enter this, then your jquery shit afterwards....
Are you logging into worker.mturk.com ?
And to test this stuff, you can put it into the console and hit enter, you don't have to put it in the tamper script and then reload the page. [IMG]
or for (let element of document.querySelectorAll(`[type="radio"][value="4"]`)) element.checked = true; since there is some differences between...
If you're looking to select down the middle for all of them, then this is what you want. for (let element of...
Do you mean focus or click?
The issue is that it runs through only 1 panda per cycle. So this is like have a 23s reload for each panda.
Yes, that would be next.
Familiarize yourself with DOM selection. Would focus the 4th radio. document.querySelectorAll(`[type="radio"]`)[3].focus(); Find all of the...
:emoji_wave: @ChrisTurk
??
Also, for HITs that run on that url, I like to use the regex below because sometimes those HITs will show up on s3.amazonaws too. // @include...
Separate names with a comma.