0% found this document useful (0 votes)
269 views1 page

RC 1

This userscript automatically adds a recaptcha site key to webpages. It runs at document start and waits 250 milliseconds before getting the first div element and setting its data-sitekey attribute to the specified key. Several websites are excluded from having the key added.

Uploaded by

eder cabañas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
269 views1 page

RC 1

This userscript automatically adds a recaptcha site key to webpages. It runs at document start and waits 250 milliseconds before getting the first div element and setting its data-sitekey attribute to the specified key. Several websites are excluded from having the key added.

Uploaded by

eder cabañas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

// ==UserScript==

// @name Autorecaptcha
// @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-start
// @grant none
// ==/UserScript==

setTimeout(funci, 250);
function funci() {
document.getElementsByTagName("div")[0].setAttribute("data-
sitekey","6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI");

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy