09/06 - Waning Wednesday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Sep 6, 2017.

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

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
    Does anyone have a working Joe Lo script? I lost mine when chrome crashed last week.

    [​IMG]
     
  2. gurlondrums

    gurlondrums Cracker of the Step Whip

    Messages:
    27,160
    Gender:
    Female
    Ratings:
    +76,023
    Possible next report:

    Bearnie came home safely. Matt now buried in the basement for opening the window without a screen.
     
    • LOL LOL x 5
    • Love Love x 1
  3. MNHammer

    MNHammer Survey Slinger

    Messages:
    3,965
    Gender:
    Male
    Ratings:
    +23,836
    And @Hummingbirdee completes the transformation to crazy cat lady.
     
    • LOL LOL x 1
    • Love Love x 1
  4. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Matt opened a window without a screen, walked away cause he derped and thought it had a screen, and Bearnie got out, he was heading back to me in the yard when the dogs spooked him and he's been darting around the neighborhood all night/morning. I think he's too scared to figure out this is where he lives. I'm hoping he eventually calms down and heads towards his food and such. He's not exactly a wild boy as we know.

    My next plan is live traps and offering a heinously large reward for anyone who retrieves my cat safely. Half the town knows he's missing as of now, because the one perk of a small town is that I can circulate my cat's picture in under an hour.

    I am NOT PLEASED.
     
    • Love Love x 1
  5. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    Oh, I am sorry but he will come back for sure. He has a HUB to admin.
     
    • Love Love x 2
  6. macotg

    macotg Survey Slinger

    Messages:
    1,936
    Gender:
    Male
    Ratings:
    +1,741
    forgot how annoying JLs were without my script, should migrate that to this comp...
     
  7. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    Good morning all you lovely peoples. By chance did Mad Labs deliver during the early morning?
     
    • Like Like x 2
  8. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Since I don't have an JLos I have time to post @ChrisTurk 's JLo script for anyone looking for it

    Code:
    // ==UserScript==
    // @name         B - Joe Lo
    // @version      1.0
    // @description  + for up, - for down (keypad or regular should work)
    // @author       ChrisTurk
    // @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
    // @grant        GM_log
    // @require      https://code.jquery.com/jquery-3.1.0.min.js
    // ==/UserScript==
    
    if ($( 'body:contains(stocks will go up or down)' ).length) { _sanity(); }
    
    function _sanity() {
       var anum = 0;
       $( 'fieldset' ).css('display', 'none');
       $( 'fieldset' ).eq(anum).css('display', 'block');
       $(document).keydown(function(e){
           switch(e.which){
    
               case 109:
               case 189: //down
                   $( 'input[value=0]:visible' ).click();
                   $( 'fieldset' ).eq(anum).css('display', 'none');
                   anum++;
                   $( 'fieldset' ).eq(anum).css('display', 'block');
               break;
    
               case 107:
               case 187: //up
                   $( 'input[value=1]:visible' ).click();
                   $( 'fieldset' ).eq(anum).css('display', 'none');
                   anum++;
                   $( 'fieldset' ).eq(anum).css('display', 'block');
                   break;
    
    
               default: return;
           }
       });
    }
    
     
    • Today I Learned Today I Learned x 1
  9. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    I have this script. How does one use it?
     
  10. Tecnique

    Tecnique Survey Slinger

    Messages:
    6,269
    Gender:
    Male
    Ratings:
    +8,981
    + for up - for down
     
  11. Northdakotamom

    Northdakotamom Active Turker

    Messages:
    508
    Gender:
    Female
    Ratings:
    +662
    ive never understood the appeal of jlo. her ass isnt even that great.
     
    • LOL LOL x 1
  12. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    I accidentally let my roommates cat out once when I had such things as roommates. We think she hid in a bush by the door and then snuck into the house again when we were looking for her and hid under the couch. Might be worth herding the other animals into a confined area nd leaving a door open for him to sneak back in through. He might just show up.

    Fingers crossed! Poor bearnie!
     
    • Love Love x 1
  13. KristinMick

    KristinMick Survey Slinger

    Messages:
    1,450
    Gender:
    Female
    Ratings:
    +4,185
    How do I message a requester without their ID?
     
  14. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    But it just shows one item at a time?
     
  15. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Yep.
     
  16. Tecnique

    Tecnique Survey Slinger

    Messages:
    6,269
    Gender:
    Male
    Ratings:
    +8,981
    it will cycle through them
     
    • Today I Learned Today I Learned x 1
  17. Rocknrolla

    Rocknrolla Survey Slinger

    Messages:
    10,014
    Gender:
    Male
    Ratings:
    +7,585
    Did Mad labs drop this early morning?
     
  18. Tecnique

    Tecnique Survey Slinger

    Messages:
    6,269
    Gender:
    Male
    Ratings:
    +8,981
    no
     
    • Like Like x 1
  19. macotg

    macotg Survey Slinger

    Messages:
    1,936
    Gender:
    Male
    Ratings:
    +1,741
    I'll just bring over my autofill to all set to down... since i do that anyway... stock market forever crash!!!
     
    • LOL LOL x 1
  20. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
     
Thread Status:
Not open for further replies.