03/11 - Summing Up Saturday!

Status
Not open for further replies.

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
No need to AHK that when you can just use js :p
Kinda prefer AHK for bouncing back and forth between windows/tabs. I like that I can keep it on a toggle then I dont have to worry about what pages my javascript is running or not running on.
 

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
Today's Projected Earnings: $63.85 + Bonuses: $6.17 = $70.02 (Exported from Mturk Suite v1.14.9)

Log in or register now. to view Spoiler content!

70, and I'm done for real this time. Those Research Tasks are legit super easy/fast tonight though. Worth trying if you're bored I guess
 

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
Today's Projected Earnings: $63.85 + Bonuses: $6.17 = $70.02 (Exported from Mturk Suite v1.14.9)

Log in or register now. to view Spoiler content!

70, and I'm done for real this time. Those Research Tasks are legit super easy/fast tonight though. Worth trying if you're bored I guess

Nice job, what are julian michael hits?
 

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
Nice job, what are julian michael hits?
They were up for a few hours earlier. Basically selecting phrases that match a query. Or the other Hits were to type up questions based on information given.

They are monotonous, surprised more people don't do them though as the pay is okay. They've posted hits before, so definitely keep an eye out.
 
  • Like
Reactions: SarahAshlee90

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Is the worker ID associated with the Requester account? Because if not...hm.
Maybe, you can just make a new account.
Kinda prefer AHK for bouncing back and forth between windows/tabs. I like that I can keep it on a toggle then I dont have to worry about what pages my javascript is running or not running on.
All that can be done with js.
 
  • Like
Reactions: Kerek

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
Today's Projected Earnings: $0.96 (Exported from Mturk Suite v1.14.9)

Log in or register now. to view Spoiler content!
best day in awhile. maybe not on mturk? but ...i went OUTSIDE.
and got the best naturally carbonated mineral water free, and bought ginger root
for my homemade ginger beer/ale/whatever it's called plan...
worked on my vit D deficiency, by being in the actual SUN. it was amazing.
hard to believe i used to do some of this on a regular basis. night turkers!
 

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
The Research Tasks are boring but at least it's some money.

Glad I stayed up for another reason. Just caught the Roadway hit for my age group, and with that timer I can do it tomorrow. Yay!
 

Yungskell

Mturk Hustler
Banned
Contributor
Joined
Feb 18, 2017
Messages
1,884
Reaction score
2,223
Points
338
Age
33
Location
Cincinnati, OH
Gender
Male
Today's Projected Earnings: $0.96 (Exported from Mturk Suite v1.14.9)

Log in or register now. to view Spoiler content!
best day in awhile. maybe not on mturk? but ...i went OUTSIDE.
and got the best naturally carbonated mineral water free, and bought ginger root
for my homemade ginger beer/ale/whatever it's called plan...
worked on my vit D deficiency, by being in the actual SUN. it was amazing.
hard to believe i used to do some of this on a regular basis. night turkers!


There is an outside world??????
 

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
The script does, but you can save data and reload it when necessary.
I'm incapable of learning new scripting methods after I've taken my meds, remember last nights disaster with that drop down menu?

This works so I'm sticking with it.

Code:
^!3::
     
      enterhotkeyswitchwindow := !enterhotkeyswitchwindow                                         ; turns on the enter hotkey to swithc windows toggle
      msgbox, enter hotkey to switch window has been toggled to %enterhotkeyswitchwindow% `n zero means off `n one means on
     
            #If enterhotkeyswitchwindow 
               {
                         ~NumpadEnter::
                           sleep 200
                           Send, !{Esc}
                        return
                        F1::
                           Send, {WheelDown 22}
                        return
                        F2::
                           Send, {WheelUp 21}
                        return
                        +F1::                                                                                                 ;shift and f1 for captcha recovery
                           send, {Tab}
                           sleep, 100
                           send, {f5}
                        return
                        F9::
                           send, {f5}
                           sleep 200
                           Send, !{Esc}
                           send, {f5}
                           sleep 200
                           Send, !{Esc}
                           
               }
            #If                                                                       ;This statement closes the enter hotkey to swithc windows toggle
   return
 

Yungskell

Mturk Hustler
Banned
Contributor
Joined
Feb 18, 2017
Messages
1,884
Reaction score
2,223
Points
338
Age
33
Location
Cincinnati, OH
Gender
Male
I'm incapable of learning new scripting methods after I've taken my meds, remember last nights disaster with that drop down menu?

This works so I'm sticking with it.

Code:
^!3::
    
      enterhotkeyswitchwindow := !enterhotkeyswitchwindow                                         ; turns on the enter hotkey to swithc windows toggle
      msgbox, enter hotkey to switch window has been toggled to %enterhotkeyswitchwindow% `n zero means off `n one means on
    
            #If enterhotkeyswitchwindow
               {
                         ~NumpadEnter::
                           sleep 200
                           Send, !{Esc}
                        return
                        F1::
                           Send, {WheelDown 22}
                        return
                        F2::
                           Send, {WheelUp 21}
                        return
                        +F1::                                                                                                 ;shift and f1 for captcha recovery
                           send, {Tab}
                           sleep, 100
                           send, {f5}
                        return
                        F9::
                           send, {f5}
                           sleep 200
                           Send, !{Esc}
                           send, {f5}
                           sleep 200
                           Send, !{Esc}
                          
               }
            #If                                                                       ;This statement closes the enter hotkey to swithc windows toggle
   return


haha my meds put me to sleepy time
 
  • Like
Reactions: SarahAshlee90
Status
Not open for further replies.