This file contains hidden or 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 Anubis PoW Form Solver (Dual-Compatible) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1.1 | |
| // @description Compute Anubis PoW and present a manual submission form (works on both old and new Anubis versions) | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== | |
| (async () => { |