09/22 - Far-fetched Friday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Sep 22, 2017.

Thread Status:
Not open for further replies.
  1. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    It didn't :p
     
    • LOL LOL x 1
  2. NBadger

    NBadger Mod of Cat Gifs

    Messages:
    14,386
    Gender:
    Female
    Ratings:
    +40,289
    That financial survey was the best :eek:
     
    • 5/5 Pay 5/5 Pay x 1
  3. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,373
    Gender:
    Female
    Ratings:
    +76,744
    Title: Short academic survey ($0.60 for 3-5 mins) on disaster preparedness | PANDA
    Requester: Elizabeth Keenan [A2AWX5DYMGDYX2] (Contact)
    TO: [Comm: 5.00] [Pay: 4.09] [Fair: 4.91] [Fast: 4.64] [Reviews: 51] [ToS: 0]
    Description: This HIT involves a short survey about a product. You will be approved immediately after completing the HIT and submitting the completion code. Expected duration: 3-5 mins. Pay: $0.60.
    Time: 60 minutes
    HITs Available: 10
    Reward: $0.60
    Qualifications: Location is one of:; HIT approval rate (%) is not less than 95;
    This HIT was posted through TurkerHub xPort Script v2.1 • Learn MoreInstall Here
    some other southern states
     
    • Nom Nom Nom! Nom Nom Nom! x 7
  4. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994

    Here you go.


    // ==UserScript==
    // @name Preview, Accept and Hoard
    // @author Chet Manley - The good parts
    // @description Adds an Accept and Hoard link to every Hit Capsule.
    // @author Cristo - The bad parts
    // @version 13.0
    // @grant GM_getValue
    // @grant GM_setValue
    // @include https://www.mturk.com/mturk/accept*
    // @include https://www.mturk.com/mturk/findhits*
    // @include https://www.mturk.com/mturk/preview*
    // @include https://www.mturk.com/mturk/searchbar*
    // @include https://www.mturk.com/mturk/sorthits*
    // @include https://www.mturk.com/mturk/sortsearchbar*
    // @include https://www.mturk.com/mturk/viewhits*
    // @include https://www.mturk.com/mturk/viewsearchbar*
    // @namespace https://greasyfork.org/users/1973
    // ==/UserScript==

    var refreshTime = 2; //In seconds


    var previewLinkEls = document.querySelectorAll('span.capsulelink a');
    for (var i = 0; i < previewLinkEls.length; i++) {
    var previewLink = previewLinkEls.getAttribute('href');
    if (previewLink && previewLink.split('?')) {
    var previewLinkArray = previewLink.split('?');
    if (previewLinkArray[0] == '/mturk/preview') {
    var previewAndAcceptLink = previewLinkArray[0] + 'andaccept?' + previewLinkArray[1];
    var previewAndAcceptEl = document.createElement('a');
    previewAndAcceptEl.setAttribute('href', previewAndAcceptLink);
    previewAndAcceptEl.setAttribute('target', 'mturkhits');
    previewAndAcceptEl.setAttribute('style', 'padding-right: 20px;');
    previewAndAcceptEl.innerHTML = 'Accept';
    var parentSpan = previewLinkEls.parentNode;
    parentSpan.insertBefore(previewAndAcceptEl, parentSpan.firstChild);
    var hoardLink = document.createElement("a");
    hoardLink.setAttribute('href', previewAndAcceptLink);
    hoardLink.setAttribute('class', 'newhb');
    hoardLink.setAttribute('style', 'padding-right: 20px;');
    hoardLink.setAttribute('id', 'hLink');
    hoardLink.innerHTML = "Hoard";
    var parentSpan = previewLinkEls.parentNode;
    parentSpan.insertBefore(hoardLink, parentSpan.firstChild);
    }
    }
    }
    function goGoGadget(e){
    e.preventDefault();
    var hPage = this.getAttribute("href");
    pageToDo(hPage);
    }
    function pageToDo(hPage) {
    var fulPage = "https://www.mturk.com" + hPage;
    var groupId = fulPage.split("=")[1];
    GM_setValue("groupcheck", groupId);
    GM_setValue("thePage", fulPage);
    GM_setValue("outthewindow", "true");
    var nwwi = window.open(fulPage,"nwwi");
    }
    var newHB = document.getElementsByClassName("newhb");
    for (var t = 0; t < newHB.length; t++){
    newHB[t].addEventListener( "click", goGoGadget, false);
    }
    if ((GM_getValue("outthewindow") == "true") && (window.location.toString().indexOf(GM_getValue("groupcheck")) != -1)) {
    if (document.getElementsByName("userCaptchaResponse")[0]) {
    console.log("Lowlife and ZSMTurker are awesome");
    } else {
    GM_setValue("outthewindow", "false");
    var t = refreshTime * 1000;
    var load = setTimeout(function () { GM_setValue("outthewindow", "true"); window.location = GM_getValue("thePage"); }, t);
    }
    }
     
    • Today I Learned Today I Learned x 1
  5. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,838
    Gender:
    Female
    Ratings:
    +31,575
    Is there no way to review a requester from your daily status detail page with turkview?
    [​IMG]
     
  6. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    Ah. I never used it. Thought maybe it relied on some sort of magic.
     
    • LOL LOL x 1
  7. ceedj

    ceedj Survey Slinger

    Messages:
    2,867
    Gender:
    Male
    Ratings:
    +6,405
    Not really worth it, especially when I get about $35 hr to play someone else's music. Slightly better if it were the $2.50 posted the other day.
     
    • Today I Learned Today I Learned x 1
  8. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    • LOL LOL x 1
  9. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    I'm gonna work on adding this today.. as soon as I pry myself away from crapposting on the forum.. Help meeeee :emoji_tired_face:
     
    • LOL LOL x 2
    • Like Like x 1
  10. UCOTC

    UCOTC Active Turker

    Messages:
    660
    Gender:
    Male
    Ratings:
    +612
    It's a Mad Mad Mad World ....

    Once upon a time (today) I did a Mad Labs hit:

    Opened: 8:34:02 AM
    Submitted: 8:35:05 AM
    Time: 01:03
    Hourly: $142.32

    If only ...

    God knows how it came up with that.

    Oh wait, I remember. Somehow I got the CC back in the original iframe, so I had to go to HITs Assigned and Continue it again to get to the proper CC box ...

     
  11. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,373
    Gender:
    Female
    Ratings:
    +76,744
    I'm not being too spammy, am I? :-\ I don't want to get the ol' Buzby.
     
    • LOL LOL x 7
  12. BadPanda

    BadPanda Survey Slinger

    Messages:
    12,058
    Gender:
    Male
    Ratings:
    +54,826
    Title: People and attitudes | PANDA
    Worker: Preview | Accept | Requester
    Requester: BAM Lab [A3EZ2AMVVZ9R1T] (Contact)
    TO 1: [Pay: 4.00] [Fast: 4.42] [Comm: 4.75] [Fair: 5.00] [Reviews: 46] [ToS: 2]
    TO 2:
    Not Available
    Reward: $0.40
    Duration: 1 hour
    Available: 1
    Description: 40 cents for ~5-10 minutes. Only a few quick questions. Please help us with a quick questionnaire. $0.40 for participation
    Requirements: Location EqualTo US;
    HIT exported from Mturk Suite v1.25.7
     
    • Nom Nom Nom! Nom Nom Nom! x 9
  13. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    [​IMG]
     
    • Love Love x 1
  14. NBadger

    NBadger Mod of Cat Gifs

    Messages:
    14,386
    Gender:
    Female
    Ratings:
    +40,289
    I'll sic @Girl Polar Bear on you if I see you again.

    [​IMG]
     
    • LOL LOL x 3
  15. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    I like their enthusiasm.

    People and attitudes!!!

     
    • LOL LOL x 2
  16. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    Ok, who got the deets on those fire batches for 10k approved, Kthxbai.
     
  17. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    @LLL

    In the future I suggest you throwing code into [code] brackets just in case the forum decides to nom your code by turning shit into emojis. It also is easy to copy and paste it.

    This is what it would have looked like

    Code:
    // ==UserScript==
    // @name Preview, Accept and Hoard
    // @author Chet Manley - The good parts
    // @description Adds an Accept and Hoard link to every Hit Capsule.
    // @author Cristo - The bad parts
    // @version 13.0
    // @grant GM_getValue
    // @grant GM_setValue
    // @include [URL]https://www.mturk.com/mturk/accept*[/URL]
    // @include [URL]https://www.mturk.com/mturk/findhits*[/URL]
    // @include [URL]https://www.mturk.com/mturk/preview*[/URL]
    // @include [URL]https://www.mturk.com/mturk/searchbar*[/URL]
    // @include [URL]https://www.mturk.com/mturk/sorthits*[/URL]
    // @include [URL]https://www.mturk.com/mturk/sortsearchbar*[/URL]
    // @include [URL]https://www.mturk.com/mturk/viewhits*[/URL]
    // @include [URL]https://www.mturk.com/mturk/viewsearchbar*[/URL]
    // @namespace [URL]https://greasyfork.org/users/1973[/URL]
    // ==/UserScript==
    
    var refreshTime = 2; //In seconds
    
    
    var previewLinkEls = document.querySelectorAll('span.capsulelink a');
    for (var i = 0; i < previewLinkEls.length; i++) {
    var previewLink = previewLinkEls[I].getAttribute('href');
    if (previewLink && previewLink.split('?')) {
    var previewLinkArray = previewLink.split('?');
    if (previewLinkArray[0] == '/mturk/preview') {
    var previewAndAcceptLink = previewLinkArray[0] + 'andaccept?' + previewLinkArray[1];
    var previewAndAcceptEl = document.createElement('a');
    previewAndAcceptEl.setAttribute('href', previewAndAcceptLink);
    previewAndAcceptEl.setAttribute('target', 'mturkhits');
    previewAndAcceptEl.setAttribute('style', 'padding-right: 20px;');
    previewAndAcceptEl.innerHTML = 'Accept';
    var parentSpan = previewLinkEls[I].parentNode;
    parentSpan.insertBefore(previewAndAcceptEl, parentSpan.firstChild);
    var hoardLink = document.createElement("a");
    hoardLink.setAttribute('href', previewAndAcceptLink);
    hoardLink.setAttribute('class', 'newhb');
    hoardLink.setAttribute('style', 'padding-right: 20px;');
    hoardLink.setAttribute('id', 'hLink');
    hoardLink.innerHTML = "Hoard";
    var parentSpan = previewLinkEls[I].parentNode;
    parentSpan.insertBefore(hoardLink, parentSpan.firstChild);
    }
    }
    }
    function goGoGadget(e){
    e.preventDefault();
    var hPage = this.getAttribute("href");
    pageToDo(hPage);
    }
    function pageToDo(hPage) {
    var fulPage = "[URL='https://www.mturk.com/']https://www.mturk.com[/URL]" + hPage;
    var groupId = fulPage.split("=")[1];
    GM_setValue("groupcheck", groupId);
    GM_setValue("thePage", fulPage);
    GM_setValue("outthewindow", "true");
    var nwwi = window.open(fulPage,"nwwi");
    }
    var newHB = document.getElementsByClassName("newhb");
    for (var t = 0; t < newHB.length; t++){
    newHB[t].addEventListener( "click", goGoGadget, false);
    }
    if ((GM_getValue("outthewindow") == "true") && (window.location.toString().indexOf(GM_getValue("groupcheck")) != -1)) {
    if (document.getElementsByName("userCaptchaResponse")[0]) {
    console.log("Lowlife and ZSMTurker are awesome");
    } else {
    GM_setValue("outthewindow", "false");
    var t = refreshTime * 1000;
    var load = setTimeout(function () { GM_setValue("outthewindow", "true"); window.location = GM_getValue("thePage"); }, t);
    }
    }
     
    • Today I Learned Today I Learned x 2
  18. BadPanda

    BadPanda Survey Slinger

    Messages:
    12,058
    Gender:
    Male
    Ratings:
    +54,826
    Title: Answer some simple survey questions | PANDA
    Worker: Preview | Accept | Requester
    Requester: Justin Khoo [A30OH4TRGMPO39] (Contact)
    TO 1: [Pay: 4.50] [Fast: 5.00] [Comm: 5.00] [Fair: 5.00] [Reviews: 6] [ToS: 0]
    TO 2:
    [Rate: $6.90/hr] [Pen: 1.00 days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $0.75
    Duration: 30 minutes
    Available: 1
    Description: Tell us your opinions about a range of issues
    Requirements: HIT approval rate (%) GreaterThanOrEqualTo 95; Location EqualTo US;
    HIT exported from Mturk Suite v1.25.7
     
    • Nom Nom Nom! Nom Nom Nom! x 9
  19. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    Title: Transcribe up to 35 Seconds of Media to Text - Earn up to $0.17 per HIT!! | PANDA
    Worker: Preview | Accept | Requester
    Requester: Crowdsurf Support [AKEBQYX32KM19] (Contact)
    TO 1: [Pay: 3.60] [Fast: 4.80] [Comm: 3.31] [Fair: 4.43] [Reviews: 284] [ToS: 4]
    TO 2:
    [Rate: --/hr] [Pen: -- days] [Res: -- of 0] [Rec: -- of 0] [Rej: 0] [ToS: 0] [Brk: 0]
    Reward:
    $0.05
    Duration: 15 minutes
    Available: 10902
    Description: Transcribe up to 35 seconds of Media into text. Reward amount is variable based on media length. Additional reward amounts will be paid as a bonus.
    Requirements: Qualified to work on Transcription Tasks is not less than 900; HIT approval rate (%) is not less than 95
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  20. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    And the people on HitNotifier go apeshit.
     
    • LOL LOL x 1
Thread Status:
Not open for further replies.