03/08 - Thar be Thursday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Mar 8, 2018.

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

    Tripsa Gobbling Ghost Mod

    Messages:
    11,993
    Gender:
    Male
    Ratings:
    +30,932
    What is the average time you have on them?
     
  2. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    I was even able to go back and do brians in my queue. It seems as long as I don't try to exit my queue and go back into it, mturk/endor is fine with me doing it in whatever order mturk tells me to.
     
    • Today I Learned Today I Learned x 3
  3. turker

    turker Survey Slinger

    Messages:
    14,810
    Ratings:
    +23,316
    Code:
    // ==UserScript==
    // @name         John Stockdale - Find Website for Psychiatrists
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  try to take over the world!
    // @author       turker
    // @grant        none
    // @require     http://code.jquery.com/jquery-latest.min.js
    // @include        *
    // @exclude     http://www.mturkcrowd.com/*
    // @exclude     https://turkerhub.com/*
    // ==/UserScript==
    
    if ( $("body:contains('Find Website for')").length ) {
    
    var searchTerm = document.getElementsByClassName("table table-condensed table-bordered")[0].getElementsByTagName("tr")[3].getElementsByTagName("td")[1].innerText;
    alert(searchTerm);
    }
    does anyone know why my code isn't alerting? it's not finding the element.
     
  4. joie de vivre

    joie de vivre Survey Slinger

    Messages:
    1,893
    Gender:
    Female
    Ratings:
    +2,313
    I miss you too
     
  5. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    While zoltars in my queue I caught the 26th Peter Burke, returned it, continued to do zoltars.
     
    • Today I Learned Today I Learned x 1
  6. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    so the lockout is gone?
     
  7. leafs4_cup

    leafs4_cup Ugly Mug

    Messages:
    10,421
    Gender:
    Male
    Ratings:
    +31,313
    You need to load an endor hit before you have problems returning it. So if you had a queue full of endor that you don't want anymore, you can return everything except the hit you already loaded, then finish your current hit, and you wouldn't have a lockout.
     
    • Today I Learned Today I Learned x 2
  8. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    I do not know, last week I locked out myself while doing Peter Burkes. but returning a Peter locked me out of Peters.
     
  9. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    so, you are saying I can play with myself without touching myself.
     
    • LOL LOL x 2
  10. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    @purplepoppi Holly is laying next to me, purring, and letting me pet her.

    I’m pretty sure she’s like, “ damn Grinch. You’re dying. I guess you can touch me this one time. “
     
    • LOL LOL x 1
    • Love Love x 1
  11. Lil Kitchen

    Lil Kitchen Well-Known Turker

    Messages:
    5,192
    Gender:
    Male
    Ratings:
    +12,419
    about $4.50/hr I'd say. I got faster with each hit but the 2nd and third hit paid $1 less than the first one I did. They sent me a $2 bonus but still not worth it
     
    • Today I Learned Today I Learned x 1
  12. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    ok that makes sense, but I thought if you tried to do one that was newer than others in your queue, it would also trigger the lockout? Maybe I was remembering incorrectly? But I thought if you have a hit you caught at 5pm and 9pm, and you tried to complete the 9pm one first, you'd get locked out of the 5pm one.....or maybe the other way around? I have no idea
     
  13. leafs4_cup

    leafs4_cup Ugly Mug

    Messages:
    10,421
    Gender:
    Male
    Ratings:
    +31,313
    If you play with yourself in the proper order, it's all good
     
  14. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    ohhhh so it's because I'm catching these "newer" ones via pandas, I"m never actually opening them, so I can just let the auto-queue thing do it's thing
     
  15. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    :flail::flail::flail::flail::flail::flail::flail::flail::flail::flail:
     
  16. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    has anyone made a script for these new z's? Pull out the url, condense the instructions, put the mouse in the text box, etc?
     
  17. purplepoppi

    purplepoppi Survey Slinger

    Messages:
    2,406
    Gender:
    Female
    Ratings:
    +3,591
    Awww! My girl! I wish my girls were being sweet. Well, they're sweet to me, but still hate each other. They'll tussle, and Penelope will lay on her side all submissive... but growl. Parker will ignore her. Pen will be quiet. Then Parker will show up out of nowhere, Grinch slap her like 5 times, then saunter off. So Pen is living in a state of fear, and Parker is constantly on alert... and we don't even have them sharing the whole house but for a few hours (Dew gives them a couple of hours in her bedroom together every night. I mean, nothing is working.)
     
    • Love Love x 1
  18. joie de vivre

    joie de vivre Survey Slinger

    Messages:
    1,893
    Gender:
    Female
    Ratings:
    +2,313
    Maybe that came off wrong. I sometimes fail to express myself properly. I just remember when you showed up and I thought I had a lot of knowledge at the time. I see your earnings now. You are awesome.
     
  19. turker

    turker Survey Slinger

    Messages:
    14,810
    Ratings:
    +23,316
    Code:
    // ==UserScript==
    // @name         John Stockdale - Find Website for Psychiatrists
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  try to take over the world!
    // @author       turker
    // @grant        none
    // @require     http://code.jquery.com/jquery-latest.min.js
    // @include        *
    // @exclude     http://www.mturkcrowd.com/*
    // @exclude     https://turkerhub.com/*
    // ==/UserScript==
    
    if ( $("body:contains('Find Website for')").length ) {
    
    document.getElementsByClassName("form-control")[0].value = "http://na.com";
    }
    does anyone know why this isn't working?
     
  20. Girl Polar Bear

    Girl Polar Bear Queen of the North

    Messages:
    29,273
    Gender:
    Female
    Ratings:
    +45,742
    change
    // @description try to take over the world!
    with
    // @description try to take over the world with the Polar Bear Revolution!
     
    • LOL LOL x 2
    • Like Like x 1
    • Today I Learned Today I Learned x 1
Thread Status:
Not open for further replies.