12/15 - CALM THE FORK DOWN FRIDAY!!!

Discussion in 'Daily mTurk HITs Threads' started by ChrisTurk, Dec 15, 2017.

Thread Status:
Not open for further replies.
  1. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    @ThisPoorGuy

    Also, dark with column only 11/10

    Still think it's missing something to make it looks less text heavy but I'm not complaining.
     
  2. GoldGuardian

    GoldGuardian Black Order

    Messages:
    8,005
    Gender:
    Male
    Ratings:
    +16,743
  3. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    I can't believe they actually put an option in there called doNotRedirect
     
    • LOL LOL x 3
  4. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    MTS has it included I think
     
  5. nick2412

    nick2412 Well-Known Turker

    Messages:
    1,017
    Ratings:
    +1,352
    It's looking more and more likely that www is not going away, it's just going to be hidden and redirect.
     
  6. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    [​IMG]

    Sorry, I haven't used TM in a long time. I don't know if it works currently or how to make it work.

    I suggest checking out some other scripts that work more efficiently.
    http://mturksuite.com/ is an extension with several useful scripts if you want one source to do it all.
    PandaCrazy is for catching hit
    Overwatch is more efficent for watching known requesters to see when they post
    Using both of them will problably result in fewer page request errors with more getting done than using TM.

    HitFinder is a useful scraper

    There's a big list on the first page of today's thread.
     
    • Today I Learned Today I Learned x 1
  7. Mateus Wells

    Mateus Wells New Turker

    Messages:
    14
    Gender:
    Male
    Ratings:
    +6
    Damn....only been back doing this a month and now I'm lost. What's a push bullet access token and how the heck do I create one for this hit finder thingy...
     
  8. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    As long as our scripts can use it I'm okay with the change
     
  9. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    You don't need it.
     
  10. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    upload_2017-12-15_20-19-0.png

    Still working for me. Waiting for impending doom.

    [​IMG]
     
    • LOL LOL x 1
  11. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    I think that is broken but the one for Mturk Worker Dashboard Enhancer does work
     
  12. DarkChild

    DarkChild Survey Slinger

    Messages:
    6,723
    Gender:
    Male
    Ratings:
    +11,312
    Impending Doom is a death metal band and I'm picturing their music and watching your cat play drums to it.
     
    • LOL LOL x 1
  13. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    non iframe hits still give the option of redirecting to www to complete them
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  14. Melting Glacier

    Melting Glacier PE: $30.01 - That's over $1.25/hour! ┬┴┤( ͡° ͜ʖ├┬┴

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Found out something funnnn just now.

    [​IMG]

    :emoji_rolling_eyes:
     
  15. Woof

    Woof New Turker

    Messages:
    22
    Gender:
    Male
    Ratings:
    +28
    Can someone be a hero and script the <a ref> to add "?doNotRedirect=true" at the end on www mTurk links?
     
  16. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    This is what its like to watch you do it to someone else? This is nice :cj::emoji_laughing:
     
    • LOL LOL x 3
  17. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]
     
    • LOL LOL x 1
  18. Jay

    Jay New Turker

    Messages:
    5
    Gender:
    Male
    Ratings:
    +0
    Awesome! Thanks so much. I will give it a try. Any word on HIT Database? I don't see it as updated yet.
     
  19. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    @ChrisTurk 's script blocks that

    Code:
    // ==UserScript==
    // @name         Worker Queue Return
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  try to take over the world!
    // @author       Christurk
    // @include      https://worker.mturk.com/tasks
    // ==/UserScript==
    
    $('body').on('click', 'button:contains(Return)', function(e){
        e.preventDefault();
        let form = $(this).closest('form');
        let postTo = 'https://worker.mturk.com' + form.attr('action');
        $.post(postTo, form.serialize()).done(function(){
            $(this).closest('li.table-row').remove();
        });
    });
     
  20. Mateus Wells

    Mateus Wells New Turker

    Messages:
    14
    Gender:
    Male
    Ratings:
    +6
    Hmm, hit finder isn't showing up anything when I try to use it. Unless that's something I have to manually edit?
     
Thread Status:
Not open for further replies.