06/17 - Macadamia Monday!

Who do you like more?


  • Total voters
    88
Status
Not open for further replies.

cassius

Well-Known Member
Joined
Jan 14, 2016
Messages
9,169
Reaction score
19,232
Points
938
I got started a bit late
I burned my pants already
got my foot stuck in a mayo jar
woke up in the wrong bed and house
now I'm trying to find enough change in my underwear drawer to go and get an ice cream cone from Mr. Happy Cone ice cream truck

so, how you doin'?
some requester is going to want a pic of all of that.:D
 
  • Haha
  • Like
Reactions: GTR and Kennedy

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
Two or three people out of how many? How do I know for sure people even lost their accounts? Couldn't that be bogus posts made to intentionally dissuade others from following through with getting the script? Basic scare tactics? Could be, right?
For the love of god.
Ave linked the forum with the deets, ask there.

You Mentors are saints.
 

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,567
Reaction score
104,533
Points
2,088
Location
Las Vegas
Gender
Female
I'm still looking for a script that'll accept and return 3800 HITs for me so I don't have to work that day.
Code:
// ==UserScript==
// @name         Auto HIT Cap
// @namespace    https://www.mturkcrowd.com/members/aveline.7/
// @version      1.0
// @description  Probably does nothing.
// @author       aveline
// @icon         https://i.imgur.com/jsju8Wy.png
// @include      */worker.mturk.com/projects/*
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// @grant        none
// ==/UserScript==

const returnHIT = document.getElementsByClassName("btn btn-secondary")[0];
const acceptHIT = document.getElementsByClassName("btn btn-primary")[0];

window.addEventListener("message", function(e){
   if (e.data == "ReturnHIT"){
        returnHIT.click();
    } else if (e.data == "AcceptHIT"){
        acceptHIT.click();
    }
});

var page = document.getElementsByTagName("body")[0];

    if (page.innerHTML.indexOf('Time Elapsed') != -1) {
        setTimeout(function(){
            window.top.postMessage("ReturnHIT",'*');
            window.stop()
         },500);
    } else {
        setTimeout(function(){
            window.top.postMessage("AcceptHIT",'*');
            window.stop()
         },500);
    }
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
PLEASE TRY AND COMPLETE THE SURVEY
AS PRIVATELY AS POSSIBLE.​

*looks around*
pretty much alone
except LucyO @LucyO lookin' at me thru the bushes
 

mboone73

The Last Hit Poster
Contributor
Crowd Pleaser
HIT Poster
Half-Ass
Joined
May 9, 2017
Messages
20,565
Reaction score
54,719
Points
1,738
Location
Houston, TX
Gender
Male
Two or three people out of how many? How do I know for sure people even lost their accounts? Couldn't that be bogus posts made to intentionally dissuade others from following through with getting the script? Basic scare tactics? Could be, right?
No one here can give it to you (heh). Anyway turkerview is the only place you can get it. You can go there and be put on the waiting list or whatever. No one here was trying to keep information from you.
 

I Ching

Member
Joined
May 25, 2019
Messages
136
Reaction score
173
Points
243
Gender
Male
Dude, no one is helping you because you come in here screaming and yelling like a child about something you want and when you get an answer you don't like, you just ignore it.
Oh I wasn't screaming and yelling lol Just asking around!
 

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
No one here can give it to you (heh). Anyway turkerview is the only place you can get it. You can go there and be put on the waiting list or whatever. No one here was trying to keep information from you.
Everyone's already said that... not a good enough answer.
Get creative and try again :p
 
  • Like
Reactions: mboone73

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
53,055
Reaction score
163,731
Points
3,238
Age
37
Gender
Male
Code:
// ==UserScript==
// @name         Auto HIT Cap
// @namespace    https://www.mturkcrowd.com/members/aveline.7/
// @version      1.0
// @description  Probably does nothing.
// @author       aveline
// @icon         https://i.imgur.com/jsju8Wy.png
// @include      */worker.mturk.com/projects/*
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// @grant        none
// ==/UserScript==

const returnHIT = document.getElementsByClassName("btn btn-secondary")[0];
const acceptHIT = document.getElementsByClassName("btn btn-primary")[0];

window.addEventListener("message", function(e){
   if (e.data == "ReturnHIT"){
        returnHIT.click();
    } else if (e.data == "AcceptHIT"){
        acceptHIT.click();
    }
});

var page = document.getElementsByTagName("body")[0];

    if (page.innerHTML.indexOf('Time Elapsed') != -1) {
        setTimeout(function(){
            window.top.postMessage("ReturnHIT",'*');
            window.stop()
         },500);
    } else {
        setTimeout(function(){
            window.top.postMessage("AcceptHIT",'*');
            window.stop()
         },500);
    }
You didn't have to make this did you?
You already had it, right? :bode:
 

turkleton

Muddarator
Joined
Jan 12, 2016
Messages
17,317
Reaction score
30,592
Points
1,814
Gender
Male
What's the going rate for slipping on peepee at Walmart these days?
 
  • Like
Reactions: KittyTacos

I Ching

Member
Joined
May 25, 2019
Messages
136
Reaction score
173
Points
243
Gender
Male
No one here can give it to you (heh). Anyway turkerview is the only place you can get it. You can go there and be put on the waiting list or whatever. No one here was trying to keep information from you.
I'll have to give them a visit over at Turkerview. Thanks everyone for helping.
 
Status
Not open for further replies.