07/31 - Saved By the Bell Sunday!

Status
Not open for further replies.

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
65,022
Reaction score
145,524
Points
2,088
Gender
Male
My record is 22 hours.
Think I worked 60 out of 72 hours during a 3 day span.

I would not recommend it or VDX in general.
What do you mean? Great pay, clear instructions, good communication, responsive servers....they're great.
 
  • Like
Reactions: C to the J

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Finally got the email for the two part study. Phew. I was getting worried but that was a pretty easy $4.
 

Tuesday

Banned
Banned
Contributor
Joined
Jan 12, 2016
Messages
3,688
Reaction score
4,021
Points
388
Age
44
Gender
Female
A long time ago in a forum far far away there was a great war.

The armies of aveline @aveline and @zingy met on the battlefield.

Fire rained down from the sky.

kryss @kryssyy lost her master of the year badge

But through the smoke and fire there arose a bright new world.

Today we know this as MTC.

Less than a year ago our sister forum became too oppressive for the tastes of our current admins and aveline @aveline decided that she would prefer to leave the smoking ruins to those who who were too apathetic to rebuild.

Her powerful mechanical arm came down from the flaming sky and plucked the workers up from their office chairs. When the smoke cleared we found ourselves in a place of sharing and love, OK maybe not love, but definitely sharing (maybe not sharing either, but we definitely have something here). Now we all dine on lettuce and zucchini because the mechanical arm has decreed it.
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Jharkan @Jharkan 's A9 AHK converted to a userscript.

Code:
// ==UserScript==
// @name         A9 - Category Validation
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  Does stuff.
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// @hitname      Category Validation (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/213127554/gNnUF_IpktVYa17QxCSO9A.html?assignmentId=3X4JMASXCNVZ9TN9O0BG0AVJHJXB0L&hitId=3XBYQ44Z6PQPQLKHRRQLIFEOLZWTW7
// ==/UserScript==

_category_validation();

function _category_validation () {
    if ($('u:contains(What we are looking for will change after every HIT!)').length) {

        // Keybinds
        $(document).keydown(function (e) {
            switch (e.which) {
                case 96: // Numpad 0
                    $('#noItem').click();
                    break;
                case 98: // Numpad 2
                    $('#oneItem, #noPersonal, #noCatalog, #noOverlay').click();
                    break;
                case 99: // Numpad 3
                    $('#multipleItem, #noPersonal, #noCatalog, #noOverlay').click();
                    break;
                case 102: // Numpad 6
                    $('#yesOverlay').click();
                    break;
                case 103: // Numpad 7
                    $('#yesPersonal').click();
                    break;
                case 105: // Numpad 9
                    $('#yesCatalog').click();
                    break;
                case 13: // Enter
                    $('#submitButton').click();
                    break;
            }
        });
        console.log('activated');
    }
}


/*
Jharkan @MTC
http://www.mturkcrowd.com/posts/349481/

Numpad0::
send {tab}{space}
return

Numpad1::
send {tab}{down}
sleep, 100
send {tab 2}{right}{tab}{right}{tab}{right}
return

Numpad2::
send {tab}{down 2}
sleep, 100
send {tab 2}
send {right}{tab}{right}{tab}{right}
return

Numpad6::
send {left}
return

Numpad7::
send, {shift down}{tab}{tab}{shift up}
send {left}
return

Numpad9::
send, {shift down}{tab}{shift up}
send {left}
return

^9::
suspend
return

^3::
ExitApp
*/
 
Last edited:

humbleturker

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jul 8, 2016
Messages
10,554
Reaction score
23,278
Points
1,738
Age
33
Gender
Male
I just can't bring myself today to do more than like 100 A9's at a time.
 
  • Like
Reactions: nyx and Not A Robot

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Jharkan @Jharkan 's A9 AHK converted to a userscript.

Code:
// ==UserScript==
// @name         A9 - Category Validation
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  Does stuff.
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// @hitname      Category Validation (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/213127554/gNnUF_IpktVYa17QxCSO9A.html?assignmentId=3X4JMASXCNVZ9TN9O0BG0AVJHJXB0L&hitId=3XBYQ44Z6PQPQLKHRRQLIFEOLZWTW7
// ==/UserScript==

_category_validation();

function _category_validation () {
    if ($('u:contains(What we are looking for will change after every HIT!)').length) {

        // Keybinds
        $(document).keydown(function (e) {
            switch (e.which) {
                case 96: // Numpad 0
                    $('#noItem').click();
                    break;
                case 97: // Numpad 2
                    $('#oneItem, #noPersonal, #noCatalog, #noOverlay').click();
                    break;
                case 98: // Numpad 3
                    $('#multipleItem, #noPersonal, #noCatalog, #noOverlay').click();
                    break;
                case 102: // Numpad 6
                    $('#yesOverlay').click();
                    break;
                case 103: // Numpad 7
                    $('#yesPersonal').click();
                    break;
                case 105: // Numpad 9
                    $('#yesCatalog').click();
                    break;
                case 13: // Enter
                    $('#submitButton').click();
                    break;
            }
        });
        console.log('activated');
    }
}


/*
Jharkan @MTC
http://www.mturkcrowd.com/posts/349481/

Numpad0::
send {tab}{space}
return

Numpad1::
send {tab}{down}
sleep, 100
send {tab 2}{right}{tab}{right}{tab}{right}
return

Numpad2::
send {tab}{down 2}
sleep, 100
send {tab 2}
send {right}{tab}{right}{tab}{right}
return

Numpad6::
send {left}
return

Numpad7::
send, {shift down}{tab}{tab}{shift up}
send {left}
return

Numpad9::
send, {shift down}{tab}{shift up}
send {left}
return

^9::
suspend
return

^3::
ExitApp
*/
Now how do we use a userscript? I just got AHK like two weeks ago.
 

loki3404

So Corporate
Contributor
Joined
Jan 12, 2016
Messages
8,264
Reaction score
24,065
Points
1,013
Location
NYC
Gender
Male
Tips for Finding Contact Information
Look at first google search result and look for the contact information. If you don't easily find it, then go to the 2nd or 3rd link within the search results.
 
  • Like
Reactions: T. Leela

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Now how do we use a userscript? I just got AHK like two weeks ago.
Install the extension tampermonkey for chrome or greasemonkey for firefox. The open it up, hit new userscript, then paste all the code in there and hit save.
 
  • Like
Reactions: Kerek

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
Jharkan @Jharkan 's A9 AHK converted to a userscript.

Code:
// ==UserScript==
// @name         A9 - Category Validation
// @namespace    http://kadauchi.com/
// @version      1.0.0
// @description  Does stuff.
// @author       Kadauchi
// @icon         http://kadauchi.com/avatar4.jpg
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        GM_log
// @require      https://code.jquery.com/jquery-3.1.0.min.js
// @hitname      Category Validation (WARNING: This HIT may contain adult content. Worker discretion is advised.)
// @hitsave      https://s3.amazonaws.com/mturk_bulk/hits/213127554/gNnUF_IpktVYa17QxCSO9A.html?assignmentId=3X4JMASXCNVZ9TN9O0BG0AVJHJXB0L&hitId=3XBYQ44Z6PQPQLKHRRQLIFEOLZWTW7
// ==/UserScript==

_category_validation();

function _category_validation () {
    if ($('u:contains(What we are looking for will change after every HIT!)').length) {

        // Keybinds
        $(document).keydown(function (e) {
            switch (e.which) {
                case 96: // Numpad 0
                    $('#noItem').click();
                    break;
                case 97: // Numpad 2
                    $('#oneItem, #noPersonal, #noCatalog, #noOverlay').click();
                    break;
                case 98: // Numpad 3
                    $('#multipleItem, #noPersonal, #noCatalog, #noOverlay').click();
                    break;
                case 102: // Numpad 6
                    $('#yesOverlay').click();
                    break;
                case 103: // Numpad 7
                    $('#yesPersonal').click();
                    break;
                case 105: // Numpad 9
                    $('#yesCatalog').click();
                    break;
                case 13: // Enter
                    $('#submitButton').click();
                    break;
            }
        });
        console.log('activated');
    }
}


/*
Jharkan @MTC
http://www.mturkcrowd.com/posts/349481/

Numpad0::
send {tab}{space}
return

Numpad1::
send {tab}{down}
sleep, 100
send {tab 2}{right}{tab}{right}{tab}{right}
return

Numpad2::
send {tab}{down 2}
sleep, 100
send {tab 2}
send {right}{tab}{right}{tab}{right}
return

Numpad6::
send {left}
return

Numpad7::
send, {shift down}{tab}{tab}{shift up}
send {left}
return

Numpad9::
send, {shift down}{tab}{shift up}
send {left}
return

^9::
suspend
return

^3::
ExitApp
*/
you messed up I think ( i might be wrong.)
it looks like you mixed up 2 and 3 for 1 and 2. that is, you used 2 for 1 and 3 for 2.
 

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Install the extension tampermonkey for chrome or greasemonkey for firefox. The open it up, hit new userscript, then paste all the code in there and hit save.
Groovy. I do have tampermonkey. I need to learn more about scripting in general. Is there anything you can recommend to me and thank you! You do amazing things!
 
Status
Not open for further replies.