Base library
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.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.