01/08 - Monday's Meekly Mrap-Up

Discussion in 'Daily mTurk HITs Threads' started by ChrisTurk, Jan 8, 2018.

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

    Hardwired Turker

    Messages:
    104
    Gender:
    Male
    Ratings:
    +38
    Been away for a few weeks.

    What's the latest Jo Lo Script? I installed the one i found on the Wiki here and TV but no joy in Chrome or FF.
     
  2. nick2412

    nick2412 Well-Known Turker

    Messages:
    1,017
    Ratings:
    +1,352
    Why are pins breaking now. Come on get it together sophia.
     
  3. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Ya but where's the bow
     
    • LOL LOL x 1
  4. EssArrBee

    EssArrBee Survey Slinger

    Messages:
    14,946
    Gender:
    Male
    Ratings:
    +20,007
    Just caught a :eek:1.13.
     
  5. Mothra

    Mothra Survey Slinger

    Messages:
    6,468
    Ratings:
    +11,952

    Code:
    
    // ==UserScript==
    // @name         Joe Lo Ver Deux
    // @version      1.01
    // @description  + for up, - for down (keypad or regular should work)
    // @author       ChrisTurk
    // @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @include      https://www.mturkcontent.com/dynamic/*
    // @grant        GM_log
    // @require      https://code.jquery.com/jquery-3.1.0.min.js
    // ==/UserScript==
    console.log('Joe Lo Fired');
    if ($( 'body:contains(will go up or down)' ).length || $( 'body:contains(will go up or down)' ).length) { _sanity(); }
    function _sanity() {
       console.log('Joe Lo');
       var anum = 0;
       $( '.panel.panel-default' ).css('display', 'none');
       $( '.panel.panel-default' ).eq(anum).css('display', 'block');
       $(document).keydown(function(e){
           switch(e.which){
               case 109:
               case 189: //down
                   $( 'input[value=0]:visible' ).click();
                   $( '.panel.panel-default' ).eq(anum).css('display', 'none');
                   anum++;
                   $( '.panel.panel-default' ).eq(anum).css('display', 'block');
               break;
               case 107:
               case 187: //up
                   $( 'input[value=1]:visible' ).click();
                   $( '.panel.panel-default' ).eq(anum).css('display', 'none');
                   anum++;
                   $( '.panel.panel-default' ).eq(anum).css('display', 'block');
                   break;
               case 13: //Enter
                   $('#submitButton').click();
                   break;
               default: return;
           }
       });
    }
    
     
  6. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    do not trust this author :flail:
     
    • LOL LOL x 1
    • Today I Learned Today I Learned x 1
  7. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
Thread Status:
Not open for further replies.