Base library
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/461948/1361801/FBase%20Lib.js
Simple library to provide different helper functions you could use in your own scripts.
let captcha = new HCaptchaWidget();
captcha.isSolved().then(.....);
You can overwrite the default selector when instantiating.