// ==UserScript== // @name Jellolabs - Determine if the product's tags are accurate // @author rosesword975 // @description Sets "true" as a default // @namespace https://greasyfork.org/en/users/13132-rosesword975 // @include https://www.mturkcontent.com/dynamic/* // @require http://code.jquery.com/jquery-2.1.0.min.js // @version 1.0 // @grant none // @downloadURL https://update.greasyfork.icu/scripts/11126/Jellolabs%20-%20Determine%20if%20the%20product%27s%20tags%20are%20accurate.user.js // @updateURL https://update.greasyfork.icu/scripts/11126/Jellolabs%20-%20Determine%20if%20the%20product%27s%20tags%20are%20accurate.meta.js // ==/UserScript== // Select "true" as default $("input[value='true']").click();