03/29 - Want More Wednesday!

Discussion in 'Daily mTurk HITs Threads' started by TissueHime, Mar 29, 2017.

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
    Something I cobbled together real quick. Ugly but it'll work

    Code:
    // ==UserScript==
    // @name         Sergey TV keybinds
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  Typical MG hackjob, please don't chastise me Kada-senpai
    // @author       MeltingGlacier
    // @match        https://www.mturkcontent.com/*
    // @grant        none
    // ==/UserScript==
    
    window.focus();
    
    $(document).ready(function() {
    $("input[value='Exact Match']").click();
    });
    
      $(document).keydown(function(e) {
      if (e.keyCode == 13)  // enter
           $('input[value="Submit"]').click();
        });
    
      $(document).keydown(function(e) {
      if (e.keyCode == 49)  // 1
           $('input[value="Exact Match"]').click();
        });
    
      $(document).keydown(function(e) {
      if (e.keyCode == 50)  // 2
           $('input[value="Relevant, but NOT Exact Match"]').click();
        });
    
      $(document).keydown(function(e) {
      if (e.keyCode == 51)  // 3
           $('input[value="Related, but NOT Relevant"]').click();
        });
    
      $(document).keydown(function(e) {
      if (e.keyCode == 52)  // 4
           $('input[value="Neither Relevant, nor Related"]').click();
        });
    
      $(document).keydown(function(e) {
      if (e.keyCode == 53)  // 5
           $('input[value="Spam/Inappropriate content"]').click();
        });
     
    • Today I Learned Today I Learned x 1
    • Love Love x 1
  2. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Shit. I didn't mean to share that knowledge. I sometimes post it as low quality content message so it gets changed in order to stop the masses. Thus far, you're the only one to notice I can SHIT POST.

    [​IMG]
     
    • Love Love x 1
  3. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    [​IMG]

    Dear Mods: I just posted a super secret batch script in the staff section.. :emoji_grin:
     
    • LOL LOL x 3
    • 5/5 Pay 5/5 Pay x 1
  4. Perr

    Perr Well-Known Turker

    Messages:
    945
    Gender:
    Male
    Ratings:
    +2,203
    mts patch notes :emoji_laughing:
     
  5. Tripsa

    Tripsa Gobbling Ghost Mod

    Messages:
    11,991
    Gender:
    Male
    Ratings:
    +30,927
    [​IMG]
    $100 an hour here we come, we be pimpin
     
    • LOL LOL x 2
    • 5/5 Pay 5/5 Pay x 2
    • Love Love x 1
  6. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    tbh I didn't even read them because I was busy flipping my table and reopening shit
     
  7. ChrisTurk

    ChrisTurk Administrator

    Messages:
    56,724
    Ratings:
    +163,220
    Patch 3.14:
    Hit Finder cooldown has been nerfed to avoid Turkers nuking batches with no counter-play.
    We've removed TTS as voice chat is obviously toxic.
    VAC'd dozens of scripters as they were clearly at a competitive advantage.
    Hecarim has been removed from the platform as :emoji_unicorn: quals were oppressing reddit PEs.
     
    • LOL LOL x 4
  8. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072

    Here's what I had in my script for the keybinds...plus a little extra helper thingy...

    Code:
        $(document).keydown(function(e) {
            if (e.key.match(/[1-5]/)) {
                var choice = parseInt(e.key) - 1; // choice = .eq() of desired radio
                $('input[name="task_relevance_rating"]').eq(choice).prop('checked', true);
            }
        });
    
       //a little visual help for spotting matches...
        var query = $('input.form-control').eq(4).attr('placeholder');
        var title = $('a').eq(9).text();
         if (query === title) {
            console.log('Exact Match Detected...');
            $('input[name="task_relevance_rating"]').eq(0).prop('checked', true);
            $('body').css('background-color', '#aaffad');
        }
    
    
     
    • 5/5 Pay 5/5 Pay x 1
    • Today I Learned Today I Learned x 1
    • Love Love x 1
  9. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077

    Thanks for exporting it.. I do wish that there was a way to prevent extensions from updating though without having to edit text files every time to toggle lol
     
  10. sparklesdani

    sparklesdani Active Turker

    Messages:
    785
    Gender:
    Female
    Ratings:
    +557
    Oh yeah, I know I have a false 100%. I have 2 rejections. But the Sergeys are 99% approval rating and I feel like I've accepted HITs with that qual before? Maybe I'm wrong though.
     
  11. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    [​IMG]
     
    • LOL LOL x 1
  12. Ballistic406

    Ballistic406 Survey Slinger

    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    I think the nickels are over :(
     
  13. slothbear

    slothbear Survey Slinger

    Messages:
    10,822
    Gender:
    Male
    Ratings:
    +22,072
    • Like Like x 1
    • 5/5 Pay 5/5 Pay x 1
    • Love Love x 1
  14. Perr

    Perr Well-Known Turker

    Messages:
    945
    Gender:
    Male
    Ratings:
    +2,203
    [​IMG]
     
    • LOL LOL x 3
  15. SAJ

    SAJ Survey Slinger

    Messages:
    27,502
    Gender:
    Male
    Ratings:
    +51,488
    [​IMG]
     
    • LOL LOL x 3
  16. Tripsa

    Tripsa Gobbling Ghost Mod

    Messages:
    11,991
    Gender:
    Male
    Ratings:
    +30,927
    Finally a patch that doesn't nerf D.va :bolt:
     
    • LOL LOL x 1
  17. SquigglyButt

    SquigglyButt Survey Slinger

    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    [​IMG]
     
    • LOL LOL x 1
  18. GreenMachine842

    GreenMachine842 Moderator (⌐■_■)

    Messages:
    6,715
    Gender:
    Male
    Ratings:
    +13,816
    The sergeys you are looking at are actually >99% and mturk just does integer math so it is looking for a whole number >99 which is 100. I think that is how they work it.
     
  19. Ballistic406

    Ballistic406 Survey Slinger

    Messages:
    3,888
    Gender:
    Male
    Ratings:
    +6,667
    Good batch day I suppose. I am also done unless OW shouts at me to make money. :emoji_v:

    Today's Projected Earnings: $64.98 + Bonuses: $0.39 = $65.37 (Exported from Mturk Suite v1.20.11)


    RequesterHITsValue
    Map Solutions1289$25.78
    Pinterest27$15.00
    Sergey Schmidt276$13.80
    ETH DeSciL1$1.50
     
    • Like Like x 3
    • 5/5 Pay 5/5 Pay x 1
  20. SquigglyButt

    SquigglyButt Survey Slinger

    Messages:
    5,440
    Gender:
    Male
    Ratings:
    +5,961
    You sleeping with Mr. Maps? I didnt' even see 1289 available at any given time.
     
Thread Status:
Not open for further replies.