Dear diary,
today is day 6943.
I still haven't used geometry.
today is day 6943.
I still haven't used geometry.
i need a script that lets me see all of y'alls reactions after reading my post
I am gonna say it's probably a lot like this
:banana:
you will have a geometry emergency on day 7057 so be prepared.Dear diary,
today is day 6943.
I still haven't used geometry.
I only look like this .i need a script that lets me see all of y'alls reactions after reading my post
I am gonna say it's probably a lot like this
:banana:
hmm, just like IRL when a girl see's me naked.
i need a script that lets me see all of y'alls reactions after reading my post
I am gonna say it's probably a lot like this
:banana:
wow, that's a lot of hitsgot 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 submit a lot of hits. lot of them are penny hits thoughwow, that's a lot of hits
I'm almost at 37000 submitted
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>"); });
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.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.
// 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);
})();
and some posters still joke about me losing it low key stings sometimes more than others
i, i expected better from you...
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.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 .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