06/20 - Wish Wednesday!

Status
Not open for further replies.

turkleton

Muddarator
Joined
Jan 12, 2016
Messages
17,317
Reaction score
30,592
Points
1,814
Gender
Male
what should a weekly post be about?

i have one about music. what should the other one be about. im slacking rn

a couple mandatory posts per week would pick things up

i was thinking maybe relationship advice
Sports, food, doggo of the week, etc. All good.
 
  • Like
Reactions: Peachy

klingeemonster

Does this poncho make me look fat?
Contributor
Joined
Apr 5, 2016
Messages
2,974
Reaction score
7,289
Points
838
Age
59
Location
Southwest Missouri
Gender
Male
Title: Is this an opinion article? | Accept
Requester: Peter Burke [A1UZ1H4REEV6MR] Contact
TV: [Hrly=$10.68] [Pay=3.11] [Fast=null] [Comm=null] [Rej=0] [ToS=0] [Blk=0]
TO: [Pay=4.04] [Fast=4.95] [Comm=1.00] [Fair=5.00] [Reviews=29] [ToS=0]
TO2: [Hrly=17.22] [Pen=1.00 days] [Res=null] [Rec=100%] [Rej=1] [ToS=0] [Brk=1]
Reward: 0.08
Duration: 900
Available: 9
Description: -
Qualifications: Total approved HITs GreaterThanOrEqualTo 1; HIT approval rate (%) GreaterThanOrEqualTo 90; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.3.6
[/td][/tr]
[tr][td]
Burke Panda, you will probably have to catch them.[/td][/tr]
Looks like the cap is 20.
 
  • Like
Reactions: Cindi

turkleton

Muddarator
Joined
Jan 12, 2016
Messages
17,317
Reaction score
30,592
Points
1,814
Gender
Male
Peachy @PeachyRider Weekly posts about why the NBA is rigged. Also, weekly posts about your opinions on cricket.
 
  • Like
Reactions: Peachy

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,512
Reaction score
104,418
Points
2,088
Location
Las Vegas
Gender
Female
Has the accept next hit feature been disabled? And why does Amazon hate us?
Yes, it has.

The fix, if anyone needs it and is too lazy to look it up, since MTS now does the opposite of what this does.

Code:
// ==UserScript==
// @name         [MTurk Worker] Auto Accept Checker
// @namespace    https://github.com/Kadauchi
// @version      1.0.1
// @description  Keeps the auto accept next hit checkbox always checked.
// @author       Kadauchi
// @icon         http://i.imgur.com/oGRQwPN.png
// @include      https://worker.mturk.com/projects/*/tasks/*?assignment_id=*
// ==/UserScript==

(function() {
    const checkbox = document.querySelector(`[data-react-class="require('reactComponents/workPipeline/AutoAcceptCheckbox')['default']"]`).getElementsByTagName(`input`)[0];

    if (checkbox.checked === false) {
        checkbox.click();
    }
})();
 
  • Like
Reactions: mboone73
Status
Not open for further replies.