Skip to content

Instantly share code, notes, and snippets.

View NVHT's full-sized avatar
🏠
Working from home

NVHT NVHT

🏠
Working from home
View GitHub Profile
@NVHT
NVHT / hCaptcha Solver.user.js Hcaptcha Solver with Browser Trainer(Automatically solves Hcaptcha in browser) by Md ubeadulla | 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 hCaptcha Solver
// @namespace hCaptcha Solver
// @version 10.0
// @description hCaptcha Solver
// @author NVHT
// @match https://*.hcaptcha.com/*hcaptcha-challenge*
// @match https://*.hcaptcha.com/*checkbox*
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// ==UserScript==
// @name reCAPTCHA Solver
// @namespace reCAPTCHA Solver
// @version 2.0
// @description reCAPTCHA Solver
// @author NVHT
// @icon https://cdn.icon-icons.com/icons2/2699/PNG/512/google_recaptcha_logo_icon_170062.png
// @match *://*/recaptcha/*
// @connect engageub.pythonanywhere.com
// @connect engageub1.pythonanywhere.com
@NVHT
NVHT / Steam-Upvoter.user.js
Last active November 7, 2023 14:02 — forked from Asbra/Steam-Upvoter.user.js
Steam Upvoter
// ==UserScript==
// @name Steam Upvoter
// @version 2.0
// @description Automatically upvote content on Steam Community Activity Feed
// @author NVHT
// @include http*://*steamcommunity.com/id/*/home*
// @icon https://steamcommunity.com/favicon.ico
// @updateURL https://gist.github.com/NVHT/4d7c0c37bc2175c6a7f70935fa016ce3/raw/98fc6b17d4b17861d1dce94711a75cc1b5dbb52a/Steam-Upvoter.user.js
// ==/UserScript==