02/15 - Finally Friday!

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
34
Gender
Female
I LOVE stupid puns so I'm really enjoying these
Code:
// ==UserScript==
// @name         Tristian
// @version      1.0
// @description  1, 2, 3
// @author       SarahAshlee90
// @include     https://public.ukp.informatik.tu-darmstadt.de*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

let i = 0;

window.addEventListener("keydown", function (event) {
    if(event.code === "Numpad1"){
        $('input[value="A"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
    if(event.code === "Numpad2"){
        $('input[value="B"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
    if(event.code === "Numpad3"){
        $('input[value="X"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
});
 
  • Like
Reactions: GTR and C to the J

Despairagus

Jorf Beeboos ???
Contributor
Crowd Pleaser
Joined
Feb 6, 2018
Messages
8,495
Reaction score
27,082
Points
1,263
Age
39
Gender
Female
Is it better now?
nope. You have to do image address, like right click copy image address, but if it doesn't show the actual image in your preview (like in the box you type in) it won't show in the forum either.
 
  • Like
Reactions: Nikoratos

CrazyCatLady

..
Contributor
Crowd Pleaser
Joined
Jan 15, 2018
Messages
7,403
Reaction score
20,832
Points
1,363
Location
Arkansas
Gender
Female
Code:
// ==UserScript==
// @name         Tristian
// @version      1.0
// @description  1, 2, 3
// @author       SarahAshlee90
// @include     https://public.ukp.informatik.tu-darmstadt.de*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

let i = 0;

window.addEventListener("keydown", function (event) {
    if(event.code === "Numpad1"){
        $('input[value="A"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
    if(event.code === "Numpad2"){
        $('input[value="B"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
    if(event.code === "Numpad3"){
        $('input[value="X"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
});
What does this do
 
  • Like
Reactions: Despairagus

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
35
Greetings from Amazon Mechanical Turk,

You've received a bonus from MikeT for work related to 3H6W48L9F42WZAZWBCFF4S0XCU5WPM.
The value of your bonus is: $4.07 USD

The Requester included this note:
Thank
 

Nikoratos

Active Member
Contributor
Joined
Aug 26, 2018
Messages
926
Reaction score
1,766
Points
468
Age
45
Location
Atlanta, GA
Gender
Male
It's definitely motivating for me! If I'm being lazy I can check and see that it's not that there is no work, but that I'm a lazy sack.

Wish more big earners used it, though.
Agreed. It's much harder to justify not pulling anything down when you can clearly see other's making it rain. I'm with you on the big earners thing too. I'd feel the fire pretty quick if I caught myself $100 down.
 
  • Like
Reactions: Despairagus

Amon

Well-Known Member
Contributor
Joined
Dec 23, 2018
Messages
2,174
Reaction score
3,675
Points
1,088
Age
34
Agreed. It's much harder to justify not pulling anything down when you can clearly see other's making it rain. I'm with you on the big earners thing too. I'd feel the fire pretty quick if I caught myself $100 down.
Where does one get it anyhow?
 
  • Like
Reactions: Despairagus

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
Code:
// ==UserScript==
// @name         Tristian
// @version      1.0
// @description  1, 2, 3
// @author       SarahAshlee90
// @include     https://public.ukp.informatik.tu-darmstadt.de*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

let i = 0;

window.addEventListener("keydown", function (event) {
    if(event.code === "Numpad1"){
        $('input[value="A"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
    if(event.code === "Numpad2"){
        $('input[value="B"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
    if(event.code === "Numpad3"){
        $('input[value="X"]').eq(i).click();
        i++;
        $('input[value="X"]').eq(i).focus();
    }
});
omg thank you! That made the last half of the batch so much easier on my wrist.
 

Despairagus

Jorf Beeboos ???
Contributor
Crowd Pleaser
Joined
Feb 6, 2018
Messages
8,495
Reaction score
27,082
Points
1,263
Age
39
Gender
Female
Today isn't too awful so far I GUESS

You've received a bonus from MikeT for work related to 3UXQ63NLAAZEKMMNOTQC0XESXMELBV.
The value of your bonus is: $1.32 USD

The Requester included this note:
Thank
 

Amon

Well-Known Member
Contributor
Joined
Dec 23, 2018
Messages
2,174
Reaction score
3,675
Points
1,088
Age
34
Beat me to it.
I was on top of the leader board for a quick minute but it didn't last. It was nice to lead a lap though :)
Well its installed or so it says, not seeing anything different though.
 
Status
Not open for further replies.