- Joined
- Apr 11, 2016
- Messages
- 4,424
- Reaction score
- 8,154
- Points
- 888
Yes. Sorry, I should have been clear that it was indeed the $5.19 one that was so horrible...
So horribly horrible...
Yes. Sorry, I should have been clear that it was indeed the $5.19 one that was so horrible...
So horribly horrible...
That's me after zoltarsYes. Sorry, I should have been clear that it was indeed the $5.19 one that was so horrible...
So horribly horrible...
Title: Categorization of Amazon Product Reviews for recognizing Unsafe Food Products | PANDA Requester: Adyasha [A2IMOF0UZDBA9A] (TO) TO Ratings: TO Unavailable Submit a new TO review Description: Decide if an Amazon user review indicates that the concerned food product is unsafe for consumption. Potential reasons include sickness upon consumption, erroneous ingredients/nutrition information, foreign particles, rotten contents etc. Time: 2 weeks HITs Available: 2773 Reward: $0.06 Qualifications: HIT approval rate (%) is greater than 90;Location is US |
Title: Categorization of Amazon Product Reviews for recognizing Unsafe Food Products | PANDA
Requester: Adyasha [A2IMOF0UZDBA9A] (TO)
TO Ratings:
TO Unavailable
Submit a new TO review
Description: Decide if an Amazon user review indicates that the concerned food product is unsafe for consumption. Potential reasons include sickness upon consumption, erroneous ingredients/nutrition information, foreign particles, rotten contents etc.
Time: 2 weeks
HITs Available: 2773
Reward: $0.06
Qualifications: HIT approval rate (%) is greater than 90;Location is US
These are good.
// ==UserScript==
// @name Adyasha
// @namespace SarahAshlee90
// @description 1 4 hotkeys autosubmit
// @author SarahAshlee90
// @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @version 1.012345
// @grant GM_log
// @require https://code.jquery.com/jquery-3.1.1.min.js
// @hitname Categorization of Amazon Product Reviews for recognizing Unsafe Food Products
// @hitsave https://www.mturkcontent.com/dynamic/hit?assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE&hitId=3P458N04Q1NAFKFIDJ4O1AE33G52XK
// ==/UserScript==
var autosub = false;
function autosubmit (){
if (autosub === true){
$("#submitButton").click();
}
}
window.onkeydown = function (event) {
if(event.which == 97){
$('input[value="category 1"]').click();
autosubmit ()
}
if(event.which == 98){
$('input[value="category 2"]').click();
autosubmit ()
}
if(event.which == 99){
$('input[value="category 3"]').click();
autosubmit ()
}
if(event.which === 100){
$('input[value="category 4"]').click();
autosubmit ()
}}
Mturk Radio Keybinds also works for these btw.Code:// ==UserScript== // @name Adyasha // @namespace SarahAshlee90 // @description 1 4 hotkeys autosubmit // @author jim718181 // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/ // @version 1.012345 // @grant GM_log // @require https://code.jquery.com/jquery-3.1.1.min.js // @hitname Categorization of Amazon Product Reviews for recognizing Unsafe Food Products // @hitsave https://www.mturkcontent.com/dynamic/hit?assignmentId=ASSIGNMENT_ID_NOT_AVAILABLE&hitId=3P458N04Q1NAFKFIDJ4O1AE33G52XK // ==/UserScript== window.onkeydown = function (event) { if(event.which == 97){ $('input[value="category 1"]').click(); ('#submitbutton').click(); } if(event.which == 98){ $('input[value="category 2"]').click(); ('#submitbutton').click(); } if(event.which == 99){ $('input[value="category 3"]').click(); ('#submitbutton').click(); } if(event.which === 100){ $('input[value="category 4"]').click(); ('#submitbutton').click(); }}
Mturk Radio Keybinds also works for these btw.
Sarah really needs to not drink before she scripts, sorry @Kadauchi@SarahAshlee90 also 2 things. You can't have the auto submit in there like that, needs to be commented out or controlled with a toggle defaulted to false (forum rule), and you are missing the $ on your submit button clicks.
No worries, at least you are putting forth the effort to make your own scripts.Sarah really needs to not drink before she scripts, sorry @Kadauchi
Kadauchi you are so fucking cute, I weren't like strictly 90% girls only it would be fucking on!!No worries, at least you are putting forth the effort to make your own scripts.
Soon as this batch is dead I amPE $5.54
are we done yet
I think this is the most appropriate smilie.Kadauchi you are so fucking cute, I weren't like strictly 90% girls only it would be fucking on!!
would have been a better choice for this evenings festivitiesI think this is the most appropriate smilie.
Then it is.would have been a better choice for this evenings festivities
Your results have been submitted to Adyasha and will be approved or rejected shortly.What is "throttled"?