01/22 - Skating Through Sunday!

Status
Not open for further replies.

TSolo315

SnapNCrackle
Administrator
Joined
Jan 12, 2016
Messages
5,000
Reaction score
16,975
Points
2,538
Gender
Male
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.
 
Last edited:
  • Like
Reactions: catnapped

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
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.
Code:
// ==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 ()
}}
 
Last edited:

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
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.
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
SarahAshlee90 @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.
 
  • Like
Reactions: SarahAshlee90

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
No worries, at least you are putting forth the effort to make your own scripts.
Kadauchi you are so fucking cute, I weren't like strictly 90% girls only it would be fucking on!!
 
  • Like
Reactions: T. Leela

TissueHime

Thread Maker Extraordinaire
Threaderator
Joined
Jan 12, 2016
Messages
5,526
Reaction score
7,576
Points
813
Age
34
Location
Seattle
Gender
Male
1 hour left for dibs!
if you do call it, please tag me or else I might miss it
 
Status
Not open for further replies.