10/05 - Two Faced Thursday!

Status
Not open for further replies.

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,618
Reaction score
123,839
Points
1,414
Age
123
Gender
Female
Invalid userscript.
Can you use the code box and paste in it what you pasted in the script box?

Code:
[code] [ /code]
LIke that.

edit: okay not like that I fucked it up. code goes in front /code goes in back.
 
  • Like
Reactions: Kerek

nopoopwarez

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
10,324
Reaction score
18,600
Points
1,238
Age
37
Gender
Male
Code:
// ==UserScript==
// @Name@Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @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="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
I grabbed it from the link that was posted earlier.
 
  • Like
Reactions: Kerek

alk69

Well-Known Member
Joined
Mar 22, 2016
Messages
4,302
Reaction score
9,908
Points
763
Age
77
Location
over the edge
Gender
Female
Every time I see that Rickroll guy, I immediately think of a bear scratching its back on a tree.....see what viewing a forum has done for me!...cue the bear/ tree GIFs....I'm making cheeseburgers. It's my reward for tolerating that Heather thing....with onion rings...and ale....and a nap.
 

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,618
Reaction score
123,839
Points
1,414
Age
123
Gender
Female
Code:
// ==UserScript==
// @Name@Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @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="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
I grabbed it from the link that was posted earlier.
okay, I can't actually help, but now someone who knows what they're doing (not me) can see what's missing/extra.
 
  • Like
Reactions: Kerek

Kerek

Red Cat-Bear
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
65,020
Reaction score
145,522
Points
2,088
Gender
Male
Code:
// ==UserScript==
// @Name@Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @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="NOT_SENSITIVE"]').eq(0).click();
$('input[value="NOT_SENSITIVE"]').eq(1).click();
I grabbed it from the link that was posted earlier.
People are pasting it in plain text, which has
Code:
@name
in it, so it tags that forum user Name @Name and fucks things up.
 

nopoopwarez

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
10,324
Reaction score
18,600
Points
1,238
Age
37
Gender
Male
Thanks! This worked.
 
  • Like
Reactions: Kerek

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,618
Reaction score
123,839
Points
1,414
Age
123
Gender
Female
You can add this to the end of the script:

Code:
setTimeout(function(){
$('iframe').attr('src',$('iframe').attr('src') + '&autoplay=1');
},500);
You can change the 500 (half second) if you need more or less delay before it starts playing, but it has to be at least some.

Log in or register now. to view Spoiler content!
hey anyone coming in later. This is a john doe script.
 

MikeC44

Belt of Scotch?
Contributor
Joined
Jan 12, 2016
Messages
935
Reaction score
2,359
Points
568
Age
33
Location
Baltimore
Gender
Male
Title: Shopping Test | PANDA
Worker: Preview | Accept | Requester
Requester: Kerry McAleer-Forte [AQETF44LNCC2N] (Contact)
TO 1: [Pay: 4.67] [Fast: 3.00] [Comm: 1.00] [Fair: 3.67] [Reviews: 5] [ToS: 0]
TO 2:
Not Available
Reward: $1.00
Duration: 15 minutes
Available: 3
Description: Give us your opinion about shopping
Requirements: Total approved HITs GreaterThan 1000; Masters Exists ; HIT approval rate (%) GreaterThan 95; Location EqualTo US;
HIT exported from Mturk Suite v1.25.7
 

Kat8mouse

Kat Master
Contributor
Joined
Jun 17, 2016
Messages
3,176
Reaction score
7,301
Points
838
Location
Virginia
Gender
Female
Title: Shopping Test | PANDA
Worker: Preview | Accept | Requester
Requester: Kerry McAleer-Forte [AQETF44LNCC2N] (Contact)
TO 1: [Pay: 4.67] [Fast: 3.00] [Comm: 1.00] [Fair: 3.67] [Reviews: 5] [ToS: 0]
TO 2:
Not Available
Reward: $1.00
Duration: 15 minutes
Available: 3
Description: Give us your opinion about shopping
Requirements: Total approved HITs GreaterThan 1000; Masters Exists ; HIT approval rate (%) GreaterThan 95; Location EqualTo US;

HIT exported from Mturk Suite v1.25.7
Less than one minute :thumbup: :D
 

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
Status
Not open for further replies.