12/29 - Frantic Friday!

Discussion in 'Daily mTurk HITs Threads' started by Melting Glacier, Dec 29, 2017.

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

    MrTrentSD Survey Slinger

    Messages:
    5,908
    Gender:
    Male
    Ratings:
    +9,645
    I have a few, none named like that, who's the author?
     
  2. thlinks

    thlinks Well-Known Turker

    Messages:
    1,206
    Ratings:
    +814

    What a low self esteem pathetic human being that should be deleted from the gene pool.
     
    • Like Like x 1
    • Love Love x 1
  3. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    I think it is something someone pulled from one of @Totally Not , 's scripts
    Code:
    // ==UserScript==
    // @name         Autoplay embedded youtubes 2x
    // @author      totally not , had posted most of this somewhere in another script
    // @version      0.1
    // @description  try to take over the world!
    // @include      https://www.youtube.com/embed/*
    // @grant        none
    
    // ==/UserScript==
    
    const IS_YOUTUBE_EMBED = document.URL.indexOf('youtube.com/embed') > -1;
    
    function playYoutubeEmbed() {
        console.log('Starting youtubeEmbed()...');
        let playButton = document.querySelector('.ytp-large-play-button');
        playButton.click();
        let settingsButton = document.querySelector('.ytp-settings-button');
        settingsButton.click();
    
        document.querySelectorAll('.ytp-menuitem-content').forEach(function(el) {
            if (el.textContent.includes('Normal')) {
                el.click();
                return;
            }
        });
    
        document.querySelectorAll('.ytp-menuitem-label').forEach(function(el) {
            if (el.textContent.includes('2')) {
                el.click();
                return;
            }
        });
    }
    
    
    
    (function(main) {
    
        if (IS_YOUTUBE_EMBED) playYoutubeEmbed();
        return false;
    
    })();
     
    • Today I Learned Today I Learned x 1
  4. MNHammer

    MNHammer Survey Slinger

    Messages:
    3,965
    Gender:
    Male
    Ratings:
    +23,836
  5. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    :emoji_thinking:
     
    • LOL LOL x 1
  6. thlinks

    thlinks Well-Known Turker

    Messages:
    1,206
    Ratings:
    +814
    trying to distract us from the real HITS I see.
     
  7. Sunlite

    Sunlite Survey Slinger

    Messages:
    5,028
    Gender:
    Female
    Ratings:
    +7,755


    Seems like so many Requesters are asking for writing lately- I have returned more hits recently cause of that- I mean, writing for a quarter-unless it's just a sentence or two- I return it. Or if I do it once, certainly not doing it twice in the same study ffs. That is rude.
     
    • Like Like x 1
  8. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    I actually think this is basically the gist of the issue they have with me. Both dudes are eternal bachelors, and the way they speak to me and all women kinda tells me why they strike out so much. Not to mention, THAT HOUSE. I would turn around and leave if I went home with a guy and his house looked like that nightmare from hell.

    They want Matt to be their third roomie. They've asked. Wait, where TF am I in that scenario my dudes?

    It's uh, fun. I really don't like to be that chick who tells someone not to be friends with a specific person. But those dudes are the worst. I mean, Darren (the guy we went hiking with) is annoying AF, BUT he's a decent person who is at least an actual adult so I bite my tongue and I'm friendly. I've definitely never ever ever cheated on Matt and it's very obvious, but ya know, let's start shit because no reason! Insert 5,000 eye rolls here.

    The only affair I'm having is the one in my mind with Colin Firth and Captain America bb.

    [​IMG]
     
    • LOL LOL x 4
    • Love Love x 2
  9. Ana*

    Ana* H&R Blockhead

    Messages:
    21,637
    Gender:
    Female
    Ratings:
    +27,162
    pssst HAIL HYDRA
     
    • LOL LOL x 2
  10. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Weekly reminder that I heart you guys.

    [​IMG]

    [​IMG]
    [​IMG]
     
    • Love Love x 6
  11. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    [​IMG]
     
    • LOL LOL x 1
  12. MrTrentSD

    MrTrentSD Survey Slinger

    Messages:
    5,908
    Gender:
    Male
    Ratings:
    +9,645

    Thanks, but it doesn't work for me :ak:
     
  13. angel

    angel Survey Slinger

    Messages:
    15,335
    Gender:
    Female
    Ratings:
    +28,737
    :hug:
     
    • Like Like x 1
  14. turks24

    turks24 Survey Slinger

    Messages:
    6,720
    Gender:
    Male
    Ratings:
    +13,777
    Hans Hassell [AIDHBLNK4TU3W] 4 minute Academic Survey on Opinions and Decision Making - $0.40 | PANDA
    [3U47UEJKWC8HV5ERLPB8H1C1467BLN]


    Unrated

    Unrated

    Unrated
    $9.54 / hour
    00:02:31 / completion time
    Pros:

    Cons:

    To read Hans Hassell's full profile check out TurkerView!
     
    • Nom Nom Nom! Nom Nom Nom! x 2
  15. thlinks

    thlinks Well-Known Turker

    Messages:
    1,206
    Ratings:
    +814
    whats that for?
     
  16. dan

    dan daelian

    Messages:
    28,285
    Gender:
    Male
    Ratings:
    +61,817
    [​IMG]
     
    • Love Love x 3
    • Like Like x 2
  17. GRR

    GRR Active Turker

    Messages:
    421
    Gender:
    Male
    Ratings:
    +287
    keep thinking this is saturday......
     
    • Like Like x 1
    • LOL LOL x 1
  18. Totally Not Salem

    Totally Not Salem Survey Slinger

    Messages:
    5,664
    Gender:
    Male
    Ratings:
    +5,034
    Looks like a Frakenstein of sorts.

    I always use .includes("substring") instead of .indexOf("substring") > 1.

    I also used to name my IIFE entry point "main" to make it easier to find the entry point later, but this one has main passed as a parameter to an anonymous function, which looks like a @slothbear thing, if my deductive skills are on-point.
     
    • Like Like x 1
  19. Hummingbirdee

    Hummingbirdee Big Bird

    Messages:
    54,302
    Gender:
    Female
    Ratings:
    +115,710
    Petition to change today to Saturday.

    [​IMG]
     
    • Like Like x 1
    • LOL LOL x 1
  20. Randomacts

    Randomacts Survey Slinger

    Messages:
    94,624
    Gender:
    Male
    Ratings:
    +124,077
    [​IMG]
     
Thread Status:
Not open for further replies.