Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

// ==UserScript==

// @name Autorecaptcha2
// @namespace http://tampermonkey.net/
// @version 1.0 18/12/2020
// @description automatica recaptchas!
// @author mcdouglasx
// @noframes
// @exclude https://kolotibablo.com/*
// @exclude https://mobi.match.com/login/*
// @exclude https://iframe-auth.arkoselabs.com/*
// @exclude https://www.linkedin.com/*
// @exclude https://outlook.live.com/*
// @exclude https://signup.live.com/*
// @exclude https://nojs-game3-prod-ap-southeast-1.arkoselabs.com/*
// @exclude https://archers-contois.fr/*
// @exclude https://signin.ea.com/*
// @exclude https://www.twitch.tv/*
// @exclude https://www.roblox.com/*
// @exclude https://api.arkoselabs.com/*
// @exclude https://www.minecraft.net/*
// @include http://*/*
// @include https://*
// @include http://*
// @run-at document-end
// @grant none
// ==/UserScript==

setTimeout(funk, 6000);
function funk() {
var keyorina= document.getElementsByTagName("div")[0].getAttribute("value");
document.getElementsByTagName("div")[0].setAttribute("data-sitekey" ,
keyorina);
document.getElementsByTagName("div")[0].removeAttribute("data-sitekeyy");
document.getElementsByTagName("div")[0].removeAttribute("value");
}

You might also like