06/09 - Freaky Friday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Jun 9, 2017.

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

    Fio Survey Slinger

    Messages:
    2,984
    Ratings:
    +5,413
  2. Jesicu

    Jesicu Survey Slinger

    Messages:
    5,202
    Gender:
    Female
    Ratings:
    +15,505
    I don't really multitab but that'll explain the $4 overpayment.
     
    • LOL LOL x 1
  3. Randomacts

    Randomacts Survey Slinger

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

    RoseE87 Active Turker

    Messages:
    688
    Gender:
    Female
    Ratings:
    +1,219
  5. Eisenpower

    Eisenpower Survey Slinger

    Messages:
    4,873
    Gender:
    Male
    Ratings:
    +11,914
    [​IMG]
     
    • Love Love x 2
  6. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Well that was weird...all prepared for NY but only got 2 :rain:
     
    • LOL LOL x 1
  7. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,746
    Ratings:
    +163,330
    Code:
    // ==UserScript==
    // @name _VacationRentalAPI
    // @version 1.0
    // @description Track bonuses for VRAPI HITs
    // @author ChrisTurk
    // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @grant GM_log
    // @grant GM_getValue
    // @grant GM_setValue
    // @require https://code.jquery.com/jquery-3.1.0.min.js
    // ==/UserScript==
    if ($( '#description_matches_text' ).length || $( '#unit_number' ).length) { _VRAPI(); }
    function updateBonus(bonus) {
    localStorage.setItem('vrapiBonus', bonus);
    $('#bonusTotal').attr('value', bonus + ' / $' + (bonus*2));
    }
    function _VRAPI() {
    var expectedBonus = localStorage.getItem('vrapiBonus');
    var subBonus = '<input type="button" class="btn btn-danger btn-sm" id="subBonus" value="-" style="margin-right: 5px; margin-left: 5px;">';
    var buttonBonus = '<input type="button" class="btn btn-info btn-lg" id="bonusTotal" value="' + expectedBonus + ' / $' + (expectedBonus*2) + '" disabled>';
    var addBonus = '<input type="button" class="btn btn-success btn-sm" id="addBonus" value="+" style="margin-left: 5px; margin-right: 10px;">';
    var resetBonus = '<input type="button" class="btn btn-warning btn-sm" id="clearBonus" value="Reset">';
    $('#submitButton').after('<div style="margin-top: 25px; display: block; text-align: center;">' + subBonus + buttonBonus + addBonus + resetBonus + '</div>');
    $('#clearBonus').click(function() {
    expectedBonus = 0;
    updateBonus(expectedBonus);
    localStorage.setItem('vrapiAID', '');
    });
    $('#subBonus').click(function() {
    expectedBonus = localStorage.getItem('vrapiBonus');
    expectedBonus--;
    updateBonus(expectedBonus);
    });
    $('#addBonus').click(function() {
    expectedBonus = localStorage.getItem('vrapiBonus');
    expectedBonus++;
    updateBonus(expectedBonus);
    });
    $('#mturk_form').submit(function(e){
    e.preventDefault();
    if ($('input[name=address_found_unit_not]:eq(2):checked').length) {
    console.log('earned a bonus');
    expectedBonus = localStorage.getItem('vrapiBonus');
    expectedBonus++;
    updateBonus(expectedBonus);
    }
    else {
    console.log('no bonus');
    }
    this.submit();
    });
    }
    
    Pretty sure that's a super simple fix for the issue, reflective of my current motivation levels.. :dunno: lol.
     
    • Like Like x 1
    • LOL LOL x 1
    • Your Spellcheck Is As Broke As a Turker Working for Brelig Your Spellcheck Is As Broke As a Turker Working for Brelig x 1
  8. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    I got 20
     
  9. RoseE87

    RoseE87 Active Turker

    Messages:
    688
    Gender:
    Female
    Ratings:
    +1,219
    I'm convinced Spotify is trying to piss me off tonight. Lol I need some good blues, funky blues.. anyone got a good seed?
     
  10. Celtic Lady

    Celtic Lady Survey Slinger

    Messages:
    2,888
    Gender:
    Female
    Ratings:
    +5,319
    Don't know if this was mentioned as I haven't read back in the thread but Playstation store has a sale on for a week ending on 6/16. PS Plus is $49.99/12mo. Horizon ZD and Nioh are $39.59 each, FFXV is $34.99, Uncharted 4 $19.99, Mass Effect Andromeda $29.99 + more.
     
  11. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    [​IMG]


    WTF kind of review is this.....?
     
    • LOL LOL x 5
  12. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    you didn't change the version #
     
  13. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    [​IMG]
     
    • Nom Nom Nom! Nom Nom Nom! x 1
    • LOL LOL x 1
  14. RoseE87

    RoseE87 Active Turker

    Messages:
    688
    Gender:
    Female
    Ratings:
    +1,219
    [​IMG]
     
    • LOL LOL x 1
  15. RicanGuy86

    RicanGuy86 Survey Slinger

    Messages:
    4,452
    Ratings:
    +9,138
    "Good seed?"
     
  16. Fio

    Fio Survey Slinger

    Messages:
    2,984
    Ratings:
    +5,413
    is...is amazon.com 503ing for anyone else?
     
  17. SAJ

    SAJ Survey Slinger

    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    Drunk TO'ing on a Friday :dunno:
     
    • LOL LOL x 1
  18. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    [​IMG]
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  19. RoseE87

    RoseE87 Active Turker

    Messages:
    688
    Gender:
    Female
    Ratings:
    +1,219
    Seed referring to the way Pandora used to work.. but what I do is give a listen, and then click on related artists and run with it.. Just everything its giving me tonight is garbage..
     
    • Today I Learned Today I Learned x 1
  20. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    No but I'm having issues loading amazon payments
     
    • Today I Learned Today I Learned x 1
Thread Status:
Not open for further replies.