02/11 - Traction Thursday!

Status
Not open for further replies.

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
52,830
Reaction score
163,425
Points
3,238
Age
37
Gender
Male

Devil_Dawg

Marine, Husband, Father, Grand Father
Contributor
Joined
Jan 13, 2016
Messages
10,971
Reaction score
31,075
Points
1,388
Age
60
Gender
Male
if comcast keeps freezing up, shit is going to go flying out the fucking window I SWEAR TO GAWD
 
  • Like
Reactions: DareAngel3

stephersmbucks

New Member
Joined
Jan 12, 2016
Messages
58
Reaction score
80
Points
218
Age
42
Gender
Female
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?
 

MinkyMona

Spooky Turk Ghost
Joined
Jan 21, 2016
Messages
2,461
Reaction score
5,951
Points
763
Gender
Female
Do we have a thread to talk about how ugly Hillary Clinton's shirt is during this debate?
 

Sassy

The Quiet One
Contributor
Joined
Jan 12, 2016
Messages
28
Reaction score
64
Points
338
Location
Florida
Gender
Female
if comcast keeps freezing up, shit is going to go flying out the fucking window I SWEAR TO GAWD
You must live next door to me, because it is my Comcast internet going out every 20 minutes....
 

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
64,955
Reaction score
145,469
Points
2,088
Gender
Male
kryss @kryssyy where you at? It's clock out time.

:wine:
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:

Code:
// ==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!');
}
Log in or register now. to view Spoiler content!
 
Last edited:

Devil_Dawg

Marine, Husband, Father, Grand Father
Contributor
Joined
Jan 13, 2016
Messages
10,971
Reaction score
31,075
Points
1,388
Age
60
Gender
Male
You must live next door to me, because it is my Comcast internet going out every 20 minutes....
nah internet is fine, it's the gawd damn tv services that is freezing
 
Status
Not open for further replies.