11/07 - Maserati Monday!

Status
Not open for further replies.

ecko

Well-Known Member
Contributor
Joined
Feb 2, 2016
Messages
3,764
Reaction score
6,813
Points
838
Age
42
Gender
Male
The ones I did weren't Masters.

Seems weird on the gender ones. Men and women can be interested in anything.
I did 5 and got that same message, I was very careful and thought about every one of my answers. How many did you do before you got booted?
 
  • Like
Reactions: LowCalCalzone

LowCalCalzone

Legalize Ranch
Contributor
Joined
Jan 12, 2016
Messages
5,059
Reaction score
18,790
Points
1,013
Age
31
Gender
Female
I did 5 and got that same message, I was very careful and thought about every one of my answers. How many did you do before you got booted?
About the same. I'm wondering if it's a scripting error and it's supposed to show the capped message.
 

jan

Moderator
Moderator
Joined
Jan 12, 2016
Messages
26,196
Reaction score
50,216
Points
1,463
Gender
Female
free stuff tomorrow
:)
including:
Krispy Kreme: Show your “I voted” sticker at participating Krispy Kreme shops and get a free doughnut.
7-Eleven: On Election Day, 7-Eleven customers can get a free cup of coffee at participating shops. The deal is available through the 7-Eleven mobile app, which is available in the App Store or Google Play.
http://www.usatoday.com/story/money...eals-freebies-and-dining-experiences/93169672
Bob Evans: Customers can get 30 percent off their entire dine-in or carryout order with this coupon.

Firehouse Subs: Get a free medium drink at participating Firehouse Subs locations by wearing your “I voted” sticker.

Marco’s Pizza: Marco’s Pizza is rewarding people who “vote for Marco’s” on Election Day with a voucher for a free medium one-topping pizza.
http://nbc4i.com/2016/11/07/election-day-deals-freebies-for-voters/
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
a9
Disclaimer: I have not tested this.
Code:
// ==UserScript==
// @name         a9 - 5 radios
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  Keybinds for the 5 radios in the a9 HITs
// @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
// @hitname      Shoe (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/235915880/onYNjrCy3S1NRlSfqUcH4Q.html
// ==/UserScript==

var autosubmit = false;

function _rate (i) {
  $(':radio').eq(i).click();
  if (autosubmit) {
    $(':submit').click();
  }
}

$(document).keydown(function (e) {
  switch (e.which) {
    case 49: case 97: // 1, Numpad 1
      _rate(0);
      break;
    case 50: case 98: // 2, Numpad 2
      _rate(1);
      break;
    case 51: case 99: // 3, Numpad 3
      _rate(2);
      break;
    case 52: case 100: // 4, Numpad 4
      _rate(3);
      break;
    case 53: case 101: // 5, Numpad 5
      _rate(4);
      break;
  }
});
 

ChristopherASA

Well-Known Member
Contributor
Joined
Feb 18, 2016
Messages
11,716
Reaction score
23,143
Points
1,238
Age
76
Location
Wish it were Seattle,but it isn't. :(
Gender
Male
There seriously aren't.
Really!!!! I could use another, say, three or four hours a day just to absorb all the good input in these daily threads and spend time learning how to script or learn AHK. Seriously.

And to the obvious response to the above, I'll just say, "I know, I know."
 

aveline

Well-Known Member
Administrator
Champion
Joined
Jan 10, 2016
Messages
36,516
Reaction score
104,423
Points
2,088
Location
Las Vegas
Gender
Female
free stuff tomorrow
:)
including:
Krispy Kreme: Show your “I voted” sticker at participating Krispy Kreme shops and get a free doughnut.
7-Eleven: On Election Day, 7-Eleven customers can get a free cup of coffee at participating shops. The deal is available through the 7-Eleven mobile app, which is available in the App Store or Google Play.
http://www.usatoday.com/story/money...eals-freebies-and-dining-experiences/93169672
Bob Evans: Customers can get 30 percent off their entire dine-in or carryout order with this coupon.

Firehouse Subs: Get a free medium drink at participating Firehouse Subs locations by wearing your “I voted” sticker.

Marco’s Pizza: Marco’s Pizza is rewarding people who “vote for Marco’s” on Election Day with a voucher for a free medium one-topping pizza.
http://nbc4i.com/2016/11/07/election-day-deals-freebies-for-voters/
I have to go to the DMV tomorrow. Are they doing any free stuff?
 

ALinAL

Well-Known Member
Contributor
Joined
Sep 7, 2016
Messages
1,315
Reaction score
4,257
Points
588
Age
55
Gender
Male
Greetings from Amazon Mechanical Turk,

You've received a bonus from Zidong for work related to 3RHLQY6EDTXAVJ4KUEWCQR2Z14T4DB.
The value of your bonus is: $0.60 USD

The Requester included this note:
Thank you for your careful work on our HIT.

Thanks for being a Worker on Mechanical Turk!
:party:
Greetings from Amazon Mechanical Turk,

You've received a bonus from The Wharton School for work related to 3QTFNPMJC6IQZO4MNHIXDC3HXFKNZK.
The value of your bonus is: $0.50 USD

The Requester included this note:
Bonus based on your placement in the college match experiment. Thank you for participating in our research

Thanks for being a Worker on Mechanical Turk!
 

ecko

Well-Known Member
Contributor
Joined
Feb 2, 2016
Messages
3,764
Reaction score
6,813
Points
838
Age
42
Gender
Male
About the same. I'm wondering if it's a scripting error and it's supposed to show the capped message.
That may be, I got the message on the racy ones but i kept trying them from my Q and was able to work on more just like I am able to do when i get the cap message.
 

Pleco

Friendly Neighborhood Rat
Contributor
Crowd Pleaser
Joined
Jan 23, 2016
Messages
19,190
Reaction score
76,218
Points
1,588
Age
37
Gender
Male
/me makes a petition to remove some hours from nighttime and put them into daytime.
I'll make a petition to have rollover hours. The hours where nothing is going on can be spent in a coma and used later when there's something exciting happening like people having a loud argument in the parking lot.
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
a9
Disclaimer: I have not tested this.
Code:
// ==UserScript==
// @name         a9 - 5 radios
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  Keybinds for the 5 radios in the a9 HITs
// @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
// @hitname      Shoe (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/235915880/onYNjrCy3S1NRlSfqUcH4Q.html
// ==/UserScript==

var autosubmit = false;

function _rate (i) {
  $(':radio').eq(i).click();
  if (autosubmit) {
    $(':submit').click();
  }
}

$(document).keydown(function (e) {
  switch (e.which) {
    case 49: case 97: // 1, Numpad 1
      _rate(0);
      break;
    case 50: case 98: // 2, Numpad 2
      _rate(1);
      break;
    case 51: case 99: // 3, Numpad 3
      _rate(2);
      break;
    case 52: case 100: // 4, Numpad 4
      _rate(3);
      break;
    case 53: case 101: // 5, Numpad 5
      _rate(4);
      break;
  }
});
add this so you can submit with enter
Code:
case 13: // Enter
      $(':submit').click();
      break;
 
Status
Not open for further replies.