08/25 - Sound of Covers Saturday!

Status
Not open for further replies.

Butter

in the ref
Contributor
Joined
Apr 28, 2018
Messages
850
Reaction score
1,160
Points
418
Age
34
// ==UserScript==
// Name @Name A9 Data Validation Fur Denim Leather
// @version .01
// @description NO radio checked
// @author butter
// @include *s3.amazonaws.com*
// @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="NoFur"]').click();
$('input[value="NoDenim"]').click();
$('input[value="NoLeather"]').click();
 

Kliq

Well-Known Member
Joined
Mar 14, 2016
Messages
2,064
Reaction score
6,914
Points
763
Gender
Male
// ==UserScript==
// Name @Name A9 Data Validation Fur Denim Leather
// @version .01
// @description NO radio checked
// @author butter
// @include *s3.amazonaws.com*
// @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="NoFur"]').click();
$('input[value="NoDenim"]').click();
$('input[value="NoLeather"]').click();
Add this if you want enter to submit.

if (document.querySelector('iframe')) document.querySelector('iframe').focus();
window.addEventListener("keydown", function(e) {
if (e.keyCode == "13") {
e.preventDefault();
document.querySelector(`[type='submit']`).click();
}
});
 
  • Like
Reactions: Butter

Kennedy

Well-Known Member
Contributor
Joined
Jun 18, 2018
Messages
5,694
Reaction score
19,139
Points
1,013
Age
46
Gender
Female
Morning. Quick turk check with my coffee.
 
  • Like
Reactions: SliceofLife

Kennedy

Well-Known Member
Contributor
Joined
Jun 18, 2018
Messages
5,694
Reaction score
19,139
Points
1,013
Age
46
Gender
Female
Anyone else doing these super easy Data Science ones for 0.04?
 
  • Like
Reactions: chicory and JDWFM

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
// ==UserScript==
// Name @Name A9 Data Validation Fur Denim Leather
// @version .01
// @description NO radio checked
// @author butter
// @include *s3.amazonaws.com*
// @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==

$('input[value="NoFur"]').click();
$('input[value="NoDenim"]').click();
$('input[value="NoLeather"]').click();
Add this if you want enter to submit.

if (document.querySelector('iframe')) document.querySelector('iframe').focus();
window.addEventListener("keydown", function(e) {
if (e.keyCode == "13") {
e.preventDefault();
document.querySelector(`[type='submit']`).click();
}
});
Wrap your code in code tags, please.
 

Kennedy

Well-Known Member
Contributor
Joined
Jun 18, 2018
Messages
5,694
Reaction score
19,139
Points
1,013
Age
46
Gender
Female
The Theater Lab has a test up for $1.40 hit that was pretty easy. Must be taken in Chrome. They approved the test portion immediately for me.
 
Status
Not open for further replies.