07/30 - Toasty Tuesday!

How often do you withdraw to Amazon Payments?


  • Total voters
    91
Status
Not open for further replies.

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,507
Reaction score
104,411
Points
2,088
Location
Las Vegas
Gender
Female
*F5*
*reload frame*
sigh
repeat
JavaScript:
// ==UserScript==
// @name         Are 5s Working?
// @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      https://worker.mturk.com/projects/3HRZ3G9ES0T35RR6GWIYWTRI6EIG9K/*
// @include      https://wml1.crowdcomputingsystems.com/*
// @require      http://code.jquery.com/jquery-3.2.1.min.js
// @grant        none
// ==/UserScript==

const refresh = 60000; // Sets refresh rate in milliseconds

var audio = new Audio('https://static1.grsites.com/archive/sounds/musical/musical002.wav');

window.addEventListener("message", function(e){
    if (e.data == "NotWorking"){
        window.location = "https://worker.mturk.com/projects/3HRZ3G9ES0T35RR6GWIYWTRI6EIG9K/tasks?ref=w_pl_prvw";
    } else if (e.data == "WorkingOrGone"){
        audio.play();
        setTimeout(function(){
            window.location = "https://worker.mturk.com/projects/3HRZ3G9ES0T35RR6GWIYWTRI6EIG9K/tasks?ref=w_pl_prvw";
        },refresh);
    }
});

function windowIsOnCCS() {
    return window.location.href.includes('crowdcomputingsystems');
}

if (windowIsOnCCS()) {

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

    if (page.innerHTML.indexOf('Task is currently not available') != -1) {
        setTimeout(function(){
            window.top.postMessage("NotWorking",'*');
        },refresh);
    } else {
        window.top.postMessage("WorkingOrGone",'*');
    }
}
 

dreamonjaded1

Member
Joined
Oct 11, 2018
Messages
409
Reaction score
671
Points
293
Age
42
Gender
Female
Wow, I just got a soft ban from Computer Vision Turk on 'Verify All Instances of Object Have Boundaries' and I am soooo unhappy and can't figure out what I did wrong. I pay such close attention to those hits. :arghh: They tell you to not even bother them by emailing and now it looks like I am banned from all the CVT Hits. Oh, this is a very dark day indeed! :arghh:
I know how you feel! I take my time on those suckers and try to be very accurate. They like to soft ban me so I try to not let it bother me much.
 
  • Like
Reactions: HelloHello

HelloHello

Well-Known Member
Joined
Mar 3, 2018
Messages
8,734
Reaction score
19,689
Points
938
Gender
Female
I know how you feel! I take my time on those suckers and try to be very accurate. They like to soft ban me so I try to not let it bother me much.
Did they un-ban you? It sure sounded like it was a permanent thing when I read it when it popped up. :arghh: I’ve NEVER had them ban me before! :arghh:
 

dreamonjaded1

Member
Joined
Oct 11, 2018
Messages
409
Reaction score
671
Points
293
Age
42
Gender
Female
Did they un-ban you? It sure sounded like it was a permanent thing when I read it when it popped up. :arghh: I’ve NEVER had them ban me before! :arghh:
Yes they will un-ban you. I was soft banned last week for the tracing thing. They put up a large, new, batch today and it's letting me work on them. They have lifted every ban on me so far. I just hate that I've emailed asking for feedback so I can do it to their expectations but I never hear back from them.
 
  • Like
Reactions: HelloHello

HelloHello

Well-Known Member
Joined
Mar 3, 2018
Messages
8,734
Reaction score
19,689
Points
938
Gender
Female
Yes they will un-ban you. I was soft banned last week for the tracing thing. They put up a large, new, batch today and it's letting me work on them. They have lifted every ban on me so far. I just hate that I've emailed asking for feedback so I can do it to their expectations but I never hear back from them.
Well, the message I got was literally, don’t bother to email us, which was more than a bit rude as well as insulting, not to mention, lacking in instruction as to what was wrong. I guess I’ll just have to wait and see if they un-ban me and then decide if I want to continue to work on their hits. I often forget we workers have the right to ban as well as the requesters.
 
  • Like
Reactions: dreamonjaded1

dreamonjaded1

Member
Joined
Oct 11, 2018
Messages
409
Reaction score
671
Points
293
Age
42
Gender
Female
Well, the message I got was literally, don’t bother to email us, which was more than a bit rude as well as insulting, not to mention, lacking in instruction as to what was wrong. I guess I’ll just have to wait and see if they un-ban me and then decide if I want to continue to work on their hits. I often forget we workers have the right to ban as well as the requesters.
I completely understand. I've seen that message a few times. It's irritating but it will be lifted.
 
  • Like
Reactions: HelloHello

cyberwasp

Pikachu is my spirit animal
Crowd Pleaser
Joined
Nov 8, 2018
Messages
2,141
Reaction score
7,798
Points
963
Age
40
Gender
Male
PE $81.36
I didn't intend to take a long nap in the middle of the day, but i did *shrugs*

Hopefully your wonky Vicky batch decides to work and you can make bank tonight.

 

HelloHello

Well-Known Member
Joined
Mar 3, 2018
Messages
8,734
Reaction score
19,689
Points
938
Gender
Female
The requests from sellers on Amazon to write reviews (many state ' 5-star reviews' are required) on their products which I am to order and then be reimbursed through Paypal continue to arrive. I have no idea how they got my email address. It doesn't take a genius to figure out that it isn't Kosher but after a little research I found out that this is a common scam (lots of unreimbursed folks out there) and even if you write a totally honest review Amazon can close your account for participating. The only reviews that are acceptable by Amazon for products that are provided by a seller are through the Amazon Vine Program where the seller has to enroll, pay Amazon for the privilege of supplying a product for review and then has absolutely no contact with the reviewer.
 
Status
Not open for further replies.