- Joined
- Jan 23, 2016
- Messages
- 19,190
- Reaction score
- 76,218
- Points
- 1,588
- Age
- 38
- Gender
- Male
This doesn't check out, I know you can't keep your mouth shut.
@Kadauchi do you know? is this an onchange event so if I manually click the enter button with the mouse, then it works all the time? also do you know how I can get it to turn in without blanks?is my 5's script okay? or is it going to submit blank results sometimes? I wrote it. I want to use this 1.Code:// ==UserScript== // @name OCMP5 - Which Product Type is the most relevant? (v3.1) // @namespace http://your.homepage/ // @version 0.1 // @description enter something useful // @author turker // @grant none // @require http://code.jquery.com/jquery-latest.min.js // @include * // @exclude http://www.mturkcrowd.com/* // ==/UserScript== if ( $("body:contains('Product Name')").length ) { document.getElementsByClassName("check_list")[0].getElementsByTagName("input")[0].focus(); var howMany = ""; var counter = 0; document.getElementsByTagName("body")[0].onkeydown = function(event) { howMany = document.getElementsByClassName("check_list")[counter].getElementsByTagName("input").length; for (i=0;i<howMany;i++) { if (event.keyCode == i+49) { document.getElementsByClassName("check_list")[counter].getElementsByTagName("input")[i].click(); counter = counter +1; if (counter == 2) { // this submits the 2nd answer as blank sometimes so don't use this part unless it's fixed //document.getElementsByClassName("button cc-button submit-btn btn btn-primary ")[0].click(); } } } }; }
Starting off strong #1 pick.
so um id avoid a script because thats why my qual got revoked. Mine ALWAYS showed a radio button clicked, but they claim that i had blank answers.is my 5's script okay? or is it going to submit blank results sometimes? I wrote it. I want to use this 1.Code:// ==UserScript== // @name OCMP5 - Which Product Type is the most relevant? (v3.1) // @namespace http://your.homepage/ // @version 0.1 // @description enter something useful // @author turker // @grant none // @require http://code.jquery.com/jquery-latest.min.js // @include * // @exclude http://www.mturkcrowd.com/* // ==/UserScript== if ( $("body:contains('Product Name')").length ) { document.getElementsByClassName("check_list")[0].getElementsByTagName("input")[0].focus(); var howMany = ""; var counter = 0; document.getElementsByTagName("body")[0].onkeydown = function(event) { howMany = document.getElementsByClassName("check_list")[counter].getElementsByTagName("input").length; for (i=0;i<howMany;i++) { if (event.keyCode == i+49) { document.getElementsByClassName("check_list")[counter].getElementsByTagName("input")[i].click(); counter = counter +1; if (counter == 2) { // this submits the 2nd answer as blank sometimes so don't use this part unless it's fixed //document.getElementsByClassName("button cc-button submit-btn btn btn-primary ")[0].click(); } } } }; }
Just check if its sending blanks or not.@Kadauchi do you know? is this an onchange event so if I manually click the enter button with the mouse, then it works all the time? also do you know how I can get it to turn in without blanks?
did yours have a onkeydown? or another onchange? can you pm me yours?so um id avoid a script because thats why my qual got revoked. Mine ALWAYS showed a radio button clicked, but they claim that i had blank answers.
But the issue is that its not always visible on our end if its blank or notJust check if its sending blanks or not.
they look like they aren't blank, but people have gotten quals pulledJust check if its sending blanks or not.
But the issue is that its not always visible on our end if its blank or not
Check the network tab and see if the form is sending the data..they look like they aren't blank, but people have gotten quals pulled
They're capped at 30 lol, enjoy the next 2 minutes.Hello night shift! I see all those Jamelios up so I guess I'm gonna be up most of the night working too.
30 capHello night shift! I see all those Jamelios up so I guess I'm gonna be up most of the night working too.
Can only do 30Hello night shift! I see all those Jamelios up so I guess I'm gonna be up most of the night working too.
so im gonna let @turker do that because i have no idea what youre sayingCheck the network tab and see if the form is sending the data..
Yeah, about that...Hello night shift! I see all those Jamelios up so I guess I'm gonna be up most of the night working too.