09/16 - Seedy Saturday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Sep 16, 2017.

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

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]

    Who would want to leave when we have comfy places to sleep and delicious food! I'm guessing he just learned the hard way via being outside during an actual hurricane that the outside world isn't super fun.
     
  2. NBadger

    NBadger Mod of Cat Gifs

    Messages:
    14,386
    Gender:
    Female
    Ratings:
    +40,289
    • Love Love x 1
  3. paulaam

    paulaam Active Turker

    Messages:
    516
    Gender:
    Female
    Ratings:
    +271
    HAMMER DOWN !!!
     
  4. GRR

    GRR Active Turker

    Messages:
    421
    Gender:
    Male
    Ratings:
    +287
    question...I am qualed for the rekogs but I get no videos...just blank...any thoughts? I am on firefox..thanks!
     
  5. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    He's being a little dickbag! We've had to put him in the bathroom a few times cause he keeps trying to full on beat the crap out of Bearnie.

    I'm guessing Bearnie smells different to him and he thinks it's some intruder cat? Bearnie has seen some shit dude, probably not wise to try and fight him. Holly was hissing at him earlier but was snuggled up with him an hour ago so she's apparently figured it out. Hopefully Porgy will figure out it's his best buddy.
     
    • LOL LOL x 1
    • Love Love x 1
  6. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
  7. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    Cheap penny hits except for scoutit and copytext
     
  8. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
    Sometimes it will do that for me. I guess the answer then hit the little back button inside the hit. Wait a second and it usually loads. You can correct your answer at that point and move forward.
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  9. paulaam

    paulaam Active Turker

    Messages:
    516
    Gender:
    Female
    Ratings:
    +271
    Poor little baby kitty. I let my cat out, ( a few years ago) one day , after having him for about 4 years, and found him 2 days later , hit by a car.
     
  10. LLL

    LLL Survey Slinger

    Messages:
    3,092
    Gender:
    Female
    Ratings:
    +5,994
    This is the second script i'm giving you today. Are you using the first one?

    // ==UserScript==
    // @name Captcha Counter
    // @version 0.9
    // @match https://www.mturk.com/mturk/*
    // @copyright 2014+, Tjololo
    // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
    // @namespace https://greasyfork.org/users/710
    // @description Counts the number of hits remaining before you get a captcha
    // ==/UserScript==

    var hitId = "";
    if (document.getElementsByName("hitId")[0])
    hitId = document.getElementsByName("hitId")[0].value;
    var captchanum = 35;
    if (localStorage["captcha_number"]){
    captchanum = parseInt(localStorage["captcha_number"]);
    }
    var count = 0;
    if (localStorage["captcha_counter"]){
    count = parseInt(localStorage["captcha_counter"]);
    console.log("Count: "+count);
    }

    if(window.location.href.indexOf("accept") > -1) {
    if ($('input[name="userCaptchaResponse"]').length > 0) {
    count = 0;
    localStorage["captcha_counter"] = count;
    console.log("Captcha found: "+count);
    }
    else{
    if (hitId != "" && $('div[class="message error"]').length == 0){
    console.log("Accepted Hit");
    count+=1;
    localStorage["captcha_counter"]=count;
    console.log((captchanum-count)+" hits left until captcha!");
    if (count == captchanum)
    alert("Next hit is a captcha!");
    //alert((captchanum-count)+" hits left until captcha!");
    }
    else{
    console.log("No hit accepted");
    }
    }

    }
    else{
    if ($('input[name="userCaptchaResponse"]').length > 0) {
    count = 0;
    localStorage["captcha_counter"] = count;
    console.log("Captcha found: "+count);
    }
    }

    if (captchanum-count == 1)
    captchaCountStr = (captchanum-count)+" hit left until captcha!";
    else if (captchanum-count == 0)
    captchaCountStr = "Last hit before captcha!";
    else
    captchaCountStr = (captchanum-count)+" hits left until captcha!";

    var row = document.createElement("tr");
    var cell = document.createElement("td");
    if ($('#theTime').length)
    var table = $('#theTime').parents('table')[0];
    else
    var table = $('.title_orange_text_bold:first').parents('tbody')[0];
    cell.className = "title_orange_text";
    cell.setAttribute("align","left");
    cell.setAttribute("valign","top");
    cell.setAttribute("style","white-space: nowrap; padding-top: 1ex;");
    cell.style.paddingTop = "3px";
    cell.addEventListener("click", function clickCell(e) {
    var num_str=prompt("How many hits do you accept before you get a captcha? Note: This includes returns","35");
    var num = parseint(num_str);
    if (num){
    localStorage["captcha_number"] = num;
    alert("Captcha number saved as "+num);
    }
    });
    cell.innerHTML="<b>Captcha:</b> <span>"+captchaCountStr+"</span>";
    row.appendChild(cell);
    table.appendChild(row);
     
  11. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    I'm going outside to do adult things* too.

    *beer. I'm going to drink beer. In public. Outside. With people.

    [​IMG]
     
    • Love Love x 3
    • LOL LOL x 1
    • 5/5 Pay 5/5 Pay x 1
  12. paulaam

    paulaam Active Turker

    Messages:
    516
    Gender:
    Female
    Ratings:
    +271
    how do you do that. i'm getting them too, every 5 secconds. and when i go to the page to clear it, no captcha is there.
     
  13. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    Hit catcher tells me I have a captcha and a pop up comes up and I click accept on one of those hits.
     
    • Like Like x 1
  14. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,838
    Gender:
    Female
    Ratings:
    +31,575
    Yay! I'm so happy he's home:)
     
    • Love Love x 2
  15. jessers

    jessers Survey Slinger

    Messages:
    14,710
    Gender:
    Female
    Ratings:
    +44,814
    Also, who decided it was allowed to be 86 degrees in the middle of September? I'd like to have a chat with them.

    [​IMG]
     
    • Like Like x 1
    • Love Love x 1
  16. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    HC doesn't do that any more for me, I don't know why
     
  17. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    We are going to drink beer inside, like losers, because A) The Clemson game is on tonight and B) You couldn't pry me away from Bearnie for anything.

    [​IMG]
     
    • Like Like x 1
  18. EssArrBee

    EssArrBee Survey Slinger

    Messages:
    14,946
    Gender:
    Male
    Ratings:
    +20,007
    • 5/5 Pay 5/5 Pay x 3
  19. jdzane

    jdzane Survey Slinger

    Messages:
    9,239
    Gender:
    Female
    Ratings:
    +8,650
    Are we counting snow as ice? All it says is "water in frozen form" and that's technically what snow is....
     
  20. AMindAtTurk

    AMindAtTurk Survey Slinger TurkerView Masters

    Messages:
    26,051
    Gender:
    Female
    Ratings:
    +39,565
    Mine started working again lately.
     
Thread Status:
Not open for further replies.