01/23 - Tart Tuesday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Jan 23, 2018.

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

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,113
    Gender:
    Female
    Ratings:
    +74,958
    I hadn't noticed because we waited till mid-Feb to file last year. :)
     
    • Like Like x 1
  2. LadyMarissa

    LadyMarissa New Turker

    Messages:
    153
    Ratings:
    +226
    Ryan Buell [A2N0MYXIGB16RK] Behavioral Decision-Making - $0.75 | PANDA
    [3TFUINTXMPQ3RN7R1ODYAZS5CX8T9V]


    Generous

    Unrated

    Unrated
    $15.08 / hour
    00:02:59 / completion time
    Pros:

    Cons:

    To read Ryan Buell's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  3. jack_kat

    jack_kat Active Turker

    Messages:
    103
    Gender:
    Female
    Ratings:
    +168
    I keep seeing the number go up too, makes me double sad.
     
  4. kelly

    kelly Active Turker

    Messages:
    729
    Gender:
    Female
    Ratings:
    +808
    I was able to do one more before it capped again. lol
     
    • Like Like x 1
  5. Fearless Turtle

    Fearless Turtle Survey Slinger

    Messages:
    1,752
    Gender:
    Female
    Ratings:
    +5,717
    keep trying, I had a few more caps and am now on my 27th
     
    • Like Like x 1
  6. Fearless Turtle

    Fearless Turtle Survey Slinger

    Messages:
    1,752
    Gender:
    Female
    Ratings:
    +5,717
    and still going, just false cappy as all get out
     
  7. byesaw

    byesaw Survey Slinger

    Messages:
    2,871
    Gender:
    Male
    Ratings:
    +3,802
  8. Tecnique

    Tecnique Survey Slinger

    Messages:
    6,269
    Gender:
    Male
    Ratings:
    +8,981
    From watcher-Sergey
    Qualified- true
    Number of HITs-666
    Reward-$0.10

    :tinfoil::tinfoil::tinfoil:
     
    • LOL LOL x 1
  9. awdrf

    awdrf Well-Known Turker

    Messages:
    6,605
    Ratings:
    +5,459
    Alex Shaw [A3JX46EIC38SJG] Short Survey on Social and Political Situations - $0.25 | PANDA
    [3Q9ARQ9ZAPTHV92JSO1LKBXIE51M3X]


    Good

    Unrated

    Unrated
    $10.47 / hour
    00:01:26 / completion time
    Pros:

    Cons:

    To read Alex Shaw's full profile check out TurkerView!
     
  10. MrTrentSD

    MrTrentSD Survey Slinger

    Messages:
    5,908
    Gender:
    Male
    Ratings:
    +9,645
    [​IMG]
     
    • LOL LOL x 1
  11. awdrf

    awdrf Well-Known Turker

    Messages:
    6,605
    Ratings:
    +5,459
    McDermott Experiments [A19YWY6E1CP566] PART 2 OF 2-DAY STUDY - $1.50 | PANDA
    [33X7UBO5WUBJDI9OLKTQUC1WDVIU08]


    Generous

    Unrated

    Unrated
    $103.85 / hour
    00:00:52 / completion time
    Pros:
    -Insanely well paid follow-up.
    Cons:

    To read McDermott Experiments's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 2
    • Good Review! Good Review! x 2
  12. kelly

    kelly Active Turker

    Messages:
    729
    Gender:
    Female
    Ratings:
    +808
    Apparently I can do every other hit.
     
  13. jack_kat

    jack_kat Active Turker

    Messages:
    103
    Gender:
    Female
    Ratings:
    +168
    Got two more and then false cap again. Hate when he does this!
     
  14. Tecnique

    Tecnique Survey Slinger

    Messages:
    6,269
    Gender:
    Male
    Ratings:
    +8,981
    Just accept like 10 at a time through PC and it gets through false caps pretty quickly.
     
  15. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    @th-sergey I'm in false cap hell. And I can't remember who posted the below yesterday but it doesn't autoplay. Anyone have anything else?

    Code:
    ==UserScript==
    // @name        Amazon Videos 2
    // @description Helps you make choices
    // @version     0.1.2a
    // @author      RicanGuy86
    // @contributor Melting Glacier's 3rd rate tinkering for HIT change
    // @grant       none
    // @include     *.mturkcontent.com/*
    // @include     https://aitiaotu.com/*
    // @include     https://s3.amazonaws.com/*
    // @require     http://code.jquery.com/jquery-2.1.0.min.js
    // ==/UserScript==
    
    if ($('h4:contains(Playback Rate)').length){
    
    
     $("a[class='btn-rate-higher']")[0].click();  // remove one line to slow playback speed by 0.5x each
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
     $("a[class='btn-rate-higher']")[0].click();
    
    $(document).ready(function(){
    
    
        $(document).keydown(function(e){
        if (e.which == 50){
            $("a[class='btn-no']")[0].click();          // 2 no
        }
        if (e.which == 49){
            $("a[class='btn-yes']")[0].click();         // 1 yes
        }
        if (e.which == 51){
            $("a[class='btn-unsure']")[0].click();      // 3 unsure
        }
        if (e.which == 13){
            $("button[id='btnSubmit']")[0].click();     // Enter submit
        }
        if (e.which == 66){
            $("a[class='btn-back']")[0].click();        // B back
        }
        if (e.which == 82){
            $("a[class='overlay']")[0].click();         // R replay (doesn't work consistently??)
       }
        });
    });}
     
  16. breakerofchains

    breakerofchains Active Turker

    Messages:
    364
    Gender:
    Female
    Ratings:
    +867
    Is this different? I think this is what's causing mine to autoplay.

    Code:
    // ==UserScript==
    // @name        Autoplay Sergey Videos
    // @icon        http://mturkforum.com/image.php?u=79381&dateline=1464644104
    // @namespace   https://greasyfork.org/en/users/155391-lll
    // @description Autoplays Embedded Sergey Videos
    // @author      LLL cc CT
    // @include      https://www.youtube.com/embed/*
    // @include     https://*www.youtube.com/embed?*
    // @version     1.5
    // @grant       none
    // ==/UserScript==
    
    if (document.referrer.indexOf('mturk') >= 0) {
      document.querySelector(".ytp-large-play-button").click();
    }
    
     
  17. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Waiting for a good fire batch.

    [​IMG]
     
    • Love Love x 3
  18. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,760
    Gender:
    Female
    Ratings:
    +31,436
    This what seems to be working for me
    // ==UserScript==
    // @name Autoplay Embedded Videos
    // @icon http://mturkforum.com/image.php?u=79381&dateline=1464644104
    // @namespace https://greasyfork.org/en/users/155391-lll
    // @description Autoplays Embedded Videos
    // @author LLL
    // @include https://www.youtube.com/embed/*
    // @version 1.0.0
    // @grant none
    // ==/UserScript==

    if (document.referrer.indexOf('mturk') >= 0) {
    document.querySelector(".ytp-large-play-button").click();
    }
     
  19. SoonerChris

    SoonerChris Survey Slinger

    Messages:
    5,033
    Gender:
    Male
    Ratings:
    +6,959
    Thanks. That worked.
     
  20. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]
     
    • Love Love x 4
    • LOL LOL x 1
Thread Status:
Not open for further replies.