06/17 - Flanders-Diddly Friday-Doodly!

Status
Not open for further replies.

sinon

Watashi ga Kita!
Contributor
Joined
Jan 12, 2016
Messages
3,014
Reaction score
7,112
Points
838
Gender
Female
Good morning, everyone~ Seems quite slow this morning :coffeepc:
 
  • Like
Reactions: jan and Squatty

mordea

Master of a Couple Things
Contributor
Joined
Jan 22, 2016
Messages
821
Reaction score
2,592
Points
568
Location
Ohio
Gender
Male
Okay I wrote an ez script for noblis but it won't work for some reason. Not sure why



Any advice?
I believe it it working, but the transition after clicking next is so rapid that you can't notice the input button being clicked.
 
  • Like
Reactions: Shuten Doge

ShereKahn

Active Member
Contributor
Joined
Jan 15, 2016
Messages
822
Reaction score
1,225
Points
418
Age
31
I believe it it working, but the transition after clicking next is so rapid that you can't notice the input button being clicked.

Really? It's not working at all for me :\
 

mordea

Master of a Couple Things
Contributor
Joined
Jan 22, 2016
Messages
821
Reaction score
2,592
Points
568
Location
Ohio
Gender
Male
Really? It's not working at all for me :\
I tried out your paste and it seemed to be okay

Code:
// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @include       https://s3.amazonaws.com*
// @grant        none
// ==/UserScript==

$(document).keydown(function(e){
if(e.keyCode == 49)
{
$("input[value='none']").click();
$("button[id='nextbutton']").click();
}
});
 
  • Like
Reactions: ShereKahn

Bokamo

Well-Known Member
Joined
Jun 16, 2016
Messages
1,240
Reaction score
2,504
Points
513
Age
45
Gender
Female
I'll shut up after this, but thank you for linking me to the hitscraper thread (I looked for it yesterday and couldn't find it)...I'm kind of in love now.
 

ShereKahn

Active Member
Contributor
Joined
Jan 15, 2016
Messages
822
Reaction score
1,225
Points
418
Age
31
I tried out your paste and it seemed to be okay

Code:
// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @include       https://s3.amazonaws.com*
// @grant        none
// ==/UserScript==

$(document).keydown(function(e){
if(e.keyCode == 49)
{
$("input[value='none']").click();
$("button[id='nextbutton']").click();
}
});

Well damn. Any idea why it would work for you but not for me??? I have all other scripts off
 

TeaBreak

New Member
Joined
Jun 16, 2016
Messages
31
Reaction score
56
Points
18
Age
38
Hi everyone! I've been lurking for a while and finally signed up.

Saw some of you were despairing about your lack of Choice Lab bonus yesterday but they're still giving it out. Got mine just now.

Greetings from Amazon Mechanical Turk,

You've received a bonus from The Choice Lab for work related to
The value of your bonus is: $21.00 USD

The Requester included this note:
Thank you for participating in our study!
 

Bigbore

Active Member
Joined
Mar 31, 2016
Messages
567
Reaction score
1,003
Points
193
Age
34
Gender
Male
I'll shut up after this, but thank you for linking me to the hitscraper thread (I looked for it yesterday and couldn't find it)...I'm kind of in love now.
why shut up?
 
  • Like
Reactions: aveline

ShereKahn

Active Member
Contributor
Joined
Jan 15, 2016
Messages
822
Reaction score
1,225
Points
418
Age
31
Did you add an include or match?

Yea, it says the script is running when I open the noblis hits.

here is what I've got
Code:
// ==UserScript==
// @name         noblis
// @namespace    kahn
// @version      0.4.2.0
// @description press 1 to select none
// @author ShereKahn
// @include https://www.mturk.com/*
// @include *.mturkcontent.com/*
// @include       https://s3.amazonaws.com*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==


    $(document).keydown(function(e){

        if(e.keyCode == 49)
        {
            $("input[value='none']").click();
            $("button[id='nextbutton']").click();
        }
    });
There is a bit of redundant includes in there but I was just trying to get it working fast.
 

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
You've received a bonus from Kathryn Fox for work related to 389A2A304OOWG4PAHV2A1F57KQF0CP.
The value of your bonus is: $3.00 USD

The Requester included this note:
Thank you for completing our study!
 
Status
Not open for further replies.