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. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    @leafs4_cup

    but at least he's aware, lol
     
    • LOL LOL x 2
  2. GoldGuardian

    GoldGuardian Black Order

    Messages:
    8,005
    Gender:
    Male
    Ratings:
    +16,743
    I was bored...

    Code:
    // ==UserScript==
    // @name         www never dies!
    // @namespace    http://tampermonkey.net/
    // @version      1.0
    // @description  what is dead may never die
    // @author       GoldGuardian
    // @include        https://www.mturk.com/*
    // @require     http://code.jquery.com/jquery-2.1.4.min.js
    // @grant        none
    // ==/UserScript==
    
    (function() {
        'use strict';
    
        $("a").each(function() {
          var url = $(this).attr("href");
            if(url == "/mturk/findhits?match=false"){
                $(this).attr("href", url + "&doNotRedirect=true");
            }if(url == "/mturk/findquals?earned=true&requestable=false"){
                $(this).attr("href", url + "&doNotRedirect=true");
            }
            else {
                 $(this).attr("href", url + "?doNotRedirect=true");
            }
        });
    })();
    Doesn't work on the dates and some other places probably cause I'm lazy...
     
    • Today I Learned Today I Learned x 2
  3. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Oh I meant to put up a discussion thread regarding AA collection..

    Obviously the AA data removal is on purpose, and for very good reason, but we can do some things to give a solid indication at least by building it into a more fully fleshed out table of data.
     
    • Like Like x 1
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
    • Love Love x 1
  4. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    That poor bastard.
     
  5. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    You're just a nice person
     
    • LOL LOL x 1
  6. byesaw

    byesaw Survey Slinger

    Messages:
    2,871
    Gender:
    Male
    Ratings:
    +3,802
    Kind of funny though, I was thinking it was one of the macros on my mouse and I could be bothered to check it. Now that others are having trouble with it I going to investigate a little.
     
  7. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    Gonna add that into TV?
     
  8. CorvusSapiens

    CorvusSapiens Survey Slinger

    Messages:
    6,777
    Gender:
    Male
    Ratings:
    +9,896
    It's been happening to me the last couple days too :dunno:
     
    • Today I Learned Today I Learned x 1
  9. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    Yeah, I get it completely, and I'm totally fine not knowing if a hit will approve in 5 minutes or 5 days, but the difference between 0 seconds and 30 days is pretty big. I think it would be entirely reasonable on both the req and worker sides if they shortened the max* to 14 days.
     
    • Like Like x 1
    • LOL LOL x 1
    Last edited: Dec 16, 2017
  10. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    The default is 8hrs, assuming you mean the max?
     
    • LOL LOL x 1
  11. johnmund23

    johnmund23 New Turker

    Messages:
    9
    Ratings:
    +3
    Is there anyway to use the old mturk platform i dont like the new layout ?
     
    • LOL LOL x 1
  12. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    Yeah, that. :flail:
     
    • LOL LOL x 2
  13. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    Time machine
     
    • Like Like x 1
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  14. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    One more: not seeing that a HIT expired until you go to submit it. Not that it just happened to me or anything...
     
    • LOL LOL x 3
    • Like Like x 1
  15. Confirmed Robot

    Confirmed Robot Survey Slinger

    Messages:
    7,291
    Ratings:
    +27,052
    That happened to me with a Pin earlier.
     
    • Like Like x 1
  16. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    I don't like that it defaults back to the last viewed search (or all HITs without sort order remembered) after trying a panda.
     
    • Like Like x 1
  17. lemondrop

    lemondrop Active Turker

    Messages:
    497
    Ratings:
    +732
    • Love Love x 1
  18. Nacho Ferret

    Nacho Ferret Active Turker

    Messages:
    305
    Ratings:
    +338
    I'm sure the new site is better from a coding standpoint, but I really don't see how the user friendliness has been improved. I guess more of a side grade, just different locations for the same buttons/info for no perceivable benefit. Having to click twice to return a HIT, like why? >.> They could have updated the back end and left things in the same place. :x
     
  19. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
  20. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    I don't have the issue when I run in my chromium install but I do have it in chrome with all my scripts.
     
Thread Status:
Not open for further replies.