06/21 - Batch Friday

What 2005-2009 Oscar award film is your favorite?


  • Total voters
    57
Status
Not open for further replies.

Srndpty

Active Member
Contributor
Joined
Dec 21, 2017
Messages
846
Reaction score
2,139
Points
568
Gender
Female
Anybody got a "no" script for the new A9's? :cat:
This works

Code:
// ==UserScript==
// @name         A9 Data Validation Matching Image to Search
// @version      1.0
// @description  Matching Image to Search
// @author       GTR
// @include      *www.mturkcontent.com*
// @require      https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="no"]').click();
 
Last edited:

sks

Member
Joined
Nov 1, 2018
Messages
272
Reaction score
260
Points
313
Gender
Female
Tampermonkey is tellin me its invalid or something...any idea why??
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
I get Tacos
Celtics get Tacko Fall


this is an omen
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
Tampermonkey is tellin me its invalid or something...any idea why??
Code:
// ==UserScript==
// @name         A9 Data Validation Matching Image to Search
// @version      1.0
// @description  Matching Image to Search NO checked
// @author       GTR
// @include      *www.mturkcontent.com*
// @require      https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="no"]').click();
did you copy the whole code and no extra spaces
try recopying this one
 
Last edited:
  • Like
Reactions: sks and Despairagus

Robedom

Active Member
Joined
Jan 31, 2019
Messages
566
Reaction score
1,428
Points
343
Age
31
Gender
Male
Code:
// ==UserScript==
// @name         A9 Data Validation Matching Image to Search
// @version      1.0
// @description  Matching Image to Search NO checked
// @author       GTR
// @include      *www.mturkcontent.com*
// @require      https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="no"]').click();
did you copy the whole code and no extra spaces
Yeah it says "$ is not defined".
 
  • Like
Reactions: GTR
Status
Not open for further replies.