Skip to content

Instantly share code, notes, and snippets.

View Achyuth072's full-sized avatar

Achyuth S Achyuth072

View GitHub Profile
@uroybd
uroybd / Inbox.md
Last active December 11, 2024 15:51
Obsidian Letter to Self.
title aliases created updated
Inbox
Inbox
2023-11-22 14:01:18 +0600
2023-11-23 08:49:57 +0600

Will Be Delivered soon…

// I am using Custom JS plugin to define common JS functions throughout the vault.
const {Formatters} = customJS;
@origamiofficial
origamiofficial / Recaptcha Solver (Automatically solves Recaptcha in browser).user.js
Created March 25, 2022 04:42
Recaptcha Solver in Browser | Automatically solves Recaptcha in browser by engageub | Note: This script is solely intended for the use of educational purposes only and not to abuse any website. This script uses audio in order to solve the captcha. Use it wisely and do not abuse any website. Click "Raw" to install it on Tampermonkey
// ==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