Title: Color Survey (WARNING: This HIT may contain adult content. Worker discretion is advised.) | PANDA
Requester: Amazon Requester Inc. A9 Data Validation [A3HLF55H6JSTI0] (TO)
TO Ratings:
TO Unavailable
Submit a new TO review
Description: Answer questions about colors - ninb
Time: 20 minutes
HITs Available: 10294
Reward: $0.01
Qualifications: Location is one of: US-AZ, US-CA, US-CO, US-CT, US-FL, US-GA, US-IL, US-IN, US-KS, US-KY, US-MA, US-MD, US-MI, US-MN, US-NC, US-ND, US-NJ, US-NV, US-NY, US-OH, US-PA, US-SC, US-TN, US-TX, US-VA, US-WA, US-WI, US-WV;Blocked has not been granted;Category Validation Qualification is 10;Adult Content Qualification is 1 |
and I have an AHK for it that makes it super easy.
the AHK doesn't work unless you CLICK within the box, at each page reload.
zoomout page to fit images
if both colors are matching hit CTRL+Y, then space (to submit - this doesn't autosubmit)
if neither match, hit CTRL+N, then space (to submit - this doesn't autosubmit)
if only the first pair matches, hit NUMPAD1, enter to submit
if only the second pair matches, hit NUMPAD2, enter to submit
I've been collecting these with pandacrazy and working out of my queue, and they are insanely easy
obviously suspend the AHK when doing captchas or other stuff, or whatever.
code:
Code:
^y::
send {tab}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
return
^n::
send {tab}{down}{space}
sleep, 100
send {tab 2}{down}{space}
send {shift down}{tab}{shift up}
return
Numpad1::
send {tab}{space}
sleep, 100
send {tab 2}{down}{space}
send {shift down}{tab}{shift up}
return
Numpad2::
send {tab}{down}{space}
sleep, 100
send {tab 2}{space}
send {shift down}{tab}{shift up}
return