- Joined
- Jan 12, 2016
- Messages
- 53,055
- Reaction score
- 163,731
- Points
- 3,238
- Age
- 37
- Gender
- Male
Halfway considering returning my whole queue just because it's Vine.Can someone return one of those sergey's so I can see what they look like?
Halfway considering returning my whole queue just because it's Vine.Can someone return one of those sergey's so I can see what they look like?
Yeah please do. I need to get more familiar with themCan someone return one of those sergey's so I can see what they look like?
It's basically just project reflection with Vine.Yeah please do. I need to get more familiar with them
if comcast keeps freezing up, shit is going to go flying out the fucking window I SWEAR TO GAWD
Well....I'm not sure I'm doing them right so I need a few more so I can verify...It's basically just project reflection with Vine.
no it just means don't base the category on the revined partsAm I reading these vines correctly that if it is a revine that we put that after the user name and that is all we do or should they be returned?
Return them all.Am I reading these vines correctly that if it is a revine that we put that after the user name and that is all we do or should they be returned?
Thank you!no it just means don't base the category on the revined parts
I was hoping for some sleep tonightJesus, more Sergey's for @P L A Y E R 9 1 ..
Work hard tonight, take Friday offI was hoping for some sleep tonight
You must live next door to me, because it is my Comcast internet going out every 20 minutes....if comcast keeps freezing up, shit is going to go flying out the fucking window I SWEAR TO GAWD
In case you have trouble keeping track of all your rejections, this script will give you an alert when you get a new one when you visit the dashboard:
// ==UserScript==
// @name Turking Queen
// @version 1.0
// @include https://www.mturk.com/mturk/dashboard*
// @require http://code.jquery.com/jquery-latest.min.js
// @grant GM_getValue
// @grant GM_setValue
// ==/UserScript==
var lastRejections = GM_getValue('rejectionCount') ? GM_getValue('rejectionCount') : 0;
var curRejections = $('td.metrics-table-first-value:contains("Rejected")').next().text();
if (curRejections != lastRejections && $('td.metrics-table-first-value:contains("Rejected")').length > 0)
{
GM_setValue('rejectionCount',curRejections);
alert('New rejections!');
}
nah internet is fine, it's the gawd damn tv services that is freezingYou must live next door to me, because it is my Comcast internet going out every 20 minutes....