- Joined
- Feb 2, 2016
- Messages
- 3,764
- Reaction score
- 6,813
- Points
- 838
- Age
- 42
- Gender
- Male
This script is helpful with these.
Thanks to @GTR
Thanks to @GTR
Code:
// ==UserScript==
// @name Alicia Weinstock
// @version .02
// @description Payments
// @author GTR
// @include *https://www.mturkcontent.com*
// @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==
$('input[value="No"]').eq(0).click();
$('input[value="Yes, logos were visible at shopping cart"]').click();
$('input[value="Yes"]').eq(1).click();
$('input[value="Yes"]').eq(2).click();
$('input[value="No"]').eq(4).click();
$('div[class="panel panel-primary"]').hide();