This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |