11/05 - Sciency Saturday!

Status
Not open for further replies.
Joined
Oct 26, 2016
Messages
318
Reaction score
412
Points
113
Age
33
Gender
Male
Ezpz
Code:
// ==UserScript==
// @name         Sergey Example
// @namespace    http://kadauchi.com
// @version      1.0.0
// @description  blank
// @author       Kadauchi
// @icon         http://i.imgur.com/oGRQwPN.png
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

$(document).keydown(function (e) {
  switch (e.which) {
    case 49: case 97: // 1, Numpad 1
      $(':radio:eq(0)').click();
      break;
    case 50: case 98: // 2, Numpad 2
      $(':radio:eq(1)').click();
      break;
    case 51: case 99: // 3, Numpad 3
      $(':radio:eq(2)').click();
      break;
  }
});
You are the hero we need but i dont deserve :')

Thank you!!
 

Kuddish

Me fail English! That's unpossible
Contributor
Joined
Jan 24, 2016
Messages
3,800
Reaction score
7,804
Points
988
Age
42
Location
The D!
Gender
Male
time for this?

Title: This is a 2-day study. Day 1 should take 45 min (payment $7.50). Day 2 should take 30 min (payment $5). | PANDA
Requester: Prof. Heidi Lorimor [ADPOMZB19YO8O] (TO)
TO Ratings:
★★★★★ 3.00 Communicativity
★★★★★ 3.92 Generosity
★★★★ 4.00 Fairness
★★★★ 4.00 Promptness
Number of Reviews: 13 | TOS Flags: 0
Submit a new TO review
Description: 2-day research study with a number of tasks, including reading stories and describing pictures
Time: 60 minutes
HITs Available: 1
Reward: $5.00
Qualifications: Day 2 participants has been granted;Location is US
 

blackpupjean

Well-Known Member
Joined
Aug 21, 2016
Messages
2,807
Reaction score
4,748
Points
513
Location
wisconsin
Gender
Female
So in addition to my full time day job, working on Mturk, I applied for a weekend job at Kwik Trip. Did receive a call from them (which actually surprised me since I have no gas station/convenience store experience), and just got done with 7 references, waiting on 2 more. I will be a busy girl if I get the job.
 
Status
Not open for further replies.