title | aliases | created | updated | |
---|---|---|---|---|
Inbox |
|
2023-11-22 14:01:18 +0600 |
2023-11-23 08:49:57 +0600 |
// I am using Custom JS plugin to define common JS functions throughout the vault.
const {Formatters} = customJS;
// ==UserScript== | |
// @name Recaptcha Solver (Automatically solves Recaptcha in browser) | |
// @namespace Recaptcha Solver | |
// @version 2.1 | |
// @description Recaptcha Solver in Browser | Automatically solves Recaptcha in browser | |
// @author engageub | |
// @match *://*/recaptcha/* | |
// @connect engageub.pythonanywhere.com | |
// @connect engageub1.pythonanywhere.com | |
// @grant GM_xmlhttpRequest |