03/17 - Tari Tari Thursday!

Status
Not open for further replies.

Aydiarose

Kinkguin 0f d00m
Contributor
Joined
Jan 12, 2016
Messages
2,399
Reaction score
5,261
Points
888
Title: Answer a survey about your personal experiences
Requester: Stephanie Kim [A3FDRZ6YVKCF6M] (TO)
TO Ratings:
★★★★★ 0.00 Communicativity★★★★★ 3.42 Generosity★★★★★ 5.00 Fairness★★★★★ 5.00 Promptness
Number of Reviews: 14
TOS Flags: 0
Submit a new TO review
Description: Please provide us with your personal experiences and preferences toward products.
Time: 20 minutes
HITs Available: 1
Reward: $0.50
Qualifications: HIT approval rate (%) is greater than 98;Total approved HITs is greater than 5000
writing
 

Maria Tortilla

Dave Grohl is my spirit animal
Contributor
Joined
Jan 17, 2016
Messages
4,246
Reaction score
11,798
Points
1,338
Age
39
Gender
Female
I'm probably the only person on mturk who has coupon vision on their TM but that one has been constantly flashing and saying rem since before the TM problem last night. Anyone know how to fix that?
 
  • Like
Reactions: Pleco and kryss

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
if ($(msgbox).length > 0 && ($(msgbox).text()).contains("There are no HITs in this group available to you at the moment.")) {
try this
Code:
if ($(msgbox).length > 0 && ($(msgbox).text()).contains("There are no more available HITs in this group.") || $(msgbox).length > 0 && ($(msgbox).text()).contains("There are no HITs in this group available to you at the moment.")) {
 

Definitely Not Riss

Probably not Breakfast Wino
Contributor
Joined
Jan 12, 2016
Messages
3,967
Reaction score
7,418
Points
938
Gender
Female

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
I feel kinda bad for Kadauchi @Kadauchi because now he's kinda become everyone's tech support guy. We should pitch in and buy him a six pack of cables or whatever he's into.
 

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
try this
Code:
if ($(msgbox).length > 0 && ($(msgbox).text()).contains("There are no more available HITs in this group.") || $(msgbox).length > 0 && ($(msgbox).text()).contains("There are no HITs in this group available to you at the moment.")) {
Seems to have worked! Thank you so much! MerryLou @MerryLou
 

Liz

Babysitter
Contributor
Joined
Jan 18, 2016
Messages
8,766
Reaction score
26,999
Points
1,013
Age
49
Gender
Female
Oops, I thought they were the fashion folks?
no clue who they are. Well I didn't need them anyway dammit.

someone hand me a baby I need consoled..or food.
 
  • Like
Reactions: jan and kryss

MerryLou

unpalatable
Contributor
Crowd Pleaser
Sole Survivor
Joined
Jan 12, 2016
Messages
11,259
Reaction score
20,514
Points
1,688
Gender
Female
try this
Code:
if ($(msgbox).length > 0 && ($(msgbox).text()).contains("There are no more available HITs in this group.") || $(msgbox).length > 0 && ($(msgbox).text()).contains("There are no HITs in this group available to you at the moment.")) {
:eek: That seems to be working for me! :hail:
 

electrolyte

The Ghost of MTurk Past
Contributor
Joined
Jan 10, 2016
Messages
19,184
Reaction score
45,978
Points
1,313
Can you add that new line i just posted? I got a -rem- post fix on mine so I think it might be returning the old message sporadically.
Let me know if we need to update the banner at the top with any new/updated relevant info or links.
 
  • Like
Reactions: Pleco

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Let me know if we need to update the banner at the top with any new/updated relevant info or links.
Link to https://greasyfork.org/en/scripts/18044-turkmaster-mturk. (Just disable the currently installed version you have so it is there and able to update when it gets fixed on greasyfork.
or
Replace line 2356 with
Code:
if ($(msgbox).length > 0 && ($(msgbox).text()).contains("There are no ")) {

Chrome: Right click tampermonkey > options > installed userscripts > click turkmaster > scroll to line 2356 > change the code.

Firefox: Install chrome.
 
Last edited:
Status
Not open for further replies.