06/02 - Tisane Thursday!

Status
Not open for further replies.

mordea

Master of a Couple Things
Contributor
Joined
Jan 22, 2016
Messages
821
Reaction score
2,592
Points
568
Location
Ohio
Gender
Male
No tworking for me
Try this

Code:
// ==UserScript==
// @name         research project discrimination
// @author       mordea
// @include      https://s3.amazonaws.com/mturk_bulk/*
// @require      http://code.jquery.com/jquery-2.1.0.min.js
// @grant        GM_log
// ==/UserScript==

$('input[type=radio]').on('change', function() {
    $(this).closest("Form").submit();
});
 
Last edited:

ShereKahn

Active Member
Contributor
Joined
Jan 15, 2016
Messages
822
Reaction score
1,225
Points
418
Age
31
Try this; I left out jquery

Code:
// ==UserScript==
// @name         Research Project discrimination
// @version      0
// @author       mordea
// @include      https://s3.amazonaws.com/mturk_bulk/*
// @require      http://code.jquery.com/jquery-2.1.0.min.js
// ==/UserScript==

$('input[type=radio]').on('change', function() {
     $(this).closest("Form").submit();
});

thanks. I didn't getthe script running until Right when they ded lmao. Hopefully they come back so I'll be able to use it.
 
  • Like
Reactions: mordea

mordea

Master of a Couple Things
Contributor
Joined
Jan 22, 2016
Messages
821
Reaction score
2,592
Points
568
Location
Ohio
Gender
Male
thanks. I didn't getthe script running until Right when they ded lmao. Hopefully they come back so I'll be able to use it.
Make sure to turn it off until then!
 
  • Like
Reactions: ShereKahn

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,618
Reaction score
123,839
Points
1,414
Age
123
Gender
Female
Yep. it says I'm doomed forever.
Okay, so look at the number that it tells you. Let's say the number is 200 hits to put you under 99 or 98, do 200 hits for whoever and then move on to the next requester.
 
  • Like
Reactions: Kessikitty

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Hit my Daily and weekly goal.

Today's Projected Earnings: $50.02 + Bonuses: $0.20 = $50.22
Log in or register now. to view Spoiler content!
 
Status
Not open for further replies.