11/15 - Testing Tuesday!

Discussion in 'Daily mTurk HITs Threads' started by jessers, Nov 15, 2016.

?

Is ChrisTurk awesome?

  1. Yes

    37 vote(s)
    51.4%
  2. Yep

    9 vote(s)
    12.5%
  3. Yup

    10 vote(s)
    13.9%
  4. Yeah

    3 vote(s)
    4.2%
  5. No (jk yes)

    13 vote(s)
    18.1%
Thread Status:
Not open for further replies.
  1. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    • Like Like x 1
    • Nom Nom Nom! Nom Nom Nom! x 1
  2. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    Not a problem! All I did was add another @match line. I think I might have tweaked the opacity a bit when you first shared it, but that's it. :)
     
    • Like Like x 1
    • Love Love x 1
  3. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,760
    Gender:
    Female
    Ratings:
    +31,436
    Title: Politics 2- opinion. | PANDA
    Requester: ISSRC [A1B3KCK75Z8IEU] (TO)
    TO Ratings:
    [​IMG]
    ☢☢☢☢☢ 2.90 Communicativity
    ☢☢☢☢ 4.29 Generosity
    ☢☢☢☢ 4.57 Fairness
    ☢☢☢☢ 4.52 Promptness
    Number of Reviews: 189
    (Submit a new TO rating for this requester)

    Description: We are interested in your opinion. Read short texts and answer simple questions - earn 2$. Please don't take this survey more then once.
    Time: 2 hours
    Hits Available: 1
    Reward: $2.00
    Qualifications: HIT approval rate (%) is greater than 80; Location is US
     
    • Like Like x 1
  4. laby

    laby Survey Slinger Former MTG MotM TurkerView Masters

    Messages:
    14,760
    Gender:
    Female
    Ratings:
    +31,436
    • Like Like x 1
  5. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Messages:
    35,109
    Gender:
    Female
    Ratings:
    +74,928
    I can't see who all is on.
     
    • Good Review! Good Review! x 1
    • Today I Learned Today I Learned x 1
  6. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    • Today I Learned Today I Learned x 2
  7. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,219
    Added this feature for the nosy Nancies. :p

    ETA: May need to refresh page.
     
    • Like Like x 4
    • Today I Learned Today I Learned x 1
    • Love Love 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. kay

    kay Active Turker

    Messages:
    210
    Gender:
    Male
    Ratings:
    +215
    • Today I Learned Today I Learned x 2
  9. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    Oh, i see. I think you were using some different themes than I was.
    I messed around with it a little. This works for me with mturkgrind's light theme, and turkerhub's default style.

    edit: took out the search bar part for MTG, it was messing stuff up.

    Code:
    // ==UserScript==
    // @name         Sticky MTG ModBar
    // @version      1.0
    // @description  make the #moderatorBar sticky
    // @author       slothbear
    // @icon         http://i.imgur.com/yptTSAh.gif
    // @include      http*://turkerhub.com/*
    // @match        http://www.mturkgrind.com/threads/*
    // @require      https://code.jquery.com/jquery-2.1.4.min.js
    // @require      https://raw.githubusercontent.com/garand/sticky/master/jquery.sticky.js
    
    // ==/UserScript==
    
    // Settings for
    // MTG: MTG Light Theme
    // Turkerhub: Default Theme
    
    $(document).ready(function(){
    
        var url      = window.location.href;     // Returns full URL
        var isMTG = url.indexOf("mturkgrind")!==-1;
    
        if (isMTG){
            $('#moderatorBar').sticky({topSpacing:0, zIndex:666}); // uses sticky.js to keep the moderatorBar on top
            $('#moderatorBar').css({opacity: 0.33, right: 0}); // makes bar see through
        } else {
            $("#navigation").sticky({topSpacing:2, zIndex:666}); // uses sticky.js to keep the moderatorBar on top
            $("#navigation").css({opacity: 0.80}); // makes bar see through
            $('#searchBar').sticky({topSpacing:45, zIndex:667});
            $('#searchBar').css({opacity: 0.80, right: -30});
            $("#logoBlock").sticky({topSpacing:0, zIndex:666});
        }
    });
     
    • Today I Learned Today I Learned x 2
    Last edited: Nov 15, 2016
  10. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,219
    @Bill Brasky have you tried re-doing your avatar? I think I added the option to link through URL, but if its not still letting you use gifs I'd like to know so I can look into it again.
     
    • Like Like x 2
  11. Hazmat

    Hazmat Survey Slinger

    Messages:
    2,151
    Ratings:
    +3,845
    I just tried again and it's not working for me. The gif is under 50kb and I tried direct file and giphy links. It works on profile page, but not in forum.
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  12. Melting Glacier

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

    Messages:
    6,157
    Gender:
    Male
    Ratings:
    +11,423
    That was unreasonably fast, wow. Also, major props for the favicon alerts. [​IMG]

    Aha, yep, I was using the Lightweight Dark Theme over there. I must have changed it some when I tried it out originally!
     
    • Like Like x 2
    • Love Love x 1
  13. Jagdpanzer

    Jagdpanzer Survey Slinger

    Messages:
    2,960
    Gender:
    Male
    Ratings:
    +3,443

    I'm linking via a URL
     
    • Like Like x 1
  14. Celtic Lady

    Celtic Lady Survey Slinger

    Messages:
    2,888
    Gender:
    Female
    Ratings:
    +5,319
    Only available for certain states.
    "Class Members of the indirect purchaser optical disk drive settlement include residents of Arizona, California, District of Columbia, Florida, Hawaii, Kansas, Maine, Massachusetts, Michigan, Minnesota, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Mexico, New York, North Carolina, Oregon, Tennessee, Utah, Vermont, West Virginia, and Wisconsin who, between April 2003 and December 2008, purchased (for their own use and not for resale)"
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
    • Love Love x 1
  15. Bill Brasky

    Bill Brasky Active Turker

    Messages:
    260
    Gender:
    Male
    Ratings:
    +427
    It does import but as @Hazmat mentions, it is static on the forum page. this one is from imgur
     
    • Like Like x 1
  16. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    Yeah, I'm not really a fan of dark themes too much.
     
    • Like Like x 2
    • Love Love x 1
  17. kay

    kay Active Turker

    Messages:
    210
    Gender:
    Male
    Ratings:
    +215
    there is also this one for anybody that has ever bought johnson baby lotions. you can claim up to 5 without proof or purchase. you can claim more with proof.
    https://topclassactions.com/lawsuit...edtime-bath-products-class-action-settlement/
     
    • Like Like x 4
  18. independent739

    independent739 Well-Known Turker

    Messages:
    821
    Gender:
    Male
    Ratings:
    +874
    I've been trying to see how the favicon alert works. Is it just anytime there's a new post on the thread?
     
    • Like Like x 1
  19. turk_it

    turk_it Survey Slinger

    Messages:
    3,728
    Gender:
    Male
    Ratings:
    +10,147
    this is very nice over here, congrats.
    [​IMG]
     
    • Love Love x 1
  20. Jagdpanzer

    Jagdpanzer Survey Slinger

    Messages:
    2,960
    Gender:
    Male
    Ratings:
    +3,443
Thread Status:
Not open for further replies.