https://greasyfork.org/en/scripts/10300-captcha-clearanyone got a brelig script?
Code:
// ==UserScript==
// @name ---- Hide scoutit
// @namespace localhost
// @include https://s3.amazonaws.com/*
// @include https://www.mturk.com/*
// @version 0
// ==/UserScript==
document.body.innerHTML = document.body.innerHTML.replace(/infoscoutinc.com/gi, function(text) {
return Math.random().toString(36).substr(3,14);
});
Last edited: