07/10 - Torta Tuesday!

Status
Not open for further replies.

Bokamo

Well-Known Member
Joined
Jun 16, 2016
Messages
1,240
Reaction score
2,504
Points
513
Age
45
Gender
Female
Code:
// ==UserScript==
// @name         A9 tops -- 3SI493PTTXCN8RR0YUKNNXB87T7ZDP
// @version      1.0
// @description  change the word 'false' on line 11 to 'true' without the quotes for autosubmit
// @author       SarahAshlee90
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

var autosubmit = false;

function autoSub() {
    if (autosubmit === true) {
        $('#submitButton').click();
    } else {
    return
    }
}

window.onkeydown = function (event) {
        if(event.which == 97){
            $('input[value="Crop"]').click();
            autoSub();
        }
        if(event.which == 98){
            $('input[value="Regular"]').click();
            autoSub();
            }
        if(event.which == 99){
            $('input[value="Long"]').click();
            autoSub();
            }
        if(event.which == 100){
            $('input[value="CannotSee"]').click();
            autoSub();
        }
        if(event.which == 101){
            $('input[value="NotTop"]').click();
            autoSub();
        }
        if(event.which == 102){
            $('input[value="NoLoad"]').click();
            autoSub();
        }
}
OK I just copied and pasted all of this into tampermonkey as a new script and it doesn't work. I thought there was something before about WHERE to paste it but I obviously remembered wrong. I appreciate y ou posting this though, I really did search the thread but I got about 8million results, none of which were this olol.
 
  • Like
Reactions: SarahAshlee90

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
34
Gender
Female
OK I just copied and pasted all of this into tampermonkey as a new script and it doesn't work. I thought there was something before about WHERE to paste it but I obviously remembered wrong. I appreciate y ou posting this though, I really did search the thread but I got about 8million results, none of which were this olol.
Make sure the groupid of the hits you are working on matches what I posted as the title. Then make sure the script is running in tampermonkey by clicking on the black thing next to your URL bar.
 

ALinAL

Well-Known Member
Contributor
Joined
Sep 7, 2016
Messages
1,315
Reaction score
4,257
Points
588
Age
56
Gender
Male
Title: Use Experimental System to Review News Statements For 30 Minutes | Accept
Requester: Indie [A2RPDS38KYTTQY] Contact
TV: No Reviews
TO: No Reviews
TO2: No Reviews
Reward: 5.00
Duration: 7200
Available: 1
Description: Only do this task once. We are developing research prototypes to for news statements. You will be asked to read an Information Sheet from our IRB before accepting this task. The task is look at news statements and answer questions about your experience.
Qualifications: HIT approval rate (%) GreaterThan 85; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.3.7
[/td][/tr]
[tr][td]
$[/td][/tr]
 

ALinAL

Well-Known Member
Contributor
Joined
Sep 7, 2016
Messages
1,315
Reaction score
4,257
Points
588
Age
56
Gender
Male
Title: Play 20 Questions! | Accept
Requester: Alexandria [A12DWLY5TD1002] Contact
TV: No Reviews
TO: [Pay=4.28] [Fast=4.60] [Comm=5.00] [Fair=4.70] [Reviews=27] [ToS=0]
TO2: [Hrly=7.87] [Pen=0.44 days] [Res=100%] [Rec=100%] [Rej=0] [ToS=0] [Brk=0]
Reward: 1.50
Duration: 3600
Available: 10
Description: Play a round of 20 Questions with other Turkers. Please only take ONE of these HITs at a time. Feel free to take more of these HITs after you finish the one you're working, thanks!
Qualifications: Total approved HITs GreaterThanOrEqualTo 5000; HIT approval rate (%) GreaterThanOrEqualTo 99; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.3.7
[/td][/tr]
[tr][td]
More 20 Q.[/td][/tr]
 
  • Like
Reactions: Pleco and Kennedy

Kennedy

Well-Known Member
Contributor
Joined
Jun 18, 2018
Messages
5,694
Reaction score
19,139
Points
1,013
Age
46
Gender
Female
agreed. did one but holding off. want to see how long it takes to approve or reject. i'm a bit cautious these days.
I'm right there with you. Test the water at one.
 

Pleco

Friendly Neighborhood Rat
Contributor
Crowd Pleaser
Joined
Jan 23, 2016
Messages
19,190
Reaction score
76,218
Points
1,588
Age
38
Gender
Male
It's stuff like this that keeps me hanging around here for hours after I'm done turking for the day. :)
Hey, if my shitposting makes even one person smile, then that surely makes up for the hundreds upon hundreds of other shitposts I've barfed up on the forum.
 

Autonomadic

New Member
Joined
Sep 30, 2016
Messages
55
Reaction score
55
Points
218
Age
37
Gender
Male
Does anyone have a a9 tops script? Between bellybutton and hips selected?
 
Status
Not open for further replies.