12/25 - Christmas Monday!

Status
Not open for further replies.

klyde

No, I don't want to see your pog collection
Contributor
Joined
Mar 24, 2016
Messages
3,302
Reaction score
5,497
Points
838
Gender
Male
Were not allowed to leave an active hotkey with the submit button posted on the boards anymore so I didn't add one. Adding this to the bottom should work.
Code:
window.onkeydown = function (event) {
        if(event.which == 13){                //numpad enter hotkey
            $("#submit").click();      
            }
}
My christmas present. Yassss. I been waiting for this but don't like pestering the people who make scripts. Most are all foreign now. Thank you thank you thank you.
 
  • Like
Reactions: ChristopherASA

JHkerriokey

Member
Joined
Oct 31, 2017
Messages
189
Reaction score
512
Points
293
Age
43
Location
Murfreesboro, TN
Gender
Female
Were not allowed to leave an active hotkey with the submit button posted on the boards anymore so I didn't add one. Adding this to the bottom should work.
Code:
window.onkeydown = function (event) {
        if(event.which == 13){                //numpad enter hotkey
            $("#submit").click();     
            }
}
Thanks but nope, is there something I'm supposed to remover?
 

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
My christmas present. Yassss. I been waiting for this but don't like pestering the people who make scripts. Most are all foreign now. Thank you thank you thank you.
You should be able to change the autoselect buttons fairly easily. I didn't look at many video's before I made the script I just went with the choices I saw on a very small number of hits.
 

klyde

No, I don't want to see your pog collection
Contributor
Joined
Mar 24, 2016
Messages
3,302
Reaction score
5,497
Points
838
Gender
Male
You should be able to change the autoselect buttons fairly easily. I didn't look at many video's before I made the script I just went with the choices I saw on a very small number of hits.
I know how to get into the source and stuff and figure out the button, but last time I checked It I was a little stumped, and it was wasn't that bad of a script so I left it as is. I now have it perfectly working with they key i want to make it enter. This should make it much better. Thank you
 
  • Like
Reactions: SarahAshlee90

El Pablo

ಠ_ಠ
Contributor
Joined
Jan 12, 2016
Messages
6,831
Reaction score
13,459
Points
1,063
Location
The Upside Down
Gender
Male
Title: Job Choices(~ 5 minutes) | Accept
Requester: Ashley Whillans [AVIRSTWM4Q90X] Contact
TV: [Hrly: $8.88] [Pay: 3.00] [Fast: 5.00] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0]
TO: [Pay: 2.41] [Fast: 3.67] [Comm: 0.00] [Fair: 5.00] [Reviews: 19] [ToS: 0]
TO2: [Hrly: $4.80] [Pen: ---] [Res: ---] [Rec: 0% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.80
Duration: 1 hour
Available: 1
Description: Provide thoughts about jobs.
Requirements: Exc: [1927113947-68877] DoesNotExist; Total approved HITs GreaterThanOrEqualTo 500; HIT approval rate (%) GreaterThanOrEqualTo 95; Location In US
[tr][td]
HIT exported from Mturk Suite v2.0.6
[/td][/tr]
[tr][td][/td][/tr]
 
  • Like
Reactions: Pacis Amans

klyde

No, I don't want to see your pog collection
Contributor
Joined
Mar 24, 2016
Messages
3,302
Reaction score
5,497
Points
838
Gender
Male
Thanks but nope, is there something I'm supposed to remover?
Hey this is the code I put. I think there was something missing. Make aJohn 2 so you don't screw up the old one. This one is working for me but back up the old one just in case. |



Code:
// ==UserScript==
// @name         john doe foreighn
// @version      1.0
// @description  autoselect
// @author       Ashlee
// @include     https://www.google.com/*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js


// ==/UserScript==

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="FOREIGN"]').eq(0).click();
$('input[value="FOREIGN"]').eq(1).click();
$('input[value="NOT_SENSITIVE"]').click();


window.onkeydown = function (event) {
        if(event.which == 17){                //numpad enter hotkey
            $("#submit").click();
            }
};
Code:
 
Last edited:

JHkerriokey

Member
Joined
Oct 31, 2017
Messages
189
Reaction score
512
Points
293
Age
43
Location
Murfreesboro, TN
Gender
Female
Tampermonkey telling me invalid userscript when I try to C&P what I posted here to fix whatever problem I created :(
this is why I don't mess with these things.... thought because it was slow I'd attempt to educate myself a tad and changed those buttons..... :(
 

klyde

No, I don't want to see your pog collection
Contributor
Joined
Mar 24, 2016
Messages
3,302
Reaction score
5,497
Points
838
Gender
Male
Sorry the ones in the code ^ Not in the text I messed up.
 

klyde

No, I don't want to see your pog collection
Contributor
Joined
Mar 24, 2016
Messages
3,302
Reaction score
5,497
Points
838
Gender
Male
Oh shit mine is set to left shift but I can give you the number to check it to enter again if you please.
 

klyde

No, I don't want to see your pog collection
Contributor
Joined
Mar 24, 2016
Messages
3,302
Reaction score
5,497
Points
838
Gender
Male
thank you very much, now maybe I'll start feeling like they are productive? :)
Lol no problem bud. Are you lefty and righty? I'm right and man reaching all the way over for thatenter was driving me nuts man.
 

JHkerriokey

Member
Joined
Oct 31, 2017
Messages
189
Reaction score
512
Points
293
Age
43
Location
Murfreesboro, TN
Gender
Female
okay, now I have to change one of the selections in order for enter to submit to work
I'd like to watch the vid and click enter (assuming all checked are correct) what am I missing?
 
  • Like
Reactions: SherryNotShirley
Status
Not open for further replies.