09/09 - Fresh Friday!

Status
Not open for further replies.

Pippa

All things lovely and beautiful.
Contributor
Joined
Jan 12, 2016
Messages
7,219
Reaction score
16,375
Points
1,163
Gender
Female
I didn't a get notification
 
  • Like
Reactions: kryss
D

Deleted member 526

Guest
Code:
// ==UserScript==
// @name         Aristo MTurk - Rank science information
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       turker
// @grant        none
// @include      *
// ==/UserScript==

//test element click
//document.getElementsByClassName("diff-pair-table")[0].getElementsByTagName("input")[0].click();








var counter2 = 0;


document.getElementsByTagName("body")[0].onkeydown = function(event) {
 
 
 
for (a=0;a<4;a++) {
if (event.keyCode == a+49) {
 
 
   // alert("y");
 
 
counter3 = Math.floor(counter2);
 
 
    alert(counter3);
 
    counter2 = counter2.toString();
    overall = counter2.substring(counter2.length-2);
 
 
  //  alert(overall);
 
 
    if (overall.toString() == ".5") {
     
     d = a + 4; 
     
    }
 
    else {
     
        d = a;
     
    }
 
  //  alert(d);
 
 
document.getElementsByClassName("diff-pair-table")[counter3].getElementsByTagName("input")[d].click();

    counter2 = counter2 + 0.5;
}
}
};
does anyone know how to get my script to work? it's supposed to pick an answer to each question by pressing the 1, 2, 3, or 4 key. it's for the masters aristo mturk hits. they have this frame source url https://www.mturkcontent.com/dynami...1V7LJ6AR9P&turkSubmitTo=https://www.mturk.com

counter3 is always zero but it shouldn't be. and nothing is ever clicked.
 
Last edited by a moderator:

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,761
Reaction score
8,269
Points
838
BrewMeister @BrewMeister are you the one that likes premiere league? i forget

new games tomorrow :skittlefry:
 
Last edited:

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
I worked for a computer repair place. It was awesome. Except for my creepy lying dishonest boss. I liked the computers though. Good luck. I was looking for surveys i missed, as I realize this is oldish.
That is currently why i work for myself. the place i worked in the guy was getting REALLY douchey. years later (aka few weeks ago) my ex fiance went there to take her laptop, not telling me. the frame was busted but nothing bad, one of the techs there told her $400 to "fix" it. now i have the same laptop, its not even worth $400 to replace it entirely. the person was going to take that laptop, buy another and then pocket the difference and act like they fixed it. i cant stand scammy people (btw i fixed it for $30 in parts and dinner)
 
  • Like
Reactions: ducky and Pippa
Status
Not open for further replies.