11/18 - Sending Sunday!

Discussion in 'Daily mTurk HITs Threads' started by Tripsa, Nov 18, 2018.

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

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,219
    Yes, everything I'm planning to remove are all things almost no one is using lol. I should be much more careful about my choice of words, avatars, actually I just shouldn't interact with anyone to be safe.
     
    • LOL LOL x 7
  2. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    That's because they transcend peanut butter.
     
    • Like Like x 1
  3. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Make sure you make UI changes, but only to @Randomacts theme. Just to annoy the shit out of him.
     
    • LOL LOL x 3
  4. sikk66

    sikk66 New Turker

    Messages:
    6
    Gender:
    Male
    Ratings:
    +10
    Hey guys, I have a quick question. Does anyone know of an existing script that allows you to resize iframes in a HIT on the new layout of mturk ? I can only find ones that were from the old mturk layout and they no longer seem work. Thanks in advance. :)
     
  5. SirKiwiTheBrave

    SirKiwiTheBrave ʇᴉnɹℲ ǝʌɐɹq ǝɥ┴

    Messages:
    4,631
    Gender:
    Male
    Ratings:
    +7,387
    Yeah, well, that's my mate Wayne. Good bloke, bit of a nutter though.
     
    • LOL LOL x 1
  6. Anon

    Anon Turker

    Messages:
    106
    Ratings:
    +48
    SCIP Lab [A6YR6DJM3TQ2L] Perceptions and Judgments(~ 15 minutes) - $1.50 | PANDA


    Unrated

    Unrated

    Unrated
    $28.72 / hour
    00:03:08 / completion time
    Pros:
    easy
    Cons:

    Qualifications: Total approved HITs >= 100; Exc: [-1523867278-116207] DoesNotExist ; HIT approval rate (%) >= 80; Location In US;
    To read SCIP Lab's full profile check out TurkerView!
     
  7. Ezridax

    Ezridax Well-Known Turker

    Messages:
    2,014
    Gender:
    Female
    Ratings:
    +1,795
    Well, thanks to 5s, i've made over my daily goal. And thats not including that 20 dollar bonus from earlier. :)
     
    • 5/5 Pay 5/5 Pay x 2
    • Like Like x 1
    • Nom Nom Nom! Nom Nom Nom! x 1
  8. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    • Nom Nom Nom! Nom Nom Nom! x 1
  9. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    Nobody uses @Buzby's account anymore so are we getting rid of it as well?
     
    • LOL LOL x 1
  10. DarkChild

    DarkChild Survey Slinger

    Messages:
    6,723
    Gender:
    Male
    Ratings:
    +11,312
    If EarnHub goes down we are DONE.
     
    • LOL LOL x 4
    • 5/5 Pay 5/5 Pay x 1
  11. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    What will I do without my 37 cents?
     
    • 5/5 Pay 5/5 Pay x 2
  12. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    That's still a thing?
     
    • LOL LOL x 2
  13. Ezridax

    Ezridax Well-Known Turker

    Messages:
    2,014
    Gender:
    Female
    Ratings:
    +1,795
    I clicked that for the first time about 5 min ago
     
    • LOL LOL x 1
  14. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,219
    Public enemy #1
     
    • LOL LOL x 2
    • 5/5 Pay 5/5 Pay x 1
  15. InfiniteChanges

    InfiniteChanges Survey Slinger TurkerView Masters

    Messages:
    8,937
    Gender:
    Male
    Ratings:
    +10,073
    The fuck. I just google earnhub... I... I don't know what to think of this.
     
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
  16. THFYM

    THFYM Survey Slinger Former MTG MotM

    Messages:
    8,887
    Gender:
    Male
    Ratings:
    +23,050
    Code:
    // ==UserScript==
    // @name        Scroll To Workerspace
    // @version     1.0.1
    // @description Might Do Stuff
    // @author      mmmturkeybacon
    // @contributor THFYM (Applied to Worker)
    // @include     https://worker.mturk.com/projects*
    // @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
    // ==/UserScript==
    
    /* globals $ */
    
    $(document).ready(function () {
        let is_a_HIT = $('.container-fluid.project-detail-bar').length > 0;
        if (is_a_HIT === true) {
            let captcha = $('#captchaInput').length > 0;
            if (captcha === false) {
                let iframe = $("iframe");
                if (iframe) {
                    let winHeight = window.innerHeight;
                    $(".text-xs-center.embed-responsive.task-question-iframe-container").css("height", winHeight);
                    iframe.css("height", winHeight);
                    $(window).load(function(){iframe.focus();});
                }
                let isAccepted = $("button:contains(Return)").length > 0;
                if (iframe && isAccepted === true) {
                    document.getElementsByTagName("iframe")[0].scrollIntoView();
                }
                else if (iframe && isAccepted === false) {
                    return;
                }
            }
        }
    });
     
    • Your Spellcheck Is As Broke As a Turker Working for Brelig Your Spellcheck Is As Broke As a Turker Working for Brelig x 1
  17. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    YOU ARE!!!!
     
  18. SunlitSunflower

    SunlitSunflower baby head

    Messages:
    22,494
    Ratings:
    +36,431
    If I had know about earnhub before I would have been a millionaire!
     
    • LOL LOL x 2
  19. EssArrBee

    EssArrBee Survey Slinger

    Messages:
    14,946
    Gender:
    Male
    Ratings:
    +20,007
    Just click 'earn'. It's on the top of the page.
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  20. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    @ChrisTurk maybe the problem isn't people don't use stuff, it's that you suck at marketing.
     
    • LOL LOL x 3
Thread Status:
Not open for further replies.