10/05 - Two Faced Thursday!

Status
Not open for further replies.

Starslip

Well-Known Member
Contributor
Crowd Pleaser
Joined
Jan 19, 2016
Messages
13,351
Reaction score
35,529
Points
1,588
Age
124
Gender
Male
A la Pagemaster?

(excuse this tiny ass gif which has been edited but does represent to moment I had in mind)

Huh, I don't think I ever saw that but it looks awesome
 
  • Like
Reactions: MerryLou

TurkingMaster

Crowd Master
Banned
Joined
Jan 12, 2016
Messages
5,932
Reaction score
9,945
Points
863
Age
38
Do they make adult choose your own adventure books?

(note: I do not mean ADULT adult.)
(but now I'm gonna google that)
That brings back some memories from the 90's
 
  • Like
Reactions: Jaded

A.Lem

Member
Joined
Sep 5, 2017
Messages
416
Reaction score
687
Points
343
Age
45
Location
Florida
Gender
Female
// ==UserScript==
// Name @Name reks
// @description Helps you make choices
// @version 0.1.2a
// @author RicanGuy86
// @contributor Melting Glacier's 3rd rate tinkering for HIT change
// @grant none
// @include *.mturkcontent.com/*
// @include https://aitiaotu.com/*
// @include https://s3.amazonaws.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// ==/UserScript==

if ($('h4:contains(Playback Rate)').length){


$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();

$(document).ready(function(){


$(document).keydown(function(e){
if (e.which == 50){
$("a[class='btn-no']")[0].click(); // 2 no
}
if (e.which == 49){
$("a[class='btn-yes']")[0].click(); // 1 yes
}
if (e.which == 51){
$("a[class='btn-unsure']")[0].click(); // 3 unsure
}
if (e.which == 13){
$("button[id='btnSubmit']")[0].click(); // Enter submit
}
if (e.which == 66){
$("a[class='btn-back']")[0].click(); // B back
}
if (e.which == 82){
$("a[class='overlay']")[0].click(); // R replay (doesn't work consistently??)
}
});
});}
thanks for this but it doesn't work when I copy and paste and I don't know enough about scripts to fix whatever is wrong. *although I'm guessing it's some of the special chars aren't in the right spot or something?
 
  • Like
Reactions: Kerek

Hank-Scorpio

My butt's for sitting, not for kissing.
Joined
Jan 12, 2016
Messages
509
Reaction score
983
Points
293
Gender
Male
// ==UserScript==
// Name @Name reks
// @description Helps you make choices
// @version 0.1.2a
// @author RicanGuy86
// @contributor Melting Glacier's 3rd rate tinkering for HIT change
// @grant none
// @include *.mturkcontent.com/*
// @include https://aitiaotu.com/*
// @include https://s3.amazonaws.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// ==/UserScript==

if ($('h4:contains(Playback Rate)').length){


$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();

$(document).ready(function(){


$(document).keydown(function(e){
if (e.which == 50){
$("a[class='btn-no']")[0].click(); // 2 no
}
if (e.which == 49){
$("a[class='btn-yes']")[0].click(); // 1 yes
}
if (e.which == 51){
$("a[class='btn-unsure']")[0].click(); // 3 unsure
}
if (e.which == 13){
$("button[id='btnSubmit']")[0].click(); // Enter submit
}
if (e.which == 66){
$("a[class='btn-back']")[0].click(); // B back
}
if (e.which == 82){
$("a[class='overlay']")[0].click(); // R replay (doesn't work consistently??)
}
});
});}
What type of Rekogs are up/is that script for?
 
  • Like
Reactions: Kerek and Kliq

Shawnbks9090

Active Member
Contributor
Joined
Dec 25, 2016
Messages
967
Reaction score
1,019
Points
468
Gender
Male
// ==UserScript==
// Name @Name reks
// @description Helps you make choices
// @version 0.1.2a
// @author RicanGuy86
// @contributor Melting Glacier's 3rd rate tinkering for HIT change
// @grant none
// @include *.mturkcontent.com/*
// @include https://aitiaotu.com/*
// @include https://s3.amazonaws.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// ==/UserScript==

if ($('h4:contains(Playback Rate)').length){


$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();
$("a[class='btn-rate-higher']")[0].click();

$(document).ready(function(){


$(document).keydown(function(e){
if (e.which == 50){
$("a[class='btn-no']")[0].click(); // 2 no
}
if (e.which == 49){
$("a[class='btn-yes']")[0].click(); // 1 yes
}
if (e.which == 51){
$("a[class='btn-unsure']")[0].click(); // 3 unsure
}
if (e.which == 13){
$("button[id='btnSubmit']")[0].click(); // Enter submit
}
if (e.which == 66){
$("a[class='btn-back']")[0].click(); // B back
}
if (e.which == 82){
$("a[class='overlay']")[0].click(); // R replay (doesn't work consistently??)
}
});
});}
Holy fff..fantastic. thank you!
 
  • Like
Reactions: Kerek and Cara

Cara

ad space now available
Contributor
Joined
Jan 12, 2016
Messages
6,685
Reaction score
12,921
Points
1,163
Location
Mass.
Gender
Female
thanks for this but it doesn't work when I copy and paste and I don't know enough about scripts to fix whatever is wrong. *although I'm guessing it's some of the special chars aren't in the right spot or something?
pasting into greasyfork? i dont know anything about scripts either.
 
  • Like
Reactions: Kerek

TurkingMaster

Crowd Master
Banned
Joined
Jan 12, 2016
Messages
5,932
Reaction score
9,945
Points
863
Age
38
You can't have an Arnold Schwarzenegger night without Terminator 2. There's a law somewhere about this.

Conan the Barbarian, the destroyer and Red Sonja.. in fact just watch all of his bad movies. Then realize his acting and accent never actually evolved at all.

:LOL:

 

Evergreen Queen

A very rich widow with a terrible secret.
Contributor
HIT Poster
Joined
Jun 18, 2017
Messages
3,622
Reaction score
9,340
Points
1,138
Age
33
Location
FL
Gender
Female
Title: Play games in a group | PANDA
Worker: Preview | Accept | Requester
Requester: CCI [A351121OZ1978E] (Contact)
TO 1: [Pay: 3.69] [Fast: 4.88] [Comm: 5.00] [Fair: 5.00] [Reviews: 13] [ToS: 0]
TO 2:
[Rate: $22.15/hr] [Pen: -- days] [Res: -- of 0] [Rec: 0% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$6.65
Duration: 1 hour
Available: 5
Description: You'll work on a wide set of tasks together with a group of other MTurk workers
Requirements: Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 90; Location EqualTo US;
HIT exported from Mturk Suite v1.25.7
 
  • Like
Reactions: Michele

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
65,026
Reaction score
145,529
Points
2,088
Gender
Male
thanks for this but it doesn't work when I copy and paste and I don't know enough about scripts to fix whatever is wrong. *although I'm guessing it's some of the special chars aren't in the right spot or something?
You have to change the name line to be

Code:
// @name reks
 
Status
Not open for further replies.