Warning: fopen(/www/sites/update.greasyfork.icu/index/store/temp/7ed47e652bc29d8eccd460f7d99014be.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript==
// @name Text Captcha Alert
// @namespace No-one
// @author DCI
// @version 0.1
// @description Alerts when a captcha is encountered.
// @include https://www.mturk.com/mturk/accept*
// @include https://www.mturk.com/mturk/continue*
// @include https://www.mturk.com/mturk/preview*
// @include https://www.mturk.com/mturk/return*
// @require http://code.jquery.com/jquery-latest.min.js
// @downloadURL https://update.greasyfork.icu/scripts/6204/Text%20Captcha%20Alert.user.js
// @updateURL https://update.greasyfork.icu/scripts/6204/Text%20Captcha%20Alert.meta.js
// ==/UserScript==
if ($('input[name="userCaptchaResponse"]').length > 0) {
alert("Captcha");}