06/04 - Marquee Moon on Monday!

Status
Not open for further replies.

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
got a rejection from a 0.49 survey from a couple days ago saying I never submitted a survey code. i usually always submit a survey code. i emailed the requester back saying I would re-take if indeed I was wrong if I could have the rejection reversed :(

it would take me 4,225 rejections to fall under 99, but i’ve been working my turk ass off still padding my number (507,400 approved) (99.82) so I can get masters back. so technically every rejection I get now still burns just as much as it would if i was starting out. Because I feel like I may never get it back

meh
 

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
and some posters still joke about me losing it :( low key stings sometimes more than others
 

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
I found one thing terrible about my laptop being reset.
I don't know my seed passphrase for metamask

Over 20 years ago, my friend Janelle would read my writing for me since I can't make heads or tails of it.
She said I desperately need to learn how to read my own handwriting, or it would come back to bite me in the ass

and she was right :rain:
 
  • Like
Reactions: Peachy

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
it’s not like i’m not working at it

working hard :(
 
  • Like
Reactions: GTR

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
got a rejection from a 0.49 survey from a couple days ago saying I never submitted a survey code. i usually always submit a survey code. i emailed the requester back saying I would re-take if indeed I was wrong if I could have the rejection reversed :(

it would take me 4,225 rejections to fall under 99, but i’ve been working my turk ass off still padding my number (507,400 approved) (99.82) so I can get masters back. so technically every rejection I get now still burns just as much as it would if i was starting out. Because I feel like I may never get it back

meh
wow, that's a lot of hits

I'm almost at 37000 submitted
 
  • Like
Reactions: Peachy

kryss

carburante al fuoco
Former Admin
Joined
Jan 10, 2016
Messages
20,910
Reaction score
61,580
Points
1,488
I don't know why I still have this in my tampermonkey, but it looks pretty important.

Code:
// ==UserScript==
// @name         MTurk Grind: kryssyy Vision
// @author       Turkdigo
// @icon         http://www.mturkgrind.com/data/avatars/l/5/5824.jpg
// @version      1.01
// @description  See what kryssyy sees.
// @require      http://code.jquery.com/jquery-latest.min.js
// @match        http://www.mturkgrind.com/*
// @namespace https://greasyfork.org/users/9008
// ==/UserScript==

$(document).ready(function(){

    var randomFill = Math.ceil(Math.random()*100);
  
    function randomNumber(){
        randomFill = Math.ceil(Math.random()*100);
    }
  
    $("a.username.avatar > img").each(function(i) {
      
        randomNumber();
  
        if (randomFill >= 0 && randomFill <= 10) {
            $(this).attr("src", "http://publish.illinois.edu/dancing/files/2014/11/donald-s-pizza-dance-o.gif");
        } else if (randomFill > 10 && randomFill <= 20) {
            $(this).attr("src", "https://pbs.twimg.com/profile_images/3356422133/e5e9271c7b7ac02abc6c6de59c8d85e3.png");
        } else if (randomFill > 20 && randomFill <= 30) {
            $(this).attr("src", "http://cdn.shopify.com/s/files/1/0066/5282/files/pizzacat_2.jpg?1805");
        } else if (randomFill > 30 && randomFill <= 40) {
            $(this).attr("src", "https://s-media-cache-ak0.pinimg.com/originals/60/cd/20/60cd200955c90b607efe0c7ff2f46975.gif");
        } else if (randomFill > 40 && randomFill <= 50) {
            $(this).attr("src", "https://tribwdcw.files.wordpress.com/2014/09/oh-yes-we-did-pepperoni-pizza-cake_01.jpg?w=770");
        } else if (randomFill > 50 && randomFill <= 60) {
            $(this).attr("src", "http://globalgeeknews.com/wp-content/uploads/2012/07/Angry-Birds-Pizza.jpg");
        } else if (randomFill > 60 && randomFill <= 70) {
            $(this).attr("src", "https://iarethefoodsnob.files.wordpress.com/2010/04/dsc06858.jpg");
        } else if (randomFill > 70 && randomFill <= 80) {
            $(this).attr("src", "http://cdn.firstwefeast.com/assets/2014/09/face.jpg");
        } else if (randomFill > 80 && randomFill <= 90) {
            $(this).attr("src", "http://s3.amazonaws.com/overlayer/photo/imgs/1361914304-pizza-face-jacquelinesotoespinoza20130226-19-1ofjp0v.jpg");
        } else if (randomFill > 90 && randomFill <= 100) {
            $(this).attr("src", "https://bettercookies.files.wordpress.com/2014/04/easter-bunny-pizza-biscuit.jpg");
        }
    });
  

  
    $("img.bbCodeImage.LbImage[src*='.gif']").each(function(i) {
      
        randomNumber();
  
        if (randomFill >= 0 && randomFill <= 10) {
            $(this).attr("src", "http://publish.illinois.edu/dancing/files/2014/11/donald-s-pizza-dance-o.gif");
        } else if (randomFill > 10 && randomFill <= 20) {
            $(this).attr("src", "https://38.media.tumblr.com/73de5f5be453bae47bee29f72c535a0f/tumblr_nvie2l838i1qklhrmo1_400.gif");
        } else if (randomFill > 20 && randomFill <= 30) {
            $(this).attr("src", "http://media3.giphy.com/media/sTUWqCKtxd01W/giphy.gif");
        } else if (randomFill > 30 && randomFill <= 40) {
            $(this).attr("src", "https://s-media-cache-ak0.pinimg.com/originals/60/cd/20/60cd200955c90b607efe0c7ff2f46975.gif");
        } else if (randomFill > 40 && randomFill <= 50) {
            $(this).attr("src", "http://media.giphy.com/media/VmhozsNNSsuwE/giphy.gif");
        } else if (randomFill > 50 && randomFill <= 60) {
            $(this).attr("src", "http://media1.giphy.com/media/2LqQkIPKNevkc/giphy.gif");
        } else if (randomFill > 60 && randomFill <= 70) {
            $(this).attr("src", "http://media3.giphy.com/media/eLLagHAuibOMg/giphy.gif");
        } else if (randomFill > 70 && randomFill <= 80) {
            $(this).attr("src", "http://www.quirkycookery.com/wp-content/uploads/2013/08/tumblr_m7rd9g76mK1roba31o1_250.gif");
        } else if (randomFill > 80 && randomFill <= 90) {
            $(this).attr("src", "http://data.whicdn.com/images/171390320/large.gif");
        } else if (randomFill > 90 && randomFill <= 100) {
            $(this).attr("src", "http://media.giphy.com/media/dlE9ehUI4Vrl6/giphy.gif");
        }
    });

    //$("a.username > span").each(function(i) {
    //    randomNumber();
    //    $(this).html("Pizza" + randomFill * 17);
    //});
  
    $("em.userTitle").html("Tastes like pizza..?");
    $("li.ribbon1").html("Pepperoni");
    $("li.ribbon2").html("Olives");
    $("li.ribbon3").html("Banana Peppers");
    $("li.ribbon4").html("Green Peppers");
    $("li.ribbon5").html("Sardines");
    $("li.ribbon6").html("Red Onions");
    $("li.ribbon7").html("Pineapple");
    $("li.ribbon8").html("Ham");
    $("li.ribbon9").html("Bacon");
    $("li.ribbon10").html("Canadian Bacon");
    $("li.ribbon11").html("Extra Cheese");
    $("li.ribbon12").html("Cheese");
    $("li.ribbon13").html("Light Sauce");
    $("li.ribbon14").html("Extra Sauce");
    $("li.ribbon15").html("Mushrooms");
    $("li.ribbon16").html("Beef");
    $("li.ribbon17").html("Italian Sausage");
    $("li.ribbon18").html("Sausage");
    $("li.ribbon19").html("Parmesan");
    $("li.ribbon20").html("Meatball");
  
    $("h2.uix_textLogo").html("Mturk<span>PIZZA</span>");
  
});
:cautious:
 
  • Like
Reactions: aveline

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,509
Reaction score
104,413
Points
2,088
Location
Las Vegas
Gender
Female
nah
I don't use many scripts in the first place
they slow down the browser, when it has to check what to use.
I have 'is this on endor' and the confirm returned hit. I can't think of what else I would have needed.
This is one of those ones that I often forget about, but it can really be a pain when you end up in a situation where you need it but don't already have it installed.

Code:
// Clear Radio Button
// version 0.1 BETA!
// 2006-11-28
// by Jim Biancolo
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script.
//
// To install, you need Greasemonkey: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// To uninstall, go to Tools/Manage User Scripts,
// select "Show Cell Headers", and click Uninstall.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name          Clear Radio Button
// @namespace     http://www.biancolo.com
// @description   When clicking on a selected radio button, this script will clear it
// @include       *
// ==/UserScript==

(function() {

  var currRadioRef = null;
  var currRadioVal = null;

  function clearRadio(event) {
    var t = event.target;

    if (isRadio(t)) {
      if ((currRadioRef==t) && currRadioVal) {
        t.checked = false;
        currRadioRef = null;
      }
    }
  }

  function getRadioState(event) {
    var t = event.target;
   
    if (isRadio(t)) {
      currRadioRef = t;
      currRadioVal = t.checked;
    }
  }

  function isRadio(ctrl) {
    return (ctrl.tagName.toUpperCase() == "INPUT" && ctrl.type == "radio");
  }

  document.documentElement.addEventListener("mousedown", getRadioState, true);
  document.documentElement.addEventListener("click", clearRadio, true);

})();
 
  • Like
Reactions: Jharkan

DareAngel3

Well-Known Member
Contributor
Mentor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
5,553
Reaction score
11,231
Points
2,713
Age
36
Location
Central IL
Gender
Female
and some posters still joke about me losing it :( low key stings sometimes more than others
:hug:
It was easy for me to write off Masters as some impossible to reach fantasy before I got it. Now, I couldn't imagine having to go backwards. You definitely do work hard- you still make more as a non-Master than I do on most days.

Thanks for your sacrifice, though- I know Masters can be lost, so I treasure it and don't do anything that could drop me too far percentage wise. I think we've all gotten more rejections this year than ever, but you had to get a TON to drop you down to 99.8, yeah?
 
  • Like
Reactions: aveline and MarkC

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,509
Reaction score
104,413
Points
2,088
Location
Las Vegas
Gender
Female
got a rejection from a 0.49 survey from a couple days ago saying I never submitted a survey code. i usually always submit a survey code. i emailed the requester back saying I would re-take if indeed I was wrong if I could have the rejection reversed :(

it would take me 4,225 rejections to fall under 99, but i’ve been working my turk ass off still padding my number (507,400 approved) (99.82) so I can get masters back. so technically every rejection I get now still burns just as much as it would if i was starting out. Because I feel like I may never get it back

meh
I've seen people get it back after losing it. I've even seen people get suspended, get their accounts back, and still end up getting it. There's always hope.
 

StarfoxJ

Well-Known Member
Contributor
Joined
Jul 7, 2017
Messages
1,603
Reaction score
3,865
Points
588
Gender
Male
got a rejection from a 0.49 survey from a couple days ago saying I never submitted a survey code. i usually always submit a survey code. i emailed the requester back saying I would re-take if indeed I was wrong if I could have the rejection reversed :(

it would take me 4,225 rejections to fall under 99, but i’ve been working my turk ass off still padding my number (507,400 approved) (99.82) so I can get masters back. so technically every rejection I get now still burns just as much as it would if i was starting out. Because I feel like I may never get it back

meh
If you work expecting to get it back . It'll never come . Just keep doing you , try not to think of it . You'll get it back when you least expect it .
 
Status
Not open for further replies.