05/04 - May the Fourth Be With You Thursday

Discussion in 'Daily mTurk HITs Threads' started by Tripsa, May 4, 2017.

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

    turk_it Survey Slinger

    Joined:
    Nov 15, 2016
    Messages:
    3,728
    Gender:
    Male
    Ratings:
    +10,147
    Title: 4-5 minutes short survey | PANDA
    Requester: Michael Smith [A3PA2JAFFX0A24] (Contact)
    TO: [Comm: 1.00] [Pay: 4.56] [Fair: 5.00] [Fast: 4.67] [Reviews: 20] [ToS: 0]
    Description: Answer a few simple questions for a study about people’s perceptions.
    Time: Unable to pull duration
    HITs Available: 1
    Reward: $0.50
    Qualifications: HIT approval rate (%) is greater than 80; Location is one of: US-CA, US-HI, US-MA, US-MD, US-NY, US-VT
    This HIT was posted through TurkerHub xPort Script v2.1 • Learn MoreInstall Here
     
    • Nom Nom Nom! Nom Nom Nom! x 5
  2. Yuk

    Yuk Zing King

    Joined:
    Nov 15, 2016
    Messages:
    2,585
    Ratings:
    +5,060
    Adblock/ublock the element
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  3. SAJ

    SAJ Survey Slinger

    Joined:
    Nov 18, 2016
    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    so @Randomacts I assume you haven't talked to the Robot guy? Maybe we should reach out to him and say we need to buy Ramen or some shit and Brelig isn't helping
     
    • LOL LOL x 1
  4. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Joined:
    Feb 22, 2017
    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
    Code:
    // ==UserScript==
    // @name         Hide Orange Strip
    // @namespace    http://tampermonkey.net/
    // @version      0.1
    // @description  try to take over the world!
    // @author       ThisPoorGuy
    // @match        https://www.mturk.com/*
    // @require      https://code.jquery.com/jquery-3.0.0-alpha1.min.js
    // @grant        none
    // ==/UserScript==
    
    (function() {
        $(".top-stripe").hide();
    })();
    
    (Probably a better way of doing this, but this is my quick and dirty method ;) )
     
    • Like Like x 3
    • 5/5 Pay 5/5 Pay x 2
    • Today I Learned Today I Learned x 2
    • Love Love x 1
  5. Eisenpower

    Eisenpower Survey Slinger

    Joined:
    Mar 18, 2017
    Messages:
    4,873
    Gender:
    Male
    Ratings:
    +11,914
    That's exactly what I did. Simple and effective.
     
    • Like Like x 1
  6. nice dog

    nice dog Active Turker

    Joined:
    Dec 8, 2016
    Messages:
    416
    Ratings:
    +339
    • Nom Nom Nom! Nom Nom Nom! x 3
    • Like Like x 1
  7. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    4,368
    Ratings:
    +8,598
    I posted it earlier. No need to load jquery for something so simple.

    document.querySelector(`.top-stripe`).style.display = `none`;
     
    • 5/5 Pay 5/5 Pay x 1
  8. Eisenpower

    Eisenpower Survey Slinger

    Joined:
    Mar 18, 2017
    Messages:
    4,873
    Gender:
    Male
    Ratings:
    +11,914
    > This brief form is expected to take approximately 30 minutes however individuals have been known to complete this process in less time. Additional time may be required to complete the subsequent studies.
    > Time - 15 minutes

    How Sway?
     
  9. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    4,368
    Ratings:
    +8,598
    • Today I Learned Today I Learned x 1
  10. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    35,368
    Gender:
    Female
    Ratings:
    +76,696
    [​IMG]
    :emoji_ghost: Orange stripe is coming~
     
  11. ThisPoorGuy

    ThisPoorGuy ThisPoorMod

    Joined:
    Feb 22, 2017
    Messages:
    39,486
    Gender:
    Male
    Ratings:
    +81,571
  12. Bill Brasky

    Bill Brasky Active Turker

    Joined:
    Nov 15, 2016
    Messages:
    260
    Gender:
    Male
    Ratings:
    +427
    Yay, that makes it disappear quicker too. Thnx a lot, not a little. ;)
     
  13. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    35,368
    Gender:
    Female
    Ratings:
    +76,696
    And they give you 15 minutes on the hit. :emoji_rolling_eyes:
     
  14. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    4,368
    Ratings:
    +8,598
    Aaaaaaand...

    Step 1: Go to settings.
    [​IMG]

    Step 2: Change config mode to advanced.
    [​IMG]

    Step 3: Edit and save EMCAScript5
    [​IMG]

    Now when you start a new script all of your stuff will be there.
    [​IMG]

    Here is my preset
    Code:
    // ==UserScript==
    // @name         New Userscript
    // @namespace    https://github.com/Kadauchi
    // @version      1.0.0
    // @description  Does things...
    // @author       Kadauchi
    // @icon         http://i.imgur.com/oGRQwPN.png
    // @include      /^https://(www\.mturkcontent|s3\.amazonaws)\.com/
    // @require      http://code.jquery.com/jquery-3.2.1.min.js
    // ==/UserScript==
     
    • Like Like x 1
    • Today I Learned Today I Learned x 1
  15. Kadauchi

    Kadauchi Administrator Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    4,368
    Ratings:
    +8,598
    Fastest way would be ublock or a stylish. Those will prevent it from showing in the first place so you don't get that laggy reflow.
     
    • Today I Learned Today I Learned x 1
  16. SAJ

    SAJ Survey Slinger

    Joined:
    Nov 18, 2016
    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    I'd help the Req with the math on that but we all know us over 40 can;t do Math
     
    • LOL LOL x 1
  17. SAJ

    SAJ Survey Slinger

    Joined:
    Nov 18, 2016
    Messages:
    27,503
    Gender:
    Male
    Ratings:
    +51,497
    I like the orange bar, it provides a fence for the bookmarks bar
     
    • LOL LOL x 3
    • Like Like x 1
  18. Bill Brasky

    Bill Brasky Active Turker

    Joined:
    Nov 15, 2016
    Messages:
    260
    Gender:
    Male
    Ratings:
    +427
    I tried using ublock, even using your line but it simply won't save it for some reason. May be some other conflict on my Chrome. Your javascript works well enough though.
     
  19. WimpLo

    WimpLo Survey Slingin' Batch Masta Former MTG MotM

    Joined:
    Nov 15, 2016
    Messages:
    35,368
    Gender:
    Female
    Ratings:
    +76,696
    Started 15 min survey without accepting and now it's gone. Now I'm running a panda, hoping it expires on the person. :emoji_grimacing:
     
  20. Jimmo

    Jimmo Survey Slinger

    Joined:
    Nov 27, 2016
    Messages:
    1,133
    Gender:
    Male
    Ratings:
    +2,667
    I like the color, and it makes me feel like Amazon is reaching out to me... :emoji_joy:
     
    • LOL LOL x 1
Thread Status:
Not open for further replies.