08/10 - Fudge Friday!

Status
Not open for further replies.

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
I got invalid user script?
Thanks for the feedback.

I haven't written code in this way before, so copied and pasted from 1-2 others. You're welcome to futz with it... works here. I was looking for work in between other batches, futzed with this.
 
  • Like
Reactions: theturkscribe

theturkscribe

Well-Known Member
Contributor
Joined
Feb 6, 2018
Messages
3,628
Reaction score
10,538
Points
838
Gender
Female
Thanks for the feedback.

I haven't written code in this way before, so copied and pasted from 1-2 others. You're welcome to futz with it... works here. I was looking for work in between other batches, futzed with this.
I thought it might be the name the way I copied and pasted it - IDK. Thank you so much for doing that I think that's wonderful!!
 
  • Like
Reactions: Concise

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
I thought it might be the name the way I copied and pasted it - IDK. Thank you so much for doing that I think that's wonderful!!
EDIT: I changed the original script above, by adding a space on the Name @Name part. Perhaps give that a try now?
 
Last edited:
  • Like
Reactions: theturkscribe

theturkscribe

Well-Known Member
Contributor
Joined
Feb 6, 2018
Messages
3,628
Reaction score
10,538
Points
838
Gender
Female
Thanks for the feedback.

I haven't written code in this way before, so copied and pasted from 1-2 others. You're welcome to futz with it... works here. I was looking for work in between other batches, futzed with this.
Sorry I should have led with the thank you I was frantic trying to get some last minute work in for the day :oops:
 
  • Like
Reactions: Concise

cassius

Well-Known Member
Joined
Jan 14, 2016
Messages
8,929
Reaction score
18,650
Points
938
Title: Decision making task and history quiz(~ 15 minutes) | Accept
Requester: Moore Lab [A33V7NSHY0CNZ2] Contact
TV: [Hrly=$20.18] [Pay=4.43] [Fast=null] [Comm=null] [Rej=0] [ToS=0] [Blk=0]
TO: [Pay=3.40] [Fast=3.67] [Comm=2.18] [Fair=3.80] [Reviews=110] [ToS=0]
TO2: [Hrly=6.43] [Pen=5.00 days] [Res=null] [Rec=100%] [Rej=0] [ToS=0] [Brk=0]
Reward: 1.75
Duration: 3600
Available: 7
Description: You will complete a short decision-making task about fishing, along with an American history quiz
Qualifications: Total approved HITs GreaterThanOrEqualTo 100; HIT approval rate (%) GreaterThanOrEqualTo 98; Exc: [102274-101685] DoesNotExist ; Location In US
[tr][td]
HIT exported from Mturk Suite v2.3.7
[/td][/tr]
[tr][td]
7 minutes[/td][/tr]
 

wascal wabbit

Drunken Spelunker
Contributor
Joined
Dec 22, 2017
Messages
393
Reaction score
869
Points
368
Location
Earf
Gender
Female
MTC is changing this line of the code, perhaps a filter, when I paste it:

// Name @Name SEQUIN

It's being copied and pasted from me as (I'm adding a space so it doesn't reformat):

// @ name SEQUIN

So... if that line is modified, that should change the invalid error. I think :) Good luck!
I've gone through every character in this code, comparing it with the yes/no code from earlier that I know works and I can not get it to save. Frustrating! Also, thank you for the effort. :)
 
  • Like
Reactions: Concise

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
I've gone through every character in this code, comparing it with the yes/no code from earlier that I know works and I can not get it to save. Frustrating! Also, thank you for the effort. :)
Ah, bless. My first posted script and it's fubaring. Ah well. The script is very basic, and you can see the lines of selection. I based it on the DENIM script earlier. Hey, if you can get one working, share!

UPDATE: I changed the code a little, I think a filter was modding the code which made it invalid (probably a wise defense filter here on MTC). Try the updated code in the original post, and remove the space indicated. Or write one and share :)
 
Last edited:

wascal wabbit

Drunken Spelunker
Contributor
Joined
Dec 22, 2017
Messages
393
Reaction score
869
Points
368
Location
Earf
Gender
Female
Ah, bless. My first posted script and it's fubaring. Ah well. The script is very basic, and you can see the lines of selection. I based it on the DENIM script earlier. Hey, if you can get one working, share!
I will, but I'm new at this. :p
 
  • Like
Reactions: Concise

wascal wabbit

Drunken Spelunker
Contributor
Joined
Dec 22, 2017
Messages
393
Reaction score
869
Points
368
Location
Earf
Gender
Female
  • Like
Reactions: Concise

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
I got it to work, for me at least.

// ==UserScript==
// Name @Name Sequin
// @namespace http://tampermonkey.net/
// @version 4.20
// @description
// @author Jatis
// @match https://s3.amazonaws.com/mturk_bulk/hits/*
// @grant GM_log
// @require http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
$('input[value="NoPearl"]').click()
$('input[value="NoSequin"]').click()
$('input[value="NoStud"]').click();
Did you notice, one line of the script is modified from your original post? I think that MTC filter has something to do with why it's not transferring between us. If that makes sense.
 
Last edited:

wascal wabbit

Drunken Spelunker
Contributor
Joined
Dec 22, 2017
Messages
393
Reaction score
869
Points
368
Location
Earf
Gender
Female
Did you notice, one line of the script is modified from your original post? I think that filter has something to do with why it's not transferring between us. If that makes sense.
Yes. and that dumb happy face thing, too. I ended up using your bottom code and just deleting the top part of your code and pasting the demin code, so its a real frankenstein.
 
  • Like
Reactions: Concise

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
Yes. and that dumb happy face thing, too. I ended up using your bottom code and just deleting the top part of your code and pasting the demin code, so its a real frankenstein.
Good job bucko, that's thinkin on your feet :) we did it!
 
  • Like
Reactions: wascal wabbit

Michele

Working on degree in Moon
Contributor
HIT Poster
Joined
Feb 28, 2017
Messages
17,492
Reaction score
32,877
Points
1,388
Location
California
Gender
Female
Title: Language learning game | Accept
Requester: Canaan Breiss [AL7DCDGP20IWQ] Contact
TV: No Reviews
TO: No Reviews
TO2: [Hrly=24.00] [Pen=null] [Res=null] [Rec=null] [Rej=0] [ToS=0] [Brk=0]
Reward: 2.50
Duration: 2700
Available: 1
Description: Participate in a task in which you learn a miniature language, and then answer questions about it.
Qualifications: Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.3.7
[/td][/tr]
[tr][td][/td][/tr]
 

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,615
Reaction score
123,832
Points
1,414
Age
123
Gender
Female
I got it to work, for me at least.

// ==UserScript==
// Name @Name Sequin
// @namespace http://tampermonkey.net/
// @version 4.20
// @description
// @author Jatis
// @match https://s3.amazonaws.com/mturk_bulk/hits/*
// @grant GM_log
// @require http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
$('input[value="NoPearl"]').click()
$('input[value="NoSequin"]').click()
$('input[value="NoStud"]').click();
You have to put it in code tags or it doesnt work
 

Jharkan

Internets EXPERT
Contributor
Joined
Jul 9, 2016
Messages
11,873
Reaction score
20,418
Points
1,288
Location
Earth
Gender
Male
Status
Not open for further replies.