04/14 - Tag Team Thursday!

Status
Not open for further replies.

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Line 163....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) !== null)
Needs to become....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) || document.URL.match(/https:\/\/www.mturk.com\/mturk\/submit/) !== null)
 

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
65,022
Reaction score
145,524
Points
2,088
Gender
Male
Line 163....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) !== null)
Needs to become....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) || document.URL.match(/https:\/\/www.mturk.com\/mturk\/submit/) !== null)
So that was always an issue, just coincidentally came up now, right?
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
So that was always an issue, just coincidentally came up now, right?
Yeah would of been an all the time issue, just rare. But it would of effected Crowd Task too. Only issue is that it will show the watch this hit thing when completing from your queue too which is what I assume why it was left out.
 
  • Like
Reactions: Kerek

hello

Member
Contributor
Joined
Jan 19, 2016
Messages
124
Reaction score
264
Points
388
Weird, tampermonkey interferes with chrome's translation ability. Guess I'll have to do without the queue fix.

Edit: wait, removing tampermonkey only fixed it for a second. Still can't translate pages. What's going on?
 
Last edited:

LightningLord

You think that's a Schwinn.
Contributor
Joined
Jan 12, 2016
Messages
2,400
Reaction score
4,040
Points
538
Age
33
Gender
Male
kind of pisses me off that on those shahangians the translate thing wasn't below the toolbar though on chrome
Yeah and sometimes chrome didn't even try to translate it, making me google a couple words then add "...to english" at the end just to get the right language. Damn lazy chrome. Tryin' ta make some money here!
 
  • Like
Reactions: scout

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
Title: 5 minute study for $0.40 and $0.20 Bonus Opportunity | PANDA
Requester: Research Group [A2S2MAHER3SV7] (TO)
TO Ratings:
★★★★ 4.82 Communicativity
★★★★ 4.42 Generosity
★★★★ 4.77 Fairness
★★★★ 4.67 Promptness
Number of Reviews: 79 | TOS Flags: 2
Submit a new TO review
Description: 5 minute study for $0.40 and $0.20 Bonus Opportunity
Time: 45 minutes
HITs Available: 4
Reward: $0.10
Qualifications: HIT approval rate (%) is not less than 95
 

SunlitSunflower

FIGHT FOR LIFE! STRIVE FOR MORE. GROW TALL!
Joined
Jan 12, 2016
Messages
1,760
Reaction score
4,622
Points
513
Age
29
Gender
Female
Title: 5 minute study for $0.40 and $0.20 Bonus Opportunity | PANDA
Requester: Research Group [A2S2MAHER3SV7] (TO)
TO Ratings:
★★★★ 4.82 Communicativity
★★★★ 4.42 Generosity
★★★★ 4.77 Fairness
★★★★ 4.67 Promptness
Number of Reviews: 79 | TOS Flags: 2
Submit a new TO review
Description: 5 minute study for $0.40 and $0.20 Bonus Opportunity
Time: 45 minutes
HITs Available: 4
Reward: $0.10
Qualifications: HIT approval rate (%) is not less than 95
The survey link was broken for me and just said "Not Found"
 
  • Like
Reactions: Rerun

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
Line 163....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) !== null)
Needs to become....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) || document.URL.match(/https:\/\/www.mturk.com\/mturk\/submit/) !== null)
yea, still not showing up on the panda
 
  • Like
Reactions: LightningLord

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Kerek @Kerek
Better fix would be this.
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) || (document.URL.match(/https:\/\/www.mturk.com\/mturk\/submit/) !== null && $("#alertboxMessage:contains(Accept HIT)").length))
 
  • Like
Reactions: Kerek

C to the J

Outlaw Turker
Contributor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
52,905
Reaction score
163,520
Points
3,238
Age
37
Gender
Male
Title: Categorization of social media posts | PANDA
Requester: Whisper LLC [A1BCTIQ2VUVX1J] (Contact)
(TO):[Pay: 3.64][Fair: 5.00][Comm: 5.00][Fast: 5.00]
Description:
Assign social media posts into categories
Time: 10 minutes
Hits Available: 200
Reward: $0.02
Qualifications: Total approved HITs is not less than 1000, HIT approval rate (%) is not less than 95, Location is US

numbers.
 

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
65,022
Reaction score
145,524
Points
2,088
Gender
Male
Line 163....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) !== null)
Needs to become....
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) || document.URL.match(/https:\/\/www.mturk.com\/mturk\/submit/) !== null)
Kerek @Kerek
Better fix would be this.
Code:
else if (document.URL.match(/https:\/\/www.mturk.com\/mturk\/(preview|accept).+groupId=.*/) || (document.URL.match(/https:\/\/www.mturk.com\/mturk\/submit/) !== null && $("#alertboxMessage:contains(Accept HIT)").length))
Do you not still need the !== null for the first match in that? (I don't actually know anything about Javascript)
 
Last edited:

hello

Member
Contributor
Joined
Jan 19, 2016
Messages
124
Reaction score
264
Points
388
Title: Decision-making experiment | PANDA
Requester: Todd R. Kaplan [A2Z3AY0EHUEE93] (TO)
TO Ratings:

☭☭☭☭☭ 0.00 Communicativity
☭☭☭☭☭ 5.00 Generosity
☭☭☭☭☭ 5.00 Fairness
☭☭☭☭☭ 5.00 Promptness
Number of Reviews: 7
(Submit a new TO rating for this requester)

Description: Make a number of decisions for potentially additional rewards
Time: 60 minutes
Hits Available: 1
Reward: $3.00
Qualifications: Done Decision Making Experiment has not been granted; Total approved HITs is greater than 500; HIT approval rate (%) is greater than 95; Location is US
 
Status
Not open for further replies.